Dont turn on disambiguate keys when receiving th XTMODKEYS escape code

See #4075
This commit is contained in:
Kovid Goyal
2021-10-01 21:26:27 +05:30
parent cfeeec95fa
commit d6a43a7729
5 changed files with 10 additions and 19 deletions

View File

@@ -240,7 +240,6 @@ void screen_push_key_encoding_flags(Screen *self, uint32_t val);
void screen_pop_key_encoding_flags(Screen *self, uint32_t num);
uint8_t screen_current_key_encoding_flags(Screen *self);
void screen_report_key_encoding_flags(Screen *self);
void screen_xtmodkeys(Screen *self, uint32_t p1, uint32_t p2);
bool screen_detect_url(Screen *screen, unsigned int x, unsigned int y);
int screen_cursor_at_a_shell_prompt(const Screen *);
bool screen_fake_move_cursor_to_position(Screen *, index_type x, index_type y);