diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md index 20a4af2..a52ff8a 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,15 @@ a say in its future direction. call to `assume_default_colors()` in function `main()` at the bottom of `src/lua.c`. If you do this, you'll likely also need to tweak other colors for legibility. Look for calls to `FG()`, `BG()` and `COLOR_PAIR()`. - ``` + +* Backspace is known to not work in some configurations. As a workaround, + typing `ctrl-h` tends to work in those situations. + +* Keys outside the main keyboard area are mostly not supported. This includes + the delete key when it's set away from the main keyboard area. (Macs call + the backspace key “delete”; it should behave like backspace. As + a consequence the menu sometimes mentions keys that don't work, just to + encourage people to try options.) ## What's with the name? |