.. |
Makefile.am
|
organization: move all history-related stuff to its own file
|
2017-09-17 12:46:36 +02:00 |
browser.c
|
tweaks: reshuffle some declarations, and expand a few variable names
|
2020-01-28 10:21:34 +01:00 |
chars.c
|
tweaks: elide a function call, by copying a byte directly
|
2020-02-20 16:38:14 +01:00 |
color.c
|
tweaks: remove some unneeded braces, not used elsewhere either
|
2020-02-21 17:07:11 +01:00 |
cut.c
|
tweaks: adjust some whitespace, reshuffle two ifs, and remove two braces
|
2020-02-17 11:29:13 +01:00 |
files.c
|
tweaks: pull the NUL-terminating of a string into a function
|
2020-02-20 17:08:32 +01:00 |
global.c
|
tweaks: rename a constant, and rename and relocate a function
|
2020-02-14 19:00:16 +01:00 |
help.c
|
tweaks: pull the NUL-terminating of a string into a function
|
2020-02-20 17:08:32 +01:00 |
history.c
|
copyright: update the years for significantly changed files
|
2020-01-15 12:11:56 +01:00 |
move.c
|
copyright: update the years for the FSF
|
2020-01-15 11:42:38 +01:00 |
nano.c
|
tweaks: pull the NUL-terminating of a string into a function
|
2020-02-20 17:08:32 +01:00 |
nano.h
|
tweaks: remove the now-unused meta flag from 'keystruct'
|
2020-01-23 12:06:32 +01:00 |
prompt.c
|
tweaks: relocate eleven functions to before they are called
|
2020-02-14 19:10:21 +01:00 |
proto.h
|
tweaks: remove a now-unused helper function
|
2020-02-16 12:33:29 +01:00 |
rcfile.c
|
tweaks: rename a variable, and reshuffle a declaration
|
2020-02-21 17:02:24 +01:00 |
search.c
|
tweaks: drop two comments that contain variable names
|
2020-02-25 16:59:27 +01:00 |
text.c
|
tweaks: drop two comments that contain variable names
|
2020-02-25 16:59:27 +01:00 |
utils.c
|
tweaks: pull the NUL-terminating of a string into a function
|
2020-02-20 17:08:32 +01:00 |
winio.c
|
tweaks: mesh two bits of code together
|
2020-02-13 13:46:31 +01:00 |