summaryrefslogtreecommitdiff
path: root/src/caps.c
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-05-14 22:02:40 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-05-14 22:02:40 +0000
commit9820fa1c0b0e3dfaed6a460f9c88610aad4e1b3e (patch)
tree5e50f2a28e91959a8678e21b8ea46b2d7ba3ed31 /src/caps.c
parentb961d28996f665464d679c54373d1256169ac331 (diff)
downloadvte-9820fa1c0b0e3dfaed6a460f9c88610aad4e1b3e.tar.gz
Don't send motion-tracking events to the child unless we're dragging. Fixvte_0_3_15
* src/vte.c: Don't send motion-tracking events to the child unless we're dragging. Fix ce so that it works even right after startup. Make sure that repainting the entire window actually exposes the visible parts of the window. Fix tab clearing to also allow removal of the current tabstop. Implement save-mode and restore-mode. Start on reverse-video mode. Don't scroll on modifier keypress events. Rework part of clipboard copy. * termcaps/xterm: Add missing F11/F12/End keysyms to bundled xterm termcap.
Diffstat (limited to 'src/caps.c')
-rw-r--r--src/caps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/caps.c b/src/caps.c
index 76cb9880..3d179206 100644
--- a/src/caps.c
+++ b/src/caps.c
@@ -498,8 +498,8 @@ struct vte_capability_string vte_xterm_capability_strings[] = {
{CSI "%d;%d\"p", "set-conformance-level", 0},
{CSI "%d\"q", "select-character-protection", 0},
{CSI "%d;%dr", "set-scrolling-region", 0},
- {CSI "?%dr", "restore-mode", 0},
- {CSI "?%ds", "save-mode", 0},
+ {CSI "?%mr", "restore-mode", 0},
+ {CSI "?%ms", "save-mode", 0},
{CSI "%mt", "window-manipulation", 0},