.. |
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
|
feedback: when creating a pipe fails, report also the reason
|
2020-08-06 08:47:52 +02:00 |
global.c
|
bindings: make <Alt+Backspace> delete a word backwards, like in Bash
|
2020-07-31 18:52:51 +02:00 |
help.c
|
help: list again the keystroke for toggling the help lines (M-X)
|
2020-07-30 10:23:35 +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
|
moving: make <Ctrl+Up> go to the top when above the cursor all is blank
|
2020-08-09 16:57:25 +02:00 |
nano.c
|
rcfile: allow to bind M-[ (even though it is an escape-sequence starter)
|
2020-08-04 17:28:16 +02:00 |
prompt.c
|
verbatim: do not report "Invalid code" when the terminal is resized
|
2020-08-10 11:42:09 +02:00 |
prototypes.h
|
tweaks: handle two similar things in the same way
|
2020-07-26 11:51:34 +02:00 |
rcfile.c
|
rcfile: allow to bind M-[ (even though it is an escape-sequence starter)
|
2020-08-04 17:28:16 +02:00 |
search.c
|
tweaks: handle two similar things in the same way
|
2020-07-26 11:51:34 +02:00 |
text.c
|
verbatim: do not report "Invalid code" when the terminal is resized
|
2020-08-10 11:42:09 +02:00 |
utils.c
|
softwrap: initialize the 'extrarows' value for the magic line correctly
|
2020-08-04 09:40:25 +02:00 |
winio.c
|
tweaks: remove an unneeded beep, and reshuffle the lines for compactness
|
2020-08-10 12:07:16 +02:00 |