.. |
Makefile.am
|
organization: move all history-related stuff to its own file
|
2017-09-17 12:46:36 +02:00 |
browser.c
|
tweaks: reorder some code to put backward motion before the forward one
|
2018-11-07 20:48:04 +01:00 |
chars.c
|
tweaks: elide another function that is used just once
|
2018-07-10 13:57:05 +02:00 |
color.c
|
tweaks: remove the 'bright' field from the colortype struct
|
2018-08-25 10:54:20 +02:00 |
cut.c
|
new feature: a bindable 'zap', to erase text without changing cutbuffer
|
2018-11-04 11:46:19 +01:00 |
files.c
|
tweaks: rename a parameter plus a variable, and reshuffle an assignment
|
2018-11-19 16:54:12 +01:00 |
global.c
|
bindings: hard-bind ASCII code 0x08 (BS) to the backspace function
|
2018-12-23 18:45:12 +01:00 |
help.c
|
bindings: make the normal scrolling keystrokes work also in help viewer
|
2018-12-17 17:05:56 +01:00 |
history.c
|
tweaks: rename a flag, to match the name of the option
|
2018-10-02 19:18:55 +02:00 |
move.c
|
tweaks: change do_para_end() to not step beyond end of paragraph
|
2018-11-26 09:16:09 +01:00 |
nano.c
|
tweaks: swap the names of the variables 'wrap_at' and 'fill'
|
2018-12-18 19:50:59 +01:00 |
nano.h
|
bindings: hard-bind ASCII code 0x08 (BS) to the backspace function
|
2018-12-23 18:45:12 +01:00 |
prompt.c
|
tweaks: condense a handful of comments, and drop an assert
|
2018-11-05 09:38:07 +01:00 |
proto.h
|
tweaks: swap the names of the variables 'wrap_at' and 'fill'
|
2018-12-18 19:50:59 +01:00 |
rcfile.c
|
tweaks: swap the names of the variables 'wrap_at' and 'fill'
|
2018-12-18 19:50:59 +01:00 |
search.c
|
display: do spotlighting as part of drawing the screen
|
2018-10-09 20:03:47 +02:00 |
text.c
|
tweaks: condense a couple of comments and rewrap a few lines
|
2018-12-26 14:26:54 +01:00 |
utils.c
|
tweaks: remove an unneeded check for NULL, and rename a parameter
|
2018-11-05 13:05:17 +01:00 |
winio.c
|
display: show it in title bar when starting up in restricted mode
|
2018-12-03 12:33:00 +01:00 |