Change xterm mouse tracking mode to BTN_EVENT_MOUSE (track if pressed).

oldstable
Marcus Meissner 2000-09-02 23:18:31 +00:00 committed by Alexandre Julliard
parent 9714152e01
commit 627616b845
1 changed files with 1 additions and 1 deletions

View File

@ -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;" );