tweaks: move the character/word-deletion functions to a better location
Benno Schulenberg authored
Having all the cutting and deleting functions together in one file
kind of makes sense.
16c20ad8
Name Last commit Last update
..
Makefile.am organization: move all history-related stuff to its own file
browser.c browser, help: make <Bsp> page up also when terminfo mismatches terminal
chars.c tweaks: elide another function that is used just once
color.c utils: retire the fixbounds() function -- it is no longer needed
cut.c tweaks: move the character/word-deletion functions to a better location
files.c tweaks: elide a one-line function that is used just twice
global.c tweaks: elide a tiny function by making a variable global
help.c browser, help: make <Bsp> page up also when terminfo mismatches terminal
history.c tweaks: rename a flag, to match the name of the option
move.c tweaks: change do_para_end() to not step beyond end of paragraph
nano.c options: actually rename --rebindkeypad to --rawsequences (-K)
nano.h tweaks: rename a symbol, to match its corresponding option
prompt.c tweaks: condense a handful of comments, and drop an assert
proto.h tweaks: move the character/word-deletion functions to a better location
rcfile.c options: actually rename --rebindkeypad to --rawsequences (-K)
search.c utils: retire the fixbounds() function -- it is no longer needed
text.c tweaks: move the character/word-deletion functions to a better location
utils.c utils: retire the fixbounds() function -- it is no longer needed
winio.c tweaks: word some comments more concisely