keyLF is as much of a key as keyCtrlD so removing the comment

This commit is contained in:
Laurent Demailly
2025-07-11 17:57:31 -07:00
parent 48ea529018
commit bc5cb00b38

View File

@@ -146,7 +146,7 @@ const (
keyCtrlD = 4
keyCtrlU = 21
keyEnter = '\r'
keyLF = '\n' // technically not a key (unless a user uses Ctrl+J), but needed for bracketed paste mode with `\n`s.
keyLF = '\n'
keyEscape = 27
keyBackspace = 127
keyUnknown = 0xd800 /* UTF-16 surrogate area */ + iota