mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Ignore extra zero in escape code to manipulate window title stack
See https://github.com/weechat/weechat/issues/1702
This commit is contained in:
@@ -916,6 +916,7 @@ dispatch_csi(Screen *screen, PyObject DUMP_UNUSED *dump_callback) {
|
||||
break;
|
||||
case 22:
|
||||
case 23:
|
||||
if (num_params == 3 && !params[2]) num_params = 2; // ignore extra 0, generated by weechat or ncurses
|
||||
CALL_CSI_HANDLER2(screen_manipulate_title_stack, 22, 0);
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user