- 7b7d2bf tweaks: make tiny nano a teeny bit smaller by Benno Schulenberg · 9 years ago
- 244de60 po: update translations and regenerate POT file and PO files by Benno Schulenberg · 9 years ago
- 002652d bump version numbers and add a news item for 2.7.0 by Benno Schulenberg · 9 years ago
- 08b770d files: close a lockfile after reading it by Benno Schulenberg · 9 years ago
- 2dffcf1 tweaks: fix compilation with --disable-histories by Benno Schulenberg · 9 years ago
- 96fbdfb input: unset a softmark whenever a character is typed by Benno Schulenberg · 9 years ago
- 272a953 tweaks: fix compilation when configured with --with-slang by Benno Schulenberg · 9 years ago
- db310ac input: ignore the resize "key", to prevent reporting an unbound key by Benno Schulenberg · 9 years ago
- c11c688 tweaks: fix compilation with --enable-tiny again by Benno Schulenberg · 9 years ago
- 514cd9a update the license text to the preferred version by Benno Schulenberg · 9 years ago
- 406e524 update the copyright notices by Benno Schulenberg · 9 years ago
- c26f58e AUTHORS: add Mahyar Abbaspour and Mike Scalora for their contributions by Benno Schulenberg · 9 years ago
- 5ad26f8 tweaks: adjust indentation after previous change by Benno Schulenberg · 9 years ago
- e7f39bc tweaks: remove an unneeded check, reshuffle some things, add a comment by Benno Schulenberg · 9 years ago
- 0242d84 tweaks: make a call in one place instead of in four different ones by Benno Schulenberg · 9 years ago
- 7275e11 tweaks: adjust some comments and remove needless asserts by Benno Schulenberg · 9 years ago
- 77d1407 tweaks: don't bother trimming the prompt again by Benno Schulenberg · 9 years ago
- 4d2ada6 tweaks: don't bother avoiding unneeded rewrites of the promptbar by Benno Schulenberg · 9 years ago
- 382c9d7 new feature: allow text selection by holding Shift with the cursor keys by Benno Schulenberg · 9 years ago
- aeb49a8 bottombar: only count help items that have a shortcut bound to them by Benno Schulenberg · 9 years ago
- c05c914 tweaks: rename three variables by Benno Schulenberg · 9 years ago
- c19f0c7 tweaks: simplify the determination of the number of shown help items by Benno Schulenberg · 9 years ago
- 6ad3700 prompt: mouse clicks that moved the cursor need no further processing by Benno Schulenberg · 9 years ago
- 4f156aa prompt: set up the prepared answer before allowing to change it by Benno Schulenberg · 9 years ago
- 6142ef8 prompt: use angular brackets as continuation mark, as Pico does by Benno Schulenberg · 9 years ago
- da2fce9 tweaks: elide a variable and rename some others by Benno Schulenberg · 9 years ago
- 1e3cffb prompt: show a trailing $ when the tail of the answer is offscreen by Benno Schulenberg · 9 years ago
- 92c97c7 prompt: leave always at least the last character of the answer visible by Benno Schulenberg · 9 years ago
- b77b139 tweaks: improve some indentation and reshuffle a few lines by Benno Schulenberg · 9 years ago
- 7e0c4e5 tweaks: rename a function and adjust indentation by Benno Schulenberg · 9 years ago
- 5061614 prompt: recompose the statusbar text whenever the window size changes by Benno Schulenberg · 9 years ago
- 3e40e5d docs: explain how to contribute code by Benno Schulenberg · 9 years ago
- 2f9232a tweaks: adjust indentation after previous change by Benno Schulenberg · 9 years ago
- 0d5fbfb tweaks: reshuffle some things, and remove a misplaced comment by Benno Schulenberg · 9 years ago
- 5614743 prompt: don't crash when the terminal is less than four columns wide by Benno Schulenberg · 9 years ago
- 21cb01e tweaks: rename two variables, to make some sense by Benno Schulenberg · 9 years ago
- ea9aaee statusbar: leave out the brackets when the message is very long by Benno Schulenberg · 9 years ago
- c22cd03 prompt: work around a VTE bug by outdancing an ncurses optimization by Benno Schulenberg · 9 years ago
- bd1c5d7 moving: make PgUp and PgDown functional also in very flat terminals by Benno Schulenberg · 9 years ago
- 00b293b tweaks: adjust some braces and indentations by Benno Schulenberg · 9 years ago
- 76a960d screen: continue to function also in a terminal with very few lines by Benno Schulenberg · 9 years ago
- 97eb0e5 tweaks: reshuffle some stuff in a more logical order by Benno Schulenberg · 9 years ago
- 68010d9 startup: don't crash when dying early by Benno Schulenberg · 9 years ago
- c661506 tweaks: use a separate function to ask ncurses for keycodes by Benno Schulenberg · 9 years ago
- 0dd2a55 screen: don't die when the window is narrower than four columns by Benno Schulenberg · 9 years ago
- 49fc528 restore the GNU marker in nano's name by Benno Schulenberg · 9 years ago
- 928a24c input: look at the modifier keys only when compiled on Linux by Benno Schulenberg · 9 years ago
- d8031af screen: retain the placewewant also when using an alternate speller by Benno Schulenberg · 9 years ago
- f85648d po: update translations and regenerate POT file and PO files by Benno Schulenberg · 9 years ago
- b2e2c89 bump version numbers and add a news item for 2.6.3 by Benno Schulenberg · 9 years ago
- 290d278 input: make the Ctrl+Arrow keys work on a Linux console by Benno Schulenberg · 9 years ago
- 8edb096 input: after an Esc, don't discard starter byte of a multibyte sequence by Benno Schulenberg · 9 years ago
- 0a387d9 usage: show that the option --wordchars needs an argument by Benno Schulenberg · 9 years ago
- 6c16744 files: avoid a warning about not being able to write a lockfile by Benno Schulenberg · 9 years ago
- 86a64b1 tweaks: reduce two comparisons to a single one by Benno Schulenberg · 9 years ago
- 1fd2354 shortcuts: zero the value of 'toggle' for keys that are not toggles by Rishabh Dave · 9 years ago
- c8bc05b chars: make searching case-insensitively some ten percent faster by Benno Schulenberg · 9 years ago
- ee57cbf debug: add a timing instrument to the main search routine by Benno Schulenberg · 9 years ago
- bd1fcc5 tweaks: correct one comment, and adjust another by Benno Schulenberg · 9 years ago
- 370406b tweaks: don't optimize for a special case -- it is far too seldom by Benno Schulenberg · 9 years ago
- 85844ee chars: remove superfluous afterchecks by Benno Schulenberg · 9 years ago
- e38e2c6 chars: don't persist when only one of the compared sequences is invalid by Benno Schulenberg · 9 years ago
- d80109d chars: properly compare strings of different lengths by Benno Schulenberg · 9 years ago
- b305911 chars: straighten out the flow of a loop, so it is easier to follow by Benno Schulenberg · 9 years ago
- d60f951 chars: remove a special case that never occurs by Benno Schulenberg · 9 years ago
- 14ac475 spelling: don't abort when a misspelled word isn't found, just note it by Benno Schulenberg · 9 years ago
- 20058a1 spelling: don't consider digits as word parts, because GNU spell doesn't by Benno Schulenberg · 9 years ago
- f6dd0ad tweaks: compile a parameter unconditionally by Benno Schulenberg · 9 years ago
- a7ae176 locking: remove any lock files when dying by Benno Schulenberg · 9 years ago
- faa46a3 screen: remove redundant redrawings of the entire edit window by Benno Schulenberg · 9 years ago
- 03b168d tweaks: restore earlier conditions to prevent superfluous redrawings by Benno Schulenberg · 9 years ago
- 2f66476 tweaks: rename a function, and adjust some comments by Benno Schulenberg · 9 years ago
- c9e9964 screen: don't look at placewewant but at where we actually were and are by Benno Schulenberg · 9 years ago
- 0a3a644 tweaks: unconditionally compile a couple of parameters by Benno Schulenberg · 9 years ago
- 2eafe7b files: make allowances for 32-bit PIDs by Benno Schulenberg · 9 years ago
- 08c51cf input: ingest as verbatim just one control code or one or two escapes by Benno Schulenberg · 9 years ago
- b472f5a tweaks: remove some unnecessary keycodes from a switch statement by Benno Schulenberg · 9 years ago
- 5806bf5 tweaks: normalize some whitespace and adjust several comments by Benno Schulenberg · 9 years ago
- 90a9036 tweaks: rename three constants, for clarity, and hardcode two others by Benno Schulenberg · 9 years ago
- 9cd30d4 tweaks: don't bother setting meta_key to false when a key is invalid by Benno Schulenberg · 9 years ago
- f33d8ca tweaks: don't use a function call when reference to the variable will do by Benno Schulenberg · 9 years ago
- e471e2d tweaks: move the modified editing keys again by Benno Schulenberg · 9 years ago
- fe38b78 tweaks: adjust indentation after the previous changes by Benno Schulenberg · 9 years ago
- 1af1f5c tweaks: return quicker from the key parsing routine by Benno Schulenberg · 9 years ago
- b9e83fe tweaks: move some debugging stuff, and move modified editing keys too by Benno Schulenberg · 9 years ago
- cb10b2b tweaks: elide the global variable 'func_key' by Benno Schulenberg · 9 years ago
- 19dfd20 tweaks: add a variable, in preparation for making returning easier by Benno Schulenberg · 9 years ago
- d12fdda tweaks: replace a three-case switch with an if and an else by Benno Schulenberg · 9 years ago
- 3930a69 tweaks: consistently use a parameter instead of a struct element by Benno Schulenberg · 9 years ago
- 9322e1e tweaks: reshuffle two ifs for a little more speed by Benno Schulenberg · 9 years ago
- b70fe38 tweaks: normalize some indentation by Benno Schulenberg · 9 years ago
- 1c528db tweaks: condense three asserts into a single one by Benno Schulenberg · 9 years ago
- 1c9ab8b tweaks: rename a struct element, to be more fitting by Benno Schulenberg · 9 years ago
- e295070 shortcuts: group the setting of key string and keycode into one function by Benno Schulenberg · 9 years ago
- 91951ab input: don't bother putting a keycode into byte range by Benno Schulenberg · 9 years ago
- 5b0ab8b shortcuts: remove any unnecessary classifying of keys by Benno Schulenberg · 9 years ago
- ecef093 tweaks: adjust indentation after previous changes by Benno Schulenberg · 9 years ago
- 6d6f5bd tweaks: check earlier on for sufficient length of the sequence by Benno Schulenberg · 9 years ago
- e3dbffc input: be more strict in recognizing certain escape sequences by Benno Schulenberg · 9 years ago
- 2225d54 input: don't use a function call when a literal value will do by Benno Schulenberg · 9 years ago