.. |
Makefile.am
|
build: fix the Makefile after two header files were renamed
|
2020-06-25 21:11:26 +02:00 |
browser.c
|
tweaks: remove an unneeded cursor movement, and rename a variable
|
2020-07-05 19:29:05 +02:00 |
chars.c
|
tweaks: normalize the indentation after the previous change
|
2020-07-20 19:46:27 +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: move a function to the file where it is used the most
|
2020-07-19 10:43:26 +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
|
tabbing: properly terminate the answer when the sole match is a folder
|
2020-07-25 13:25:48 +02:00 |
global.c
|
bindings: add mistakenly removed M-J (Full Justify) back to the main menu
|
2020-07-08 15:46:50 +02:00 |
help.c
|
tweaks: move an initialization function to before the one that calls it
|
2020-07-05 19:01:31 +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
|
build: replace the non-standard backslash escape "\e" with "\x1B"
|
2020-07-22 09:17:57 +02:00 |
prompt.c
|
verbatim: show an error message when an invalid Unicode code is entered
|
2020-07-06 16:47:23 +02:00 |
prototypes.h
|
tweaks: elide a redundant intermediate function
|
2020-07-25 15:08:32 +02:00 |
rcfile.c
|
rcfile: rename bindable function 'curpos' to 'location'
|
2020-07-05 11:05:45 +02:00 |
search.c
|
tweaks: elide a redundant intermediate function
|
2020-07-25 15:08:32 +02:00 |
text.c
|
tweaks: avoid a warning about an unused variable in the tiny version
|
2020-07-16 12:41:01 +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: rename a variable, and condense a comment
|
2020-07-25 13:51:34 +02:00 |