diff options
| author | Anders Betts <anders.betts@gmail.com> | 2026-09-21 15:50:37 +0200 |
|---|---|---|
| committer | Anders Betts <anders.betts@gmail.com> | 2026-09-21 15:50:37 +0200 |
| commit | 69777086ffad917b7a48d57df9dccf4e21a0a364 (patch) | |
| tree | 91a0d4a2e02dd589e9d5066248a031776892d772 /clients/bokftui.c | |
| parent | db03b0b2875e6981fdb86c5c3c23d1a59280f222 (diff) | |
| download | bokf-0.1.59.tar.gz bokf-0.1.59.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.c | 1 |
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); } |
