.. |
browser.c
|
tweaks: rename some variables, to show they refer to screen rows
|
2017-01-12 18:03:36 +01:00 |
chars.c
|
screen: display byte value 0x0A in the right places as ^@ or as ^J
|
2016-12-23 11:00:55 +01:00 |
color.c
|
tweaks: update some copyright years
|
2017-02-21 20:27:49 +01:00 |
cut.c
|
tweaks: rename the functions for moving to and copying from a buffer
|
2017-02-17 20:06:32 +01:00 |
files.c
|
tweaks: adjust two comments, to be more accurate
|
2017-02-17 19:59:34 +01:00 |
global.c
|
tweaks: rename a variable -- lines refers to buffer, rows to screen
|
2017-01-12 17:33:46 +01:00 |
help.c
|
binding: use arrows instead of words to designate the cursor keys
|
2016-10-15 17:04:01 +02:00 |
Makefile.am
|
build: clean out the revision.h file, to make 'make distcheck' pass
|
2016-12-04 11:21:10 +01:00 |
move.c
|
tweaks: adjust and correct some comments
|
2017-02-05 12:29:43 +01:00 |
nano.c
|
tweaks: update some copyright years
|
2017-02-21 20:27:49 +01:00 |
nano.h
|
painting: mark an unpaired start match as CWOULDBE
|
2017-02-13 11:18:54 +01:00 |
prompt.c
|
tweaks: remove the cluttering conditional compilation of a parameter
|
2017-01-03 14:11:45 +01:00 |
proto.h
|
tweaks: split the grafting code off from copy_from_buffer()
|
2017-02-17 21:00:34 +01:00 |
rcfile.c
|
tweaks: rename a variable, to be more general
|
2017-02-16 13:27:09 +01:00 |
search.c
|
tweaks: update some copyright years
|
2017-02-21 20:27:49 +01:00 |
text.c
|
justify: reduce the character count when trimming trailing spaces
|
2017-02-22 17:29:39 +01:00 |
utils.c
|
tweaks: reduce duplicate code in new_magicline() and move_to_filestruct()
|
2017-02-12 10:46:50 +01:00 |
winio.c
|
statusbar: display at most three consecutive alert messages
|
2017-02-22 10:48:26 +01:00 |