.. |
browser.c
|
browser: draw a bar of spaces only where needed -- for the selected item
|
2019-06-25 11:25:03 +02:00 |
chars.c
|
tweaks: move a general function to a better place
|
2019-08-09 19:24:30 +02:00 |
color.c
|
tweaks: move a function to before the first one that calls it
|
2019-06-23 12:29:17 +02:00 |
cut.c
|
tweaks: make a function name unique, to not overlap with others
|
2019-08-09 19:34:03 +02:00 |
files.c
|
tweaks: make a function name unique, to not overlap with others
|
2019-08-09 19:34:03 +02:00 |
global.c
|
display: clear the remainder of a row only when there actually is some
|
2019-06-28 20:45:47 +02:00 |
help.c
|
tweaks: rename two functions, to get rid of the "mb" abbreviation
|
2019-06-09 19:37:56 +02:00 |
history.c
|
tweaks: drop some checks that were made redundant by the previous commit
|
2019-05-29 19:48:42 +02:00 |
Makefile.am
|
organization: move all history-related stuff to its own file
|
2017-09-17 12:46:36 +02:00 |
move.c
|
scrolling: don't overscroll when the edit window has just one row
|
2019-06-26 12:55:29 +02:00 |
nano.c
|
build: exclude the search-at-startup feature from the tiny version
|
2019-08-18 13:03:11 +02:00 |
nano.h
|
rcfile: fully read each included file, so all its syntaxes are seen
|
2019-06-14 10:49:30 +02:00 |
prompt.c
|
tweaks: improve a handful of comments
|
2019-06-25 11:34:04 +02:00 |
proto.h
|
new feature: allow specifying a search string to "jump to" at startup
|
2019-08-18 11:16:03 +02:00 |
rcfile.c
|
rcfile: properly handle an empty syntax before an 'include' statement
|
2019-08-18 10:56:17 +02:00 |
search.c
|
search: wipe the status bar before searching again (M-W / M-Q)
|
2019-08-10 13:11:41 +02:00 |
text.c
|
tweaks: make a function name unique, to not overlap with others
|
2019-08-09 19:34:03 +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
|
display: clear the remainder of a row only when there actually is some
|
2019-06-28 20:45:47 +02:00 |