- db897b5 input: detect again when both Shift and Ctrl are being held on a VT by Benno Schulenberg · 9 years ago
- 2b1bc68 input: don't crash when receiving a KEY_CANCEL by Benno Schulenberg · 9 years ago
- 90b959a history: avoid crashing when the positionlog file is malformed by Benno Schulenberg · 9 years ago
- 116d9e6 chars: use memory on the stack instead of calling malloc() and free() by Benno Schulenberg · 9 years ago
- 6620acb tweaks: use a faster comparison by Benno Schulenberg · 9 years ago
- 1cb6619 undo: there are just two forms of deletion: backspacing and deleting by Benno Schulenberg · 9 years ago
- 79a4bf8 tweaks: rename five variables, for uniformity with a few others by Benno Schulenberg · 9 years ago
- b77e6bd general: simplify the detection of a SIGWINCH by Benno Schulenberg · 9 years ago
- 2bcc6d7 tweaks: start searching at a better place by Benno Schulenberg · 9 years ago
- cd705a7 tweaks: elide a counter and a comparison by Benno Schulenberg · 9 years ago
- ecd18c1 history: search for the two position numbers from EOL instead of BOL by Benno Schulenberg · 9 years ago
- bc8a3a5 tweaks: rename three variables, for visibility by Benno Schulenberg · 9 years ago
- 9b90ec8 tweaks: drive closer to the edge by Benno Schulenberg · 9 years ago
- 8b483c1 history: don't bother encoding search items -- they cannot contain newlines by Benno Schulenberg · 9 years ago
- f915a28 tweaks: don't bother trimming the final newline from a position item by Benno Schulenberg · 9 years ago
- cb3fc88 tweaks: rename a variable and rewrap two lines by Benno Schulenberg · 9 years ago
- 06d9ee8 history: encode newlines in filenames as nulls by Benno Schulenberg · 9 years ago
- 0b0b812 files: don't change embedded newlines into nulls in filenames by Benno Schulenberg · 9 years ago
- eafae5d screen: show an embedded newline in filenames as ^J instead of ^@ by Benno Schulenberg · 9 years ago
- dfff78d titlebar: always pass a pathname through display_string() by Benno Schulenberg · 9 years ago
- 40acb87 oops: forgot to add and amend this to the previous commit by Benno Schulenberg · 9 years ago
- d7af590 memory: don't bother making a snug fit for things that will be freed soon by Benno Schulenberg · 9 years ago
- 8c7e4f5 tweaks: rename a function to describe what it does by Benno Schulenberg · 9 years ago
- 1144d38 tweaks: don't bother reallocating a string of which there is only one by Benno Schulenberg · 9 years ago
- 0562d27 tweaks: delete a bunch of unneeded asserts by Benno Schulenberg · 9 years ago
- c5f4916 tweaks: write two pieces of conditionalized code like all others by Benno Schulenberg · 9 years ago
- 9765c2f tweaks: elide a function that is called just once by Benno Schulenberg · 9 years ago
- 85ebe97 chars: optimize for the most common case by Benno Schulenberg · 9 years ago
- fc101a6 tweaks: rename a variable to be shorter and clearer by Benno Schulenberg · 9 years ago
- eb88ad9 tweaks: use a slightly faster comparison by Benno Schulenberg · 9 years ago
- 9fa95a3 tweaks: put some prototypes in the proper order, and move a bit of code by Benno Schulenberg · 9 years ago
- d6cc2c4 tweaks: conditionalize a function that is not used in the tiny version by Benno Schulenberg · 9 years ago
- 1df4115 version: properly mention --disable-wordcomp if it was used by Benno Schulenberg · 9 years ago
- ea9f62f tweaks: adjust some comments and indentation and ordering by Benno Schulenberg · 9 years ago
- a772194 tweaks: rename two variables, for self-documentation by Benno Schulenberg · 9 years ago
- faf77fb tweaks: don't bother making the next line of an end point NULL by Benno Schulenberg · 9 years ago
- b0b24d9 utils: slightly speed up the calculation of the size of a buffer by Benno Schulenberg · 9 years ago
- c9f743f tweaks: elide two unneeded variables from line numbering mode by David Lawrence Ramsey · 9 years ago
- bd920b1 tweaks: adjust the type of two arguments by David Lawrence Ramsey · 9 years ago
- 29e094c po: update translations and regenerate POT file and PO files by Benno Schulenberg · 9 years ago
- 7a8ae90 bump version numbers and add a news item for 2.7.2 by Benno Schulenberg · 9 years ago
- 13ec5d8 spelling: correctly restore the selected region by Benno Schulenberg · 9 years ago
- 30591c5 tweaks: use a while loop when the end point is not known in advance by Benno Schulenberg · 9 years ago
- 3f8e30e tweaks: delete some obscuring debugging stuff by Benno Schulenberg · 9 years ago
- e9fde7d mouse: use the correct screen width for calculating the cursor position by Benno Schulenberg · 9 years ago
- fd3423f syntax: give the statistics part of a git patch a different color by Benno Schulenberg · 9 years ago
- a4044a7 tweaks: remove some cluttering conditional compilation by Benno Schulenberg · 9 years ago
- 2fa93ae tweaks: rename two variables to make more sense by Benno Schulenberg · 9 years ago
- c8c6340 tweaks: conditionalize a bit of softwrap code by David Lawrence Ramsey · 9 years ago
- 6263416 moving: always account for the margin when in line numbering mode by David Lawrence Ramsey · 9 years ago
- 84d6f1a tweaks: adjust the type of four lockfile variables by David Lawrence Ramsey · 9 years ago
- ecccb8d tweaks: correct the wording of a string by Benno Schulenberg · 9 years ago
- 173bbe1 tweaks: add a few translator hints by Benno Schulenberg · 9 years ago
- 7531b71 docs: note Sumedh as the author of the word-completion feature by Benno Schulenberg · 9 years ago
- 964c10d tweaks: miscellaneous frobbings and rewrappings by Benno Schulenberg · 9 years ago
- 0e01080 binding: allow to rebind the word-completion function, and document it by Benno Schulenberg · 9 years ago
- 68a0314 build: add configure option --disable-wordcomp to disable word completion by Benno Schulenberg · 9 years ago
- dca4ab5 new feature: complete a fragment to a longer word found in the buffer by Sumedh Pendurkar · 9 years ago
- 86121cf tweaks: move a cursor-on switch to a more logical place (again) by Benno Schulenberg · 9 years ago
- f03f5d5 docs: correct and improve the description of --disable-wrapping by Benno Schulenberg · 9 years ago
- 379b155 prompt: remove two fragments of dead code by Benno Schulenberg · 9 years ago
- bfcce57 screen: remove an unneeded blanking of the statusbar by Benno Schulenberg · 9 years ago
- 4eac699 tweaks: remove some more annoying conditional compilation by Benno Schulenberg · 9 years ago
- 454f5cb tweaks: remove a superfluous cleanup call by Benno Schulenberg · 9 years ago
- 248d7be build: clean out the revision.h file, to make 'make distcheck' pass by Benno Schulenberg · 9 years ago
- 372bd0f screen: switch the cursor back on only in the main loop by Benno Schulenberg · 9 years ago
- f920e0d tweaks: replace some unneeded direct calls of edit_refresh() by Benno Schulenberg · 9 years ago
- 0f3e303 tweaks: get rid of some spurious textual references to edit_refresh() by Benno Schulenberg · 9 years ago
- c9680b8 input: add the shifted PageUp and PageDown keycodes produced by VTE by Benno Schulenberg · 9 years ago
- 656563b screen: don't restore the previous menu after a yesno prompt by Benno Schulenberg · 9 years ago
- 8f95f9b tweaks: reshuffle three initializations and trim some comments by Benno Schulenberg · 9 years ago
- c6512a9 screen: don't request an update of the edit window for every yesno prompt by Benno Schulenberg · 9 years ago
- 07ce01c docs: tweak some lines in the NEWS file by Benno Schulenberg · 9 years ago
- b5400ff general: gettextize three overlooked statusbar messages by David Lawrence Ramsey · 9 years ago
- ac41587 oops: the yesno prompt for replacing does not want a visible cursor by Benno Schulenberg · 9 years ago
- e4b8d6f tweaks: remove a bit of obscuring conditional compilation by Benno Schulenberg · 9 years ago
- 72e8bcb tweaks: move a switching on of the cursor to a more logical place by Benno Schulenberg · 9 years ago
- 7401670 tweaks: fix compilation when configured with --enable-tiny by Benno Schulenberg · 9 years ago
- 87fbe24 docs: add info about Slang to README.GIT, and improve info about glib2 by David Lawrence Ramsey · 9 years ago
- e4d4524 files: give feedback when restricted mode prevents overwriting a file by David Lawrence Ramsey · 9 years ago
- d48071b input: properly check the full escape sequences for all keys by David Lawrence Ramsey · 9 years ago
- c1a4842 rcfile: actually avoid opening directories and devices by Benno Schulenberg · 9 years ago
- 981a1d3 tweaks: factor out a small function by Benno Schulenberg · 9 years ago
- 925a001 rcfile: check the vital shortcuts just once, not for every included file by Benno Schulenberg · 9 years ago
- 77023a7 tweaks: remove an annoying conditional compilation of an argument by Benno Schulenberg · 9 years ago
- 1762920 rcfile: actually don't try to open things that cannot be syntax files by Benno Schulenberg · 9 years ago
- 281a56f tweaks: reshuffle some things in a more linear manner by Benno Schulenberg · 9 years ago
- 592d0d6 files: trying to open a non-existent file will never succeed by Benno Schulenberg · 9 years ago
- 3cc561e input: distinguish <Shift+Home> from <Home> on an rxvt terminal by Benno Schulenberg · 9 years ago
- 0333b87 input: distinguish <Alt+Left> from <Alt+Right> on an rxvt terminal by Benno Schulenberg · 9 years ago
- 059c8ef input: make Shift+Alt+Arrow work properly on rxvt and Eterm terminals by David Lawrence Ramsey · 9 years ago
- eb68cd1 syntax: avoid using black colors by Mike Frysinger · 9 years ago
- ecea413 configure: fix ncurses lib symbol checking by Mike Frysinger · 9 years ago
- 9525323 docs: mention that libncursesw5-dev is needed for building from git by Benno Schulenberg · 9 years ago
- eb5968f startup: activate restricted mode earlier, so --help will reflect it by Benno Schulenberg · 9 years ago
- f2c72bf binding: always initialize some keycode variables to a standard value by Benno Schulenberg · 9 years ago
- e472b72 syntax: gentoo: various updates by Mike Frysinger · 9 years ago
- e332d2d docs: harmonize the indentation of the README, and tweak some wordings by Benno Schulenberg · 9 years ago
- ed16582 screen: don't hide the cursor when --constantshow is used by Benno Schulenberg · 9 years ago
- 65bf36b rcfile: let a 'set fill' reenable hardwrapping by Benno Schulenberg · 9 years ago