smol/src
David Lawrence Ramsey 23ae7bfbbf input: support escape sequences for ^Home and ^End
Make nano recognize the escape sequences for Ctrl-Home, Ctrl-End,
Shift-Ctrl-Home, and Shift-Ctrl-End on xterm, rxvt, and Eterm.
2017-04-06 21:25:41 +02:00
..
Makefile.am drop the glib fallback for snprintf/vsnprintf 2017-03-06 12:01:17 +01:00
browser.c bindings: make ^Up/^Down go to first/last row in the file browser 2017-04-04 20:26:21 +02:00
chars.c tweaks: replace a function call or a macro with a hard number 2017-04-04 19:17:02 +02:00
color.c tweaks: update some copyright years 2017-02-21 20:27:49 +01:00
cut.c softwrap: save and restore firstcolumn when copying text 2017-03-22 10:44:06 +01:00
files.c tweaks: replace a function call or a macro with a hard number 2017-04-04 19:17:02 +02:00
global.c bindings: make ^Home and ^End go to top and tail of buffer 2017-04-06 21:19:00 +02:00
help.c tweaks: keep the help text aligned, also with the narrow arrows 2017-04-05 18:02:03 +02:00
move.c tweaks: frob some parentheses and other things, to be more consistent 2017-03-29 19:30:37 +02:00
nano.c bindings: make ^Home and ^End go to top and tail of buffer 2017-04-06 21:19:00 +02:00
nano.h bindings: make ^Home and ^End go to top and tail of buffer 2017-04-06 21:19:00 +02:00
prompt.c tweaks: replace a function call or a macro with a hard number 2017-04-04 19:17:02 +02:00
proto.h bindings: make ^Home and ^End go to top and tail of buffer 2017-04-06 21:19:00 +02:00
rcfile.c tweaks: prepare for improvements to do_home() and do_end() 2017-03-22 10:44:04 +01:00
search.c tweaks: again use memory on the stack instead of malloc() and free() 2017-04-04 19:20:33 +02:00
text.c editing: avoid creating blank lines when using autoindent 2017-04-06 20:34:04 +02:00
utils.c tweaks: replace a function call or a macro with a hard number 2017-04-04 19:17:02 +02:00
winio.c input: support escape sequences for ^Home and ^End 2017-04-06 21:25:41 +02:00