Ensure CSI are stripped from menbar title as well

This commit is contained in:
Kovid Goyal
2022-02-09 08:07:18 +05:30
parent 7448789951
commit 0dbe27438d
3 changed files with 14 additions and 3 deletions

View File

@@ -341,3 +341,4 @@ void update_ime_focus(OSWindow* osw, bool focused);
void update_ime_position(Window* w, Screen *screen);
bool update_ime_position_for_window(id_type window_id, bool force, bool lost_focus);
void set_ignore_os_keyboard_processing(bool enabled);
void update_menu_bar_title(PyObject *title UNUSED);