1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

core: improve mouse support: process utf-8 codes, add option weechat.look.mouse_timer_delay, remove key meta2-M, fix problem with iso chars when grabbing mouse codes

This commit is contained in:
Sebastien Helleu
2011-07-28 15:36:39 +02:00
parent 17037e32d8
commit 51ef22c284
24 changed files with 246 additions and 52 deletions
-6
View File
@@ -3112,12 +3112,6 @@ COMMAND_CALLBACK(mouse)
return WEECHAT_RC_OK;
}
if (string_strcasecmp (argv[1], "grab") == 0)
{
gui_mouse_grab_init ();
return WEECHAT_RC_OK;
}
return WEECHAT_RC_OK;
}