mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 16:53:14 +02:00
core: fix command /cursor stop (do not toggle cursor mode) (closes #964)
This commit is contained in:
@@ -1674,7 +1674,7 @@ COMMAND_CALLBACK(cursor)
|
||||
|
||||
if (string_strcasecmp (argv[1], "stop") == 0)
|
||||
{
|
||||
gui_cursor_mode_toggle ();
|
||||
gui_cursor_mode_stop ();
|
||||
return WEECHAT_RC_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user