1. 00efa50 build: avoid updated PO files being remerged upon every make by Benno Schulenberg · 9 years ago
  2. a35803d build: avoid an annoying warning at configure time by Benno Schulenberg · 9 years ago
  3. 7013039 tweaks: rename a variable, for consistency by Benno Schulenberg · 9 years ago
  4. 925ad63 tweaks: remove a superfluous setting, and add a comment by Benno Schulenberg · 9 years ago
  5. 3264d0c tweaks: move a variable that doesn't need to be global by Benno Schulenberg · 9 years ago
  6. d9148e7 tweaks: elide an unneeded variable by Benno Schulenberg · 9 years ago
  7. 0a18d89 screen: defeat a VTE bug by doing an extra cursor move and update by Benno Schulenberg · 9 years ago
  8. 815b326 syntax: show another deprecated keyword (replace2) in red by Benno Schulenberg · 9 years ago
  9. 01bf034 rcfile: reject rebindings that have no effect or have side effects by Rishabh Dave · 9 years ago
  10. d716809 scrolling: don't put the last line at the bottom when softwrap in on by Benno Schulenberg · 9 years ago
  11. 8041627 tweaks: remove a bit of duplication by Benno Schulenberg · 9 years ago
  12. 598e0af softwrap: scroll the current line fully into view when jumping words by Benno Schulenberg · 9 years ago
  13. 8ba57cf input: don't return zero when some function is completely unbound by Benno Schulenberg · 9 years ago
  14. e2027ae rcfile: reject key names that are wrong or too long by Rishabh Dave · 9 years ago
  15. 97f6ae5 softwrap: scroll 'enough' whenever it surpasses 'amount' by Benno Schulenberg · 9 years ago
  16. fc9c7b4 softwrap: scroll when searching lands on an overlong bottom line by Benno Schulenberg · 9 years ago
  17. 77a1a5c tweaks: reshuffle some ifdefs, for less fragmentation by Benno Schulenberg · 9 years ago
  18. bc8bb7e screen: keep the help items nicely lined up also in the tiny version by Benno Schulenberg · 9 years ago
  19. 08cd197 general: include word-jumping and block-jumping into the tiny version by Benno Schulenberg · 9 years ago
  20. 4de0a50 tweaks: reshuffle an if statement by Benno Schulenberg · 9 years ago
  21. dc76e84 files: alert about an unwritable file also in the tiny version by Benno Schulenberg · 9 years ago
  22. 1c2b356 tweaks: adjust some indentation by Benno Schulenberg · 9 years ago
  23. add0d69 syntax: show deprecated keywords in red, and 'wordchars' in green by Benno Schulenberg · 9 years ago
  24. 09e95b2 tweaks: frob a few comments by Benno Schulenberg · 9 years ago
  25. 03fd6f3 tweaks: remove a useless cursor movement by Benno Schulenberg · 9 years ago
  26. b92d35d browser: add the option showcursor, to place the cursor on the highlight by Benno Schulenberg · 9 years ago
  27. 9eeb1c8 docs: brush up the TODO list by Benno Schulenberg · 9 years ago
  28. ad83ed2 input: handle the "resize key" in a better way by Benno Schulenberg · 9 years ago
  29. 3ddf6ff syntax: make the contents of the X-Bugs field in a PO file stand out by Benno Schulenberg · 9 years ago
  30. d04c0b7 docs: refresh some info in the FAQ by Benno Schulenberg · 9 years ago
  31. f13707f history: slate the search-history migration for removal by Benno Schulenberg · 9 years ago
  32. ed9e5d7 docs: mark some rebindable function names as deprecated by Benno Schulenberg · 9 years ago
  33. 2fd497e tweaks: remove a superfluous blanking of the statusbar by Benno Schulenberg · 9 years ago
  34. fd6308d tweaks: reshuffle a couple of items by Benno Schulenberg · 9 years ago
  35. 1dbebbc screen: keep the help items aligned in more configurations by Benno Schulenberg · 9 years ago
  36. 57d1755 tweaks: preen some comments, and reshuffle a few ifdefs by Benno Schulenberg · 9 years ago
  37. bace664 startup: allow to rebind the RegExp toggle also in the tiny version by Benno Schulenberg · 9 years ago
  38. acd8809 tweaks: use hard-baked keycodes where possible by Benno Schulenberg · 9 years ago
  39. 7b7d2bf tweaks: make tiny nano a teeny bit smaller by Benno Schulenberg · 9 years ago
  40. 244de60 po: update translations and regenerate POT file and PO files by Benno Schulenberg · 9 years ago
  41. 002652d bump version numbers and add a news item for 2.7.0 by Benno Schulenberg · 9 years ago
  42. 08b770d files: close a lockfile after reading it by Benno Schulenberg · 9 years ago
  43. 2dffcf1 tweaks: fix compilation with --disable-histories by Benno Schulenberg · 9 years ago
  44. 96fbdfb input: unset a softmark whenever a character is typed by Benno Schulenberg · 9 years ago
  45. 272a953 tweaks: fix compilation when configured with --with-slang by Benno Schulenberg · 9 years ago
  46. db310ac input: ignore the resize "key", to prevent reporting an unbound key by Benno Schulenberg · 9 years ago
  47. c11c688 tweaks: fix compilation with --enable-tiny again by Benno Schulenberg · 9 years ago
  48. 514cd9a update the license text to the preferred version by Benno Schulenberg · 9 years ago
  49. 406e524 update the copyright notices by Benno Schulenberg · 9 years ago
  50. c26f58e AUTHORS: add Mahyar Abbaspour and Mike Scalora for their contributions by Benno Schulenberg · 9 years ago
  51. 5ad26f8 tweaks: adjust indentation after previous change by Benno Schulenberg · 9 years ago
  52. e7f39bc tweaks: remove an unneeded check, reshuffle some things, add a comment by Benno Schulenberg · 9 years ago
  53. 0242d84 tweaks: make a call in one place instead of in four different ones by Benno Schulenberg · 9 years ago
  54. 7275e11 tweaks: adjust some comments and remove needless asserts by Benno Schulenberg · 9 years ago
  55. 77d1407 tweaks: don't bother trimming the prompt again by Benno Schulenberg · 9 years ago
  56. 4d2ada6 tweaks: don't bother avoiding unneeded rewrites of the promptbar by Benno Schulenberg · 9 years ago
  57. 382c9d7 new feature: allow text selection by holding Shift with the cursor keys by Benno Schulenberg · 9 years ago
  58. aeb49a8 bottombar: only count help items that have a shortcut bound to them by Benno Schulenberg · 9 years ago
  59. c05c914 tweaks: rename three variables by Benno Schulenberg · 9 years ago
  60. c19f0c7 tweaks: simplify the determination of the number of shown help items by Benno Schulenberg · 9 years ago
  61. 6ad3700 prompt: mouse clicks that moved the cursor need no further processing by Benno Schulenberg · 9 years ago
  62. 4f156aa prompt: set up the prepared answer before allowing to change it by Benno Schulenberg · 9 years ago
  63. 6142ef8 prompt: use angular brackets as continuation mark, as Pico does by Benno Schulenberg · 9 years ago
  64. da2fce9 tweaks: elide a variable and rename some others by Benno Schulenberg · 9 years ago
  65. 1e3cffb prompt: show a trailing $ when the tail of the answer is offscreen by Benno Schulenberg · 9 years ago
  66. 92c97c7 prompt: leave always at least the last character of the answer visible by Benno Schulenberg · 9 years ago
  67. b77b139 tweaks: improve some indentation and reshuffle a few lines by Benno Schulenberg · 9 years ago
  68. 7e0c4e5 tweaks: rename a function and adjust indentation by Benno Schulenberg · 9 years ago
  69. 5061614 prompt: recompose the statusbar text whenever the window size changes by Benno Schulenberg · 9 years ago
  70. 3e40e5d docs: explain how to contribute code by Benno Schulenberg · 9 years ago
  71. 2f9232a tweaks: adjust indentation after previous change by Benno Schulenberg · 9 years ago
  72. 0d5fbfb tweaks: reshuffle some things, and remove a misplaced comment by Benno Schulenberg · 9 years ago
  73. 5614743 prompt: don't crash when the terminal is less than four columns wide by Benno Schulenberg · 9 years ago
  74. 21cb01e tweaks: rename two variables, to make some sense by Benno Schulenberg · 9 years ago
  75. ea9aaee statusbar: leave out the brackets when the message is very long by Benno Schulenberg · 9 years ago
  76. c22cd03 prompt: work around a VTE bug by outdancing an ncurses optimization by Benno Schulenberg · 9 years ago
  77. bd1c5d7 moving: make PgUp and PgDown functional also in very flat terminals by Benno Schulenberg · 9 years ago
  78. 00b293b tweaks: adjust some braces and indentations by Benno Schulenberg · 9 years ago
  79. 76a960d screen: continue to function also in a terminal with very few lines by Benno Schulenberg · 9 years ago
  80. 97eb0e5 tweaks: reshuffle some stuff in a more logical order by Benno Schulenberg · 9 years ago
  81. 68010d9 startup: don't crash when dying early by Benno Schulenberg · 9 years ago
  82. c661506 tweaks: use a separate function to ask ncurses for keycodes by Benno Schulenberg · 9 years ago
  83. 0dd2a55 screen: don't die when the window is narrower than four columns by Benno Schulenberg · 9 years ago
  84. 49fc528 restore the GNU marker in nano's name by Benno Schulenberg · 9 years ago
  85. 928a24c input: look at the modifier keys only when compiled on Linux by Benno Schulenberg · 9 years ago
  86. d8031af screen: retain the placewewant also when using an alternate speller by Benno Schulenberg · 9 years ago
  87. f85648d po: update translations and regenerate POT file and PO files by Benno Schulenberg · 9 years ago
  88. b2e2c89 bump version numbers and add a news item for 2.6.3 by Benno Schulenberg · 9 years ago
  89. 290d278 input: make the Ctrl+Arrow keys work on a Linux console by Benno Schulenberg · 9 years ago
  90. 8edb096 input: after an Esc, don't discard starter byte of a multibyte sequence by Benno Schulenberg · 9 years ago
  91. 0a387d9 usage: show that the option --wordchars needs an argument by Benno Schulenberg · 9 years ago
  92. 6c16744 files: avoid a warning about not being able to write a lockfile by Benno Schulenberg · 9 years ago
  93. 86a64b1 tweaks: reduce two comparisons to a single one by Benno Schulenberg · 9 years ago
  94. 1fd2354 shortcuts: zero the value of 'toggle' for keys that are not toggles by Rishabh Dave · 9 years ago
  95. c8bc05b chars: make searching case-insensitively some ten percent faster by Benno Schulenberg · 9 years ago
  96. ee57cbf debug: add a timing instrument to the main search routine by Benno Schulenberg · 9 years ago
  97. bd1fcc5 tweaks: correct one comment, and adjust another by Benno Schulenberg · 9 years ago
  98. 370406b tweaks: don't optimize for a special case -- it is far too seldom by Benno Schulenberg · 9 years ago
  99. 85844ee chars: remove superfluous afterchecks by Benno Schulenberg · 9 years ago
  100. e38e2c6 chars: don't persist when only one of the compared sequences is invalid by Benno Schulenberg · 9 years ago