aboutsummaryrefslogtreecommitdiff
path: root/clients/bokftui.c
diff options
context:
space:
mode:
authorAnders Betts <anders.betts@gmail.com>2026-09-21 15:50:37 +0200
committerAnders Betts <anders.betts@gmail.com>2026-09-21 15:50:37 +0200
commit69777086ffad917b7a48d57df9dccf4e21a0a364 (patch)
tree91a0d4a2e02dd589e9d5066248a031776892d772 /clients/bokftui.c
parentdb03b0b2875e6981fdb86c5c3c23d1a59280f222 (diff)
downloadbokf-69777086ffad917b7a48d57df9dccf4e21a0a364.tar.gz
bokf-69777086ffad917b7a48d57df9dccf4e21a0a364.zip
tui: level-2 modifyOtherKeys, Kitty keyboard protocol and ^Enter/F9 hintsv0.1.59
Diffstat (limited to 'clients/bokftui.c')
-rw-r--r--clients/bokftui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/bokftui.c b/clients/bokftui.c
index 2dc23ba..69d6690 100644
--- a/clients/bokftui.c
+++ b/clients/bokftui.c
@@ -346,6 +346,7 @@ static void usage(FILE *f)
static void reset_modify_keys(void)
{
+ putp("\033[<u");
putp("\033[>4m");
fflush(stdout);
}