Implement xterm mouse mode

This commit is contained in:
Bazyli Brzóska
2013-09-09 01:45:03 +02:00
committed by Keith Winstein
parent 6f0669b909
commit 5ef7f43479
4 changed files with 13 additions and 2 deletions
+3
View File
@@ -268,6 +268,9 @@ static bool *get_DEC_mode( int param, Framebuffer *fb ) {
return &(fb->ds.auto_wrap_mode);
case 25:
return &(fb->ds.cursor_visible);
case 1000: /* xterm mouse 1 (normal) */
case 1002: /* xterm mouse 2 (inc. button drags) */
return &(fb->ds.xterm_mouse);
case 2004: /* bracketed paste */
return &(fb->ds.bracketed_paste);
}