- 0cc3da5 spelling: retreat one x position, to not miss the first word by Benno Schulenberg · 9 years ago
- b7f1136 tweaks: trim or improve some comments, and rewrap two lines by Benno Schulenberg · 9 years ago
- 2503503 tweaks: make the conditions for statusbar blanking more transparent by Benno Schulenberg · 9 years ago
- 2cd21da tweaks: remove the fiddling with an unrelated setting by Benno Schulenberg · 9 years ago
- 681f042 tweaks: remove a superfluous condition by Benno Schulenberg · 9 years ago
- 73aa48b input: after an unknown sequence, reenable cursor only when in main menu by Benno Schulenberg · 9 years ago
- 6698659 screen: displaying the cursor position should not suppress it next time by Benno Schulenberg · 9 years ago
- 06b449b utils: provide a failure message for all uses of 'fsfromline' by Benno Schulenberg · 9 years ago
- fe9cf6f tweaks: make advancing and retreating more symmetrical by Benno Schulenberg · 9 years ago
- 21edf7b tweaks: do an assignment in a more transparent way by Benno Schulenberg · 9 years ago
- 5e4f16d tweaks: remove a superfluous call of 'wnoutrefresh' by Benno Schulenberg · 9 years ago
- 81b29d9 tweaks: remove a superfluous setting of 'refresh_needed' by Benno Schulenberg · 9 years ago
- 8ddc5e7 browser: make the calculation of files-per-line a straightforward one by Benno Schulenberg · 9 years ago
- c6ec435 browser: use the reselection mechanism also after resizing and after help by Benno Schulenberg · 9 years ago
- 8a5b4f6 browser: keep the same file selected when the directory contents change by Rishabh Dave · 9 years ago
- 9cbe6a6 search: when polling the keyboard, consume all waiting keystrokes by Benno Schulenberg · 9 years ago
- c918c65 input: properly restore waiting mode, or retain non-waiting mode by Benno Schulenberg · 9 years ago
- 577f7fa screen: make better use of the available space in the titlebar by Benno Schulenberg · 9 years ago
- 338807a help: bring some air into the lists of shortcuts, giving the eye a hold by Benno Schulenberg · 9 years ago
- a7c158d input: simplify a bit of code, reducing a four-case switch to a single if by Benno Schulenberg · 9 years ago
- 97e9849 TODO: tidy up the punctuation by Benno Schulenberg · 9 years ago
- be4a3f8 spelling: separate the fixing of different words with a short pause by Benno Schulenberg · 9 years ago
- 433c7e5 spelling: don't partition the file for replacements in a marked region by Benno Schulenberg · 9 years ago
- 9d6d5b6 screen: rename a variable, because 'disable' sounds too permanent by Benno Schulenberg · 9 years ago
- f1b9ba2 rcfile: make an error message equal to another, and more informative by Benno Schulenberg · 9 years ago
- 318ed6b scrolling: center the cursor when inserted stuff does not fit on screen by Benno Schulenberg · 9 years ago
- 402cf71 input: trim some oververbose comments by Benno Schulenberg · 9 years ago
- 7b3649a input: don't take multiple keystrokes to be a single sequence by Benno Schulenberg · 9 years ago
- 937c478 spelling: pass the correct position of the cursor by Benno Schulenberg · 9 years ago
- cc0a3d8 search: modify a function to take a length as parameter instead of a word by Benno Schulenberg · 9 years ago
- e666f8c input: write a few ifs more compactly by Benno Schulenberg · 9 years ago
- 05238f3 search: elide an unneeded function by Benno Schulenberg · 9 years ago
- e21e954 browser: add a binding for the refresh function by Benno Schulenberg · 9 years ago
- e255627 browser: provide tab completion also outside of the working directory by Benno Schulenberg · 9 years ago
- e0c4f9c input: give more detailed feedback when an unbound key is struck by Benno Schulenberg · 9 years ago
- eb871e7 input: distinguish an unknown escape sequence from an unbound key by Benno Schulenberg · 9 years ago
- 3c8647e search: terminate the loop a tiny bit earlier when spell checking by Benno Schulenberg · 9 years ago
- ae8df00 search: rename a variable and a function, for clarity and contrast by Benno Schulenberg · 9 years ago
- 9f1a44d replacing: properly detect when we've rereached the starting position by Benno Schulenberg · 9 years ago
- 3ea8f42 browser: rearrange the search loop to elide two unneeded variables by Benno Schulenberg · 9 years ago
- 0215340 browser: when nothing was found, restore the global search flags by Benno Schulenberg · 9 years ago
- b26aaa7 screen: fix compilation when configured with --enable-tiny by Benno Schulenberg · 9 years ago
- 9330aa6 rcfile: disallow 'bind' and 'unbind' in an included file by Benno Schulenberg · 9 years ago
- 30f3c53 tabbing: refresh the window also when Goto-Dir in browser was cancelled by Benno Schulenberg · 9 years ago
- 133ed4e tabbing: don't null-terminate a directory name on the slash but after it by Benno Schulenberg · 9 years ago
- 53f4a9f screen: rename 'edit_refresh_needed' to 'refresh_needed' by Benno Schulenberg · 9 years ago
- b97c36c screen: don't always set 'edit_refresh_needed' when adjusting edittop by Benno Schulenberg · 9 years ago
- 3e1d2b9 tabbing: make sure to refresh the edit window when returning to it by Benno Schulenberg · 9 years ago
- 907ba3a scrolling: catch the special case of reading a file from standard input by Benno Schulenberg · 9 years ago
- 981b414 utils: distinguish between width (columns) and length (bytes) by Benno Schulenberg · 9 years ago
- 06b1fca tabbing: fix erroneous use of strnlenpt() by Benno Schulenberg · 9 years ago
- 92b8d6f files: miscellaneous tweaks of braces, comments, and variable names by Benno Schulenberg · 9 years ago
- 0b33ab5 files: make an 'if' more transparent and snip an unneeded condition by Benno Schulenberg · 9 years ago
- 2faad12 locking: don't try to read more bytes than the buffer can hold by Benno Schulenberg · 9 years ago
- bfe418f files: when opening a buffer, make sure to expand a tilde in its name by Benno Schulenberg · 9 years ago
- 41ed690 tabbing: refresh the edit window in case a previous tab listed names by Benno Schulenberg · 9 years ago
- 553b7af files: do not use two variables for two different purposes each by Benno Schulenberg · 9 years ago
- 2815eaa files: rewrap en reindent some lines by Benno Schulenberg · 9 years ago
- 5c5fefc files: tweak the function tail() and rename two variables by Benno Schulenberg · 9 years ago
- 8aeb843 more svn->git updates by Mike Frysinger · 9 years ago
- 36ec76a tabbing: don't refresh the edit window when nothing was printed on it by Benno Schulenberg · 9 years ago
- eb2661d spelling: if rereading the file fails, don't destroy the current buffer by Benno Schulenberg · 9 years ago
- c2518dd inserting: differentiate not finding a file from not finding a string by Benno Schulenberg · 9 years ago
- 34a20f8 prompt: properly save and restore the x position in the statusbar by Benno Schulenberg · 9 years ago
- 6f185d3 inserting: strip a carriage return before copying the line by Benno Schulenberg · 9 years ago
- c5b8f52 inserting: don't bother zero-terminating every single character by Benno Schulenberg · 9 years ago
- bcdc90e inserting: reshuffle some conditions for a teeny bit more speed by Benno Schulenberg · 9 years ago
- f5c6246 inserting: prune a duplicate variable by Benno Schulenberg · 9 years ago
- 086b852 inserting: treat also the final \r of a Mac file as a newline by Benno Schulenberg · 9 years ago
- dac0aa1 inserting: prune some superfluous settings, and do one differently by Benno Schulenberg · 9 years ago
- 04013fb search: untangle two lines and tweak two comments by Benno Schulenberg · 9 years ago
- a101b30 keyboard: reshuffle some lines to avoid an empty while by Benno Schulenberg · 9 years ago
- 0bffd99 scrolling: elide a variable, to make clearer that edittop is being moved by Benno Schulenberg · 9 years ago
- 4c075f3 tabbing: rename four variables, snipping a redundant part by Benno Schulenberg · 9 years ago
- 0ccdaff tabbing: avoid recalculating the length of the first match every time by Benno Schulenberg · 9 years ago
- 2d50c4f softwrap: adjust for current_x when computing the amount to scroll by Benno Schulenberg · 9 years ago
- 6a9e2a4 files: handle systems that disallow NULL as first parameter of getcwd by Benno Schulenberg · 9 years ago
- ff1bf88 files: limit the number of attempts at climbing up the directory tree by Benno Schulenberg · 9 years ago
- 6414f9f titlebar: snip two superfluous tests for having enough space by Benno Schulenberg · 9 years ago
- 2246029 screen: elide a variable and serialize some logic for clarity by Benno Schulenberg · 9 years ago
- 503654e screen: don't redraw some lines when doing a full refresh anyway by Benno Schulenberg · 9 years ago
- e393a6c screen: don't redraw the current line unnecessarily by Benno Schulenberg · 9 years ago
- 9d79303 screen: a full refresh is only needed when softwrap is on by Benno Schulenberg · 9 years ago
- 111b300 syntax: changelog: support more bug/issue styles by Mike Frysinger · 9 years ago
- ec295f5 build-sys: detect a build from git and show its short commit hash by Benno Schulenberg · 9 years ago
- 4b5b66a screen: avoid redrawing a line twice by Benno Schulenberg · 9 years ago
- aa1ae0a screen: concentrate the setting of placewewant by Benno Schulenberg · 9 years ago
- dbe3990 utils: snip a superfluous check for NULL by Benno Schulenberg · 9 years ago
- fc7eb69 files: allocate enough space for the prompt when finding a lock file by Benno Schulenberg · 9 years ago
- 023fccb search: avoid saving and restoring placewewant when bracket matching by Benno Schulenberg · 9 years ago
- ea4e9b3 search: don't set placewewant when we are just iterating by Benno Schulenberg · 9 years ago
- 7ba356a searching: don't keep track of current_y, but calculate it at the end by Benno Schulenberg · 9 years ago
- cb17732 scrolling: don't scroll too much when having to bridge blank lines by Benno Schulenberg · 9 years ago
- d851ccd keyboard: recognize four escape sequences produced by iTerm2 by Mike Scalora · 9 years ago
- da9ea91 build-sys: ignore .patch, .orig and .swp files by Benno Schulenberg · 9 years ago
- 54217ea i18n: advise the translators about the maximum length of some strings by Benno Schulenberg · 9 years ago
- ba38d61 files: prune a message to be less than 76 characters by Benno Schulenberg · 9 years ago
- 4a9b97b help: only speak of Control and Meta sequences by Benno Schulenberg · 9 years ago
- 28b4bd7 build-sys: identify a build from git not as one from svn by Benno Schulenberg · 9 years ago
- dea708b i18n: gather three more translatable strings into the POT file by Benno Schulenberg · 9 years ago