[vte] emulation: Fix stupid typo
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] emulation: Fix stupid typo
- Date: Mon, 18 Jan 2016 18:36:14 +0000 (UTC)
commit 2d2ee3017f03fe964996393a99fe64ccca6704b2
Author: Christian Persch <chpe gnome org>
Date: Mon Jan 18 19:34:56 2016 +0100
emulation: Fix stupid typo
Fix bug introduced by commit 07150c4131a345f6e92a18bdd0bd399af6607dc0 .
https://bugzilla.gnome.org/show_bug.cgi?id=760772
src/vteseq.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vteseq.cc b/src/vteseq.cc
index c859ee7..d00fafb 100644
--- a/src/vteseq.cc
+++ b/src/vteseq.cc
@@ -1609,7 +1609,7 @@ vte_sequence_handler_cursor_backward (VteTerminalPrivate *that, GValueArray *par
}
}
- that->seq_cursor_forward(val);
+ that->seq_cursor_backward(val);
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]