Change xterm mouse tracking mode to BTN_EVENT_MOUSE (track if pressed).
This commit is contained in:
parent
9714152e01
commit
627616b845
|
@ -642,7 +642,7 @@ static BOOL CONSOLE_make_complex(HANDLE handle)
|
|||
CloseHandle( pty_handle );
|
||||
|
||||
/* enable mouseclicks */
|
||||
strcpy( buf, "\033[?1001s\033[?1000h" );
|
||||
strcpy( buf, "\033[?1002h" );
|
||||
WriteFile(handle,buf,strlen(buf),NULL,NULL);
|
||||
|
||||
strcpy( buf, "\033]2;" );
|
||||
|
|
Loading…
Reference in New Issue