.. |
.cvsignore
|
Major package reorganization:
|
2003-09-07 00:44:12 +00:00 |
browser.c
|
move the browser drawing routines to a separate function, browser_draw()
|
2006-02-09 23:26:26 +00:00 |
chars.c
|
fix potential infinite loop in mbrevstrpbrk()
|
2006-02-02 22:30:40 +00:00 |
color.c
|
clarify another comment
|
2006-01-02 17:09:35 +00:00 |
cut.c
|
add descriptive comments to pretty much all functions and major
|
2005-12-08 07:09:08 +00:00 |
files.c
|
fix compilation problem
|
2006-02-07 21:16:46 +00:00 |
global.c
|
in shortcut_init(), remove erroneous handling of the "Get Help" shortcut
|
2006-02-08 20:33:45 +00:00 |
help.c
|
since proto.h includes nano.h, and nano.h includes config.h first,
|
2005-12-08 02:47:10 +00:00 |
Makefile.am
|
move functions specific to the file browser to their own source file,
|
2005-11-05 20:01:11 +00:00 |
move.c
|
add descriptive comments to pretty much all functions and major
|
2005-12-08 07:09:08 +00:00 |
nano.c
|
allow specifying matching bracket characters other than the default via
|
2006-01-06 21:51:10 +00:00 |
nano.h
|
update copyright years
|
2006-02-03 18:59:17 +00:00 |
prompt.c
|
go back to using a while loop in get_prompt_string(), as it's simpler
|
2006-02-09 22:42:14 +00:00 |
proto.h
|
move the browser drawing routines to a separate function, browser_draw()
|
2006-02-09 23:26:26 +00:00 |
rcfile.c
|
fix "matchbrackets" breakage
|
2006-01-06 22:04:38 +00:00 |
search.c
|
allow tab completion of directories at the "Go To Directory" prompt
|
2006-02-07 21:11:05 +00:00 |
text.c
|
update copyright years
|
2006-02-07 21:11:49 +00:00 |
utils.c
|
in ngetdelim(), do sanity checks manually again instead of in an assert,
|
2006-01-09 03:23:29 +00:00 |
winio.c
|
in display_string(), fix memory corruption problems caused by not
|
2006-02-03 03:58:49 +00:00 |