Skip to content

Commit

Permalink
fixup! Fix kitty keyboard protocol parsing of ctrl-o
Browse files Browse the repository at this point in the history
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
  • Loading branch information
zyv committed Mar 6, 2025
1 parent e623d6c commit c1f130a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/subshell/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,8 @@ set_prompt_string (void)
setup_cmdline ();
}

/* --------------------------------------------------------------------------------------------- */

enum kitty_keyboard_protocol_t
{
MODIFIER_SHIFT = 0x01,
Expand Down

0 comments on commit c1f130a

Please sign in to comment.