Implement vt100 mouse mode (1000)

(closes #461)
This commit is contained in:
Bazyli Brzóska
2013-09-10 01:48:50 +02:00
committed by Keith Winstein
parent bb36933472
commit 492cfa3449
4 changed files with 13 additions and 5 deletions
+1
View File
@@ -269,6 +269,7 @@ static bool *get_DEC_mode( int param, Framebuffer *fb ) {
case 25:
return &(fb->ds.cursor_visible);
case 1000: /* xterm mouse 1 (normal) */
return &(fb->ds.vt100_mouse);
case 1002: /* xterm mouse 2 (inc. button drags) */
return &(fb->ds.xterm_mouse);
case 1006: /* xterm extended mouse */