.. |
browser.c
|
bindings: accept "q" and "x" to exit from help viewer and file browser
|
2017-03-23 12:42:53 +01:00 |
chars.c
|
tweaks: make sure calls to <ctype.h> functions/macros use "unsigned char"
|
2017-03-06 20:58:25 +01:00 |
color.c
|
tweaks: update some copyright years
|
2017-02-21 20:27:49 +01:00 |
cut.c
|
softwrap: save and restore firstcolumn when copying text
|
2017-03-22 10:44:06 +01:00 |
files.c
|
files: on second thought... keep the "[from ./]"
|
2017-03-24 12:19:30 +01:00 |
global.c
|
tweaks: reshuffle the bindings to group things more logically
|
2017-03-23 11:37:36 +01:00 |
help.c
|
bindings: accept "q" and "x" to exit from help viewer and file browser
|
2017-03-23 12:42:53 +01:00 |
Makefile.am
|
drop the glib fallback for snprintf/vsnprintf
|
2017-03-06 12:01:17 +01:00 |
move.c
|
softwrap: account for firstcolumn when scrolling up a line
|
2017-03-22 10:44:06 +01:00 |
nano.c
|
softwrap: adjust firstcolumn when the window width changes
|
2017-03-22 10:44:06 +01:00 |
nano.h
|
softwrap: prepare for a more flexible viewport
|
2017-03-22 10:44:05 +01:00 |
prompt.c
|
tweaks: prepare for improvements to do_home() and do_end()
|
2017-03-22 10:44:04 +01:00 |
proto.h
|
softwrap: adjust firstcolumn when the window width changes
|
2017-03-22 10:44:06 +01:00 |
rcfile.c
|
tweaks: prepare for improvements to do_home() and do_end()
|
2017-03-22 10:44:04 +01:00 |
search.c
|
softwrap: save and restore firstcolumn when replacing text
|
2017-03-22 10:44:06 +01:00 |
text.c
|
softwrap: save and restore firstcolumn when internally spell-fixing text
|
2017-03-22 10:44:06 +01:00 |
utils.c
|
softwrap: account for softwrap in get_page_start()
|
2017-03-22 10:44:04 +01:00 |
winio.c
|
tweaks: shorten a bit of logic
|
2017-03-24 21:37:06 +01:00 |