1. af5c302 Move #ifndef cleanups. Some HELP and SPELLER #ifndef additions. by Rocco Corsi · 24 years ago
  2. 06aca1c Rolled back DISABLE_TABCOMP and NANO_SMALL changes from earlier today by Rocco Corsi · 24 years ago
  3. a4d6d1d Add check for tiny option in #ifdefs for DISABLE_TABCOMP code by Chris Allegretta · 24 years ago
  4. 7044489 do_help: Do the bottom window the right wrong way if NO_HELP is set by Chris Allegretta · 24 years ago
  5. c08f50d Back to the drawing board, old keypad code, dont slightly better by Chris Allegretta · 24 years ago
  6. 63c8ab9 Tadaa. Keypad issue fixed. It was the stupid timeout(0) call. UGH by Chris Allegretta · 24 years ago
  7. f4b9601 First try at browser by Chris Allegretta · 24 years ago
  8. 827b15f credits spelling fix by Chris Allegretta · 24 years ago
  9. 66795ec do_cursorpos cleanups by Chris Allegretta · 24 years ago
  10. d1627cf Fix help menu keypad issues by Chris Allegretta · 24 years ago
  11. 3bc8c72 Added --disable-help, moved hold pointer declaration by Chris Allegretta · 24 years ago
  12. fb62f73 Rocco fixes by Chris Allegretta · 24 years ago
  13. 908805a Rocco's edit_add off by one fix by Chris Allegretta · 24 years ago
  14. 7262358 Oops, I guess that's MY right alt key also =). And right control is ASCII 543 by Chris Allegretta · 24 years ago
  15. 75155df Ignore key sequence 545, Alt-Gr key on german keyboard by Chris Allegretta · 24 years ago
  16. 7cd9f74 Added Christian Weisgerber too... by Chris Allegretta · 24 years ago
  17. a131c7c Oops, forgot Bill Soudan by Chris Allegretta · 24 years ago
  18. 8b4ca4a Make credits less jumpy by Chris Allegretta · 24 years ago
  19. 8a0de3b New arg --enable-extra, checks for ./configure options, oher stuff :-) by Chris Allegretta · 24 years ago
  20. be77c61 Implemented username tab completion, cleaned up existing tabcomp code, added --disable-tabcomp option by Chris Allegretta · 24 years ago
  21. bf9a8cc Changed PICO_MSGS to PICO_MODE and strings by Chris Allegretta · 24 years ago
  22. 5b1faac nanogetstr(): Added check for ASCII 54[124] when using PDCURSES, ignore them if found by Chris Allegretta · 24 years ago
  23. 5bf51d3 Updated BUGS, optimized search_init a little, fixed bug #47 by Chris Allegretta · 24 years ago
  24. 2c97522 tab completion fixes, removed wefresh() from blank_edit by Chris Allegretta · 24 years ago
  25. b5b89ae Aha, works even better now. Made input_tab much more grabby, it touches lastWasTab now also... by Chris Allegretta · 24 years ago
  26. 022b96f Rocco's latest spellcheck fix by Chris Allegretta · 24 years ago
  27. 442f2c5 Latest tab completion update, sort of works =) by Chris Allegretta · 24 years ago
  28. 7da4e9f Add tab completion option to statusq and nanogetstr, beep when multiple/no matches found by Chris Allegretta · 24 years ago
  29. 04d848e Added tab completion code by Chris Allegretta · 24 years ago
  30. 71844ba Use old-style editing with PICO_MSGS enabled by Chris Allegretta · 24 years ago
  31. 0d1e8d6 Make nanoget_repaint be much more eleet. Uses $ for indication of beyond COLS, prompt is always displayed by Chris Allegretta · 24 years ago
  32. 92d2bab nanoget_repaint changes, do_writeout fix with var length strings by Chris Allegretta · 24 years ago
  33. f5deac3 Oops, fix answer getting borked when using shortcuts at statusbar and nothing's typed by Chris Allegretta · 24 years ago
  34. 31925e4 Allow variable length strings on statusbar by Chris Allegretta · 24 years ago
  35. 105da33 Made previous s/r values editable text by Chris Allegretta · 24 years ago
  36. bd9e7c3 Replace with null string option, ran source through indent again by Chris Allegretta · 24 years ago
  37. a0e957b Rocco's findnextstr fixes, lost of other tweaks by Chris Allegretta · 24 years ago
  38. f9b6c9b Fixed iris-ansi term problem by Chris Allegretta · 24 years ago
  39. e7034c6 onekey() - Off by one error fix fix ;-) (Rocco Corsi) by Chris Allegretta · 24 years ago
  40. 2a42af1 More display updates by Chris Allegretta · 24 years ago
  41. 44e73df Show two lines from previous page in help file when paging down by Chris Allegretta · 24 years ago
  42. 6306a11 update_line(): Added check for binary data >= 1 and <= 26, and use ^+letter ot display it by Chris Allegretta · 24 years ago
  43. dabc3cb Off by one error fix (Rocco Corsi) by Chris Allegretta · 24 years ago
  44. f1d33d3 Get rid of lack of update when searching andmark is set by Chris Allegretta · 24 years ago
  45. 11b0011 Testing RCS headers by Chris Allegretta · 24 years ago
  46. 6d690a3 New tabsize code, Im very excited by Chris Allegretta · 24 years ago
  47. ed02216 Added recursive loop check by Chris Allegretta · 24 years ago
  48. da721be Bug fixes for do_enter and do_backspace by Chris Allegretta · 24 years ago
  49. 234a34d Chris goes berzerk on no sleep by Chris Allegretta · 24 years ago
  50. f5d7a8b Back out edit_refresh->edit_update until page up/down problems are fixed by Chris Allegretta · 24 years ago
  51. 95b0b52 edit_refresh()->edit_update() redundancy by Chris Allegretta · 24 years ago
  52. a4d2162 Added '(to replace)' to prompt in search_init when we are replacing by Chris Allegretta · 24 years ago
  53. b275aac Trivial fix for 'winio.c:564: warning: `/*' within comment' by Chris Allegretta · 24 years ago
  54. 9d58455 lots of commenting for display functions, so hopefully future people by Robert Siemborski · 24 years ago
  55. dba37ae Added stdlib.h to winio.c includes, found by OpenBSD gcc. by Chris Allegretta · 24 years ago
  56. 29e9a76 additional fix_editbot call by Robert Siemborski · 24 years ago
  57. dd53ec2 Fixed 2 FIXMEs in nano.c: by Robert Siemborski · 24 years ago
  58. 1e57e68 Fixed a bug in page_down() and moved page_up() to move.c where it belongs by Chris Allegretta · 24 years ago
  59. 6af1431 changed all 'sprintf' calls to 'snprintf' by Robert Siemborski · 24 years ago
  60. 8c2b40f Made search functions and keys more like Pico by Chris Allegretta · 24 years ago
  61. 0b0fc49 by Jordi Mallach · 24 years ago
  62. 5204ea9 Removed now unnecessary raw/cbreak combos. by Chris Allegretta · 24 years ago
  63. 4da1fc6 Synch with official 0.9.11 by Chris Allegretta · 24 years ago
  64. 6724a7e Add -T tab width option by Chris Allegretta · 24 years ago
  65. 97accc6 Fix lack of update on width resize by Chris Allegretta · 24 years ago
  66. 53154a7 fixed bug where bottom line would not be redrawn if update_line was called by Robert Siemborski · 24 years ago
  67. a9addc7 continued display bugfixes/optimizations by Robert Siemborski · 24 years ago
  68. 5387591 Continued display fixes. Specifically, bug #23. by Robert Siemborski · 24 years ago
  69. ea19c73 fix for the totsize / cut bug by Robert Siemborski · 24 years ago
  70. e8c6fd0 bugfix for something that got stuck in 1.3 by Robert Siemborski · 24 years ago
  71. 7a1da87 Continued bugfixes/optimizations to display code. Tabs at COLS don't work still. by Robert Siemborski · 24 years ago
  72. d8510b2 Substantial changes to winio.c that appear to fix the display problems by Robert Siemborski · 24 years ago
  73. a2ea193 Initial revision by Chris Allegretta · 24 years ago