- Allow --tiny and --multibuffer to cooperate (who the heck
would want this is beyond me but ;-). Changes to
configure.ac, global.c, , (David Benbennick).
+ - FreeBSD compat. Remove KEY_DC from the delete shortcut in
+ global.c:shortcut_init(), add case for 330 under nano.c:main().
- configure.ac:
- Define NDEBUG to silence asserts (David Benbennick).
- files.c:
nano_mark_msg, NANO_ALT_MARK_KEY, 0, 0, NOVIEW, do_mark);
sc_init_one(&main_list, NANO_DELETE_KEY, _("Delete"),
- nano_delete_msg, 0, KEY_DC,
+ nano_delete_msg, 0, 0,
NANO_CONTROL_D, NOVIEW, do_delete);
sc_init_one(&main_list, NANO_BACKSPACE_KEY, _("Backspace"),