Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
mnemonic 'ENTER' with zcurses
- X-seq: zsh-users 29431
- From: Ray Andrews <rayandrews@xxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: mnemonic 'ENTER' with zcurses
- Date: Sun, 7 Jan 2024 15:54:23 -0800
- Archived-at: <https://zsh.org/users/29431>
- List-id: <zsh-users.zsh.org>
This is a pretty trivial matter but 'zcurses input' returns all sorts of
helpful mnemonics like 'NPAGE', 'DOWN', 'PRESSED1' and so on. Where are
these defined? No likely headers here than I can see. Closest I can
find is:
https://www.man7.org/linux/man-pages/man3/getch.3x.html
... which seems a very similar list. However that page includes 'ENTER'
for the predictable thing, but zcurses seems to return no mnemonic for
that, it's ugly old: " $'\n' ". Just as a matter of curiosity I'd like
to know what's going on there. I'd prefer the mnemonic if it could be had.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author