Files
OscarL 61032f02a4 ne: change default action for backspace key, and build against ncurses to fix redrawing issues. (#7346)
* ne: apply workaround for the "backspace not working" issue.

This changes the default keybinding for the BACKSPACE key, from
"DeleteChar" to "Backspace".

Also, added a bit more info on the description text.

* Build using ncurses instead of the built in termcap emulation.

This solves the redrawing/refresing issues when editing files with
syntax-highlighting enabled.

Modified the description to better match the current ne's own
description text from its website (with some minor editing and
clarification).
2022-11-02 18:38:01 +00:00
..