- 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
- 9115828 input: fix a pasto from eight years ago, from commit e347efb by Benno Schulenberg · 9 years ago
- b43a724 docs: tweak some spacing and spelling by Benno Schulenberg · 9 years ago
- 2b5d29b po: update translations and regenerate POT file and PO files by Benno Schulenberg · 9 years ago
- b40520b bump version numbers and add a news item for 2.6.2 by Benno Schulenberg · 9 years ago
- 992533b moving: don't do an automatic smart home with Ctrl+Up and Ctrl+Down by Benno Schulenberg · 9 years ago
- f3e8991 credits: don't bother blanking the second line nor the help lines by Benno Schulenberg · 9 years ago
- df7353b tweaks: compute the sizes of the subwindows in a more direct manner by Benno Schulenberg · 9 years ago
- f311c0a tweaks: adjust a couple of comments by Benno Schulenberg · 9 years ago
- c88fae3 search: match a beginning-of-line anchor just once per line by Benno Schulenberg · 9 years ago
- 68cfb08 tweaks: fix compilation with --enable-tiny by Benno Schulenberg · 9 years ago
- 4cff67f tweaks: adjust indentation after the previous change, and edit comments by Benno Schulenberg · 9 years ago
- aefe26d tweaks: factor out a common condition by Benno Schulenberg · 9 years ago
- 8eb99e2 tweaks: put similar things together by Benno Schulenberg · 9 years ago
- 19b6f90 tweaks: rename another variable, for aptness by Benno Schulenberg · 9 years ago
- c38ffdc tweaks: rename two variables, to match others by Benno Schulenberg · 9 years ago
- a472f48 tweaks: trim some comments, and simplify a condition by Benno Schulenberg · 9 years ago
- 4416d9c tweaks: shuffle the resetting of a counter to the tail of the routine by Benno Schulenberg · 9 years ago
- c073c5a tweaks: don't bother resetting the Unicode code holder by Benno Schulenberg · 9 years ago
- fc0ddab input: provide feedback on the Unicode digits typed so far by David Lawrence Ramsey · 9 years ago
- c6dbcf9 new feature: functions to jump to previous or following block of text by Benno Schulenberg · 9 years ago
- 8c7a385 screen: include a workaround only when compiling against older ncurses by Benno Schulenberg · 9 years ago
- 1c2d2a4 tweaks: adjust a comment for removed definitions by Benno Schulenberg · 9 years ago
- 1e5614b tweaks: avoid two compiler warnings by Benno Schulenberg · 9 years ago
- 04b9b9c tweaks: avoid a runtime error when compiled with -fsanitize=undefined by Benno Schulenberg · 9 years ago
- 41ad376 chars: plug a gushing memory leak by Benno Schulenberg · 9 years ago
- 1349c1d syntax: allow capital letters in Rust struct/trait names by Dirkjan Ochtman · 9 years ago
- 4c566c7 tweaks: reduce the number of wattron/wattrof calls by Rishabh Dave · 9 years ago
- 73a0721 debug: remove duplicate information by Benno Schulenberg · 9 years ago
- bf091be chars: don't try to see a character in an empty line by Benno Schulenberg · 9 years ago
- 103dd06 input: don't crash when the window is resized during verbatim input by Benno Schulenberg · 9 years ago
- 1d4c1e0 input: plug a memory leak by Benno Schulenberg · 9 years ago
- b3fbb7c input: report keystroke M-[ as being unbindable instead of just unbound by Benno Schulenberg · 9 years ago
- 225203d tweaks: correct a comment by Benno Schulenberg · 9 years ago
- c2a0c78 tweaks: rename a variable and a type, to be less confusing by Benno Schulenberg · 9 years ago
- 97f4fe2 build-sys: ignore the revision header file by Benno Schulenberg · 9 years ago
- ef07125 color: refresh the screen whenever the active syntax changes by Benno Schulenberg · 9 years ago
- afb6a5b color: forget about aborting the precalculation for multiline regexes by Benno Schulenberg · 9 years ago
- a37cd9f tweaks: rename a variable, to clarify it refers to columns, not to bytes by Benno Schulenberg · 9 years ago
- 6f12992 new feature: add the option --wordchars, to set extra word characters by Benno Schulenberg · 9 years ago
- d88423e tweaks: move a debug statement to its proper place, and improve aspect by Benno Schulenberg · 9 years ago
- 8b28de1 tweaks: don't call a thing malloc... when it doesn't call malloc() by Benno Schulenberg · 9 years ago
- 8fa72fb browser: elide a variable by fusing the uses of 'newpath' and 'path' by Rishabh Dave · 9 years ago
- b4babc2 input: accept only the four iTerm sequences that actually get handled by Benno Schulenberg · 9 years ago
- f2150d3 input: treat Ctrl+Alt+key different from Esc followed by Ctrl+key by Benno Schulenberg · 9 years ago
- 033376a input: consider only O, o and [ as starters of multi-character sequences by Benno Schulenberg · 9 years ago
- e33a0b6 screen: avoid converting each character twice from multibyte to wide by Benno Schulenberg · 9 years ago
- 0894587 screen: elide another intermediate buffer for every visible character by Benno Schulenberg · 9 years ago
- 960e848 tweaks: elide a typedef, as it now has just one element by Benno Schulenberg · 9 years ago
- b473707 tweaks: delete an element that is always FALSE and never used by Benno Schulenberg · 9 years ago
- 8507dd4 color: integrate the hilite attribute into the pair number by Benno Schulenberg · 9 years ago
- 62eeda3 tweaks: use mallocstrcpy() instead of strdup(), for a graceful death by Benno Schulenberg · 9 years ago
- 06c8062 tweaks: improve two comments by Benno Schulenberg · 9 years ago
- d2b2512 tweaks: fuse two handlings of a delete key, and fix a comment by Benno Schulenberg · 9 years ago
- 0c319f8 tweaks: put the case labels (the keycodes) in a more sensible order by Benno Schulenberg · 9 years ago
- 4fcc760 tweaks: put some case labels closer to their statements by Benno Schulenberg · 9 years ago
- 0d5f918 input: add some missing keycodes to the parsing routine by Benno Schulenberg · 9 years ago
- 9c7940b utils: accept mistypings and common separators between line and column by Rishabh Dave · 9 years ago
- ccfb1eb tweaks: rearrange a function in my style, and rename a variable by Benno Schulenberg · 9 years ago
- 7e3a9c3 utils: don't bother to check line and column for NULL by Benno Schulenberg · 9 years ago
- a730b25 browser: elide another call of opendir() by Benno Schulenberg · 9 years ago
- 500fef8 tweaks: rename a variable -- to match others and to be more concise by Benno Schulenberg · 9 years ago
- 29986e9 input: don't drop the first byte when user starts typing during loading by Benno Schulenberg · 9 years ago
- 4af1da7 color: push the resets further when start and end match are equal by Benno Schulenberg · 9 years ago
- 528b79b tweaks: rename a variable to be more accurate by Benno Schulenberg · 9 years ago
- 03a81aa browser: trim all trailing slashes (just in case there are more) by Benno Schulenberg · 9 years ago
- 4957c11 browser: select an inaccessible directory also when tabbed by Rishabh Dave · 9 years ago
- d9d8eb2 tweaks: straighten out the flow of a loop by Benno Schulenberg · 9 years ago
- d9aad92 tweaks: elide a bit of code duplication by Benno Schulenberg · 9 years ago
- 8b636de tweaks: put all the movement functions together by Benno Schulenberg · 9 years ago
- aeab800 tweaks: improve a few comments by Benno Schulenberg · 9 years ago
- f8c33e8 tweaks: reduce the scope of two variables by Benno Schulenberg · 9 years ago
- b6efea2 chars: invalid sequences are not blank, nor text, nor punctuation by Benno Schulenberg · 9 years ago
- 8686cb3 chars: measure invalid sequences and unassigned codepoints more quickly by Benno Schulenberg · 9 years ago
- 91fff2a screen: avoid looking up the width of whitespace and control codes by Benno Schulenberg · 9 years ago
- d6f43bd screen: elide the intermediate buffer for every single character by Benno Schulenberg · 9 years ago
- ebbe546 screen: again, look at the bytes in their context by Benno Schulenberg · 9 years ago
- cf0eed6 screen: don't check for every character whether there is still enough space by Benno Schulenberg · 9 years ago
- feacacc chars: look at bytes in their context, so only valid sequences are accepted by Benno Schulenberg · 9 years ago
- af53c56 chars: speed up the determination whether something is a control character by Benno Schulenberg · 9 years ago
- 019d7b3 chars: delete a now-unused function by Benno Schulenberg · 9 years ago
- 622995f chars: the representation of a control character is always two bytes by Benno Schulenberg · 9 years ago
- 03586c6 chars: represent the high-bit controls more intelligibly by Benno Schulenberg · 9 years ago
- 07a39e8 screen: don't simulate a sigwinch but directly reinitialize the screen by Benno Schulenberg · 9 years ago