gemini.tlv: consistent menu

This commit is contained in:
Kartik K. Agaram 2022-02-08 00:28:04 -08:00
parent b639f8e68c
commit a8fb6d4002
1 changed files with 2 additions and 2 deletions

View File

@ -248,8 +248,8 @@
> local screen_rows, screen_cols = window:getmaxyx()
> menu = {
> {'enter', 'submit'},
> {'ctrl-g', 'cancel'},
> {'ctrl-u', 'clear'},
> {'^g', 'cancel'},
> {'^u', 'clear'},
> }
> while true do
> window:mvaddstr(screen_rows-1, 9, '')