..
browser.c
bindings: don't hard-bind ^H in the help viewer or the file browser
2019-10-05 12:43:46 +02:00
chars.c
tweaks: move a function to before its callers and next to its kind
2019-10-03 11:24:01 +02:00
color.c
tweaks: simplify the determination of a canonical path
2019-09-17 13:32:15 +02:00
cut.c
tweaks: remove two superfluous macros, as sizeof(char) is always 1
2019-09-18 15:20:08 +02:00
files.c
tweaks: rename a type, to better fit the general pattern
2019-10-02 17:09:22 +02:00
global.c
rcfile: allow binding also F17...F24
2019-10-07 16:23:40 +02:00
help.c
bindings: don't hard-bind ^H in the help viewer or the file browser
2019-10-05 12:43:46 +02:00
history.c
tweaks: use a more effecient way to skip storing an empty file name
2019-09-18 14:18:48 +02:00
Makefile.am
organization: move all history-related stuff to its own file
2017-09-17 12:46:36 +02:00
move.c
tweaks: rewrap a line, reshuffle a declaration, and improve some comments
2019-10-03 17:22:55 +02:00
nano.c
tweaks: remove some timing code that has served its purpose
2019-10-03 19:00:50 +02:00
nano.h
tweaks: improve a handful of comments, and reduce the needed padding
2019-10-02 19:33:03 +02:00
prompt.c
tweaks: remove two superfluous macros, as sizeof(char) is always 1
2019-09-18 15:20:08 +02:00
proto.h
tweaks: move a function to before its callers and next to its kind
2019-10-03 11:24:01 +02:00
rcfile.c
tweaks: mark as 'const' a parameter that takes fixed strings [coverity]
2019-10-01 15:02:08 +02:00
search.c
tweaks: add a translator hint, and correct two others
2019-09-29 15:08:57 +02:00
text.c
tweaks: rename another type, again to better fit the general pattern
2019-10-02 19:32:41 +02:00
utils.c
tweaks: rename two functions, to get rid of the "mb" abbreviation
2019-06-09 19:37:56 +02:00
winio.c
tweaks: move a function to before its callers and next to its kind
2019-10-03 11:24:01 +02:00