smol/src
Benno Schulenberg 07c1ac9035 tweaks: delete two functions that are never executed
Those two operations are performed directly in do_browser().
2020-07-04 17:14:52 +02:00
..
Makefile.am build: fix the Makefile after two header files were renamed 2020-06-25 21:11:26 +02:00
browser.c tweaks: delete two functions that are never executed 2020-07-04 17:14:52 +02:00
chars.c tweaks: rename two header files, to be distinct and not an abbreviation 2020-06-20 12:09:31 +02:00
color.c tweaks: rename two header files, to be distinct and not an abbreviation 2020-06-20 12:09:31 +02:00
cut.c tweaks: rename two header files, to be distinct and not an abbreviation 2020-06-20 12:09:31 +02:00
definitions.h options: add -O/--bookstyle to make leading whitespace mean new paragraph 2020-06-27 11:12:21 +02:00
files.c tweaks: do not use the string "stat()" in any of the comments 2020-06-30 10:56:37 +02:00
global.c tweaks: delete two functions that are never executed 2020-07-04 17:14:52 +02:00
help.c tweaks: elide an unneeded global variable 2020-07-03 12:41:40 +02:00
history.c history: take into account that statting a file can fail too 2020-06-30 10:53:28 +02:00
move.c scrolling: add a function and a key binding to center the cursor line 2020-07-02 11:11:44 +02:00
nano.c tweaks: elide a wrapper function, by checking a precondition earlier 2020-07-03 12:41:40 +02:00
prompt.c tweaks: avoid a function call when a simple boolean will do 2020-06-26 19:44:19 +02:00
prototypes.h tweaks: delete two functions that are never executed 2020-07-04 17:14:52 +02:00
rcfile.c tweaks: elide a wrapper function, by checking a precondition earlier 2020-07-03 12:41:40 +02:00
search.c tweaks: elide an unneeded global variable 2020-07-03 12:41:40 +02:00
text.c tweaks: drop an unneeded assignment, and reshuffle a few lines 2020-07-04 09:36:17 +02:00
utils.c tweaks: rename two header files, to be distinct and not an abbreviation 2020-06-20 12:09:31 +02:00
winio.c tweaks: drop an unneeded assignment, and reshuffle a few lines 2020-07-04 09:36:17 +02:00