summaryrefslogtreecommitdiff
path: root/editors/vi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: vi: reimplement mysleep() because poll() won't work on stdinNguyễn Thái Ngọc Duy2010-09-141-0/+9
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* vi: fix "ask terminal" codeDenys Vlasenko2010-07-211-10/+10
* remove some dead assignments, add a TODO commentDenys Vlasenko2010-07-041-1/+0
* vi: fix "set ic" command; code shrink while at it. closes bug 1765Denys Vlasenko2010-05-191-49/+37
* consolidate ESC sequencesDenys Vlasenko2010-05-161-8/+8
* lineedit: change how cmdedit_set_out_char worksDenys Vlasenko2010-05-111-2/+2
* vi: discover window size even on serial consoles. optionalDenys Vlasenko2010-04-181-1/+22
* vi: remove superfluous check on filename == ""Denys Vlasenko2010-04-181-1/+1
* vi: code shrinkDenys Vlasenko2010-04-161-9/+9
* vi: code shrink; save/restore errno in signal handlersDenys Vlasenko2010-04-161-19/+27
* vi: fix NUM + "$" handlingDenys Vlasenko2010-03-261-38/+39
* lineedit: fix another corner case with bad unicode inputDenys Vlasenko2010-03-111-1/+1
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-281-3/+5
* fix fallout from isprint() changesDenys Vlasenko2009-11-201-24/+25
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-2/+2
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-4/+4
* *: remove last function calls to isspaceDenys Vlasenko2009-10-221-5/+5
* *: a few more NOINLINEsDenys Vlasenko2009-10-081-1/+1
* *: more portability fixes by Dan FandrichDenys Vlasenko2009-09-231-2/+2
* fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko2009-07-041-3/+3
* vi: do not accept uppercase comments (compat). Closes bug 397.Denys Vlasenko2009-06-151-33/+31
* line editing: add an option to emit ESC [ 6 n and use resultsDenys Vlasenko2009-05-171-7/+6
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-8/+8
* trailing whitespace removalDenis Vlasenko2009-04-011-2/+2
* vi: speedup and code shrink (Walter Harms)Denis Vlasenko2008-11-241-21/+17
* vi: fix several instances of major goof: when text grows, text[]Denis Vlasenko2008-11-191-45/+78
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-2/+2
* randomconfig fixesDenis Vlasenko2008-10-291-1/+2
* vi: fix uninitialized last_search_pattern (bug 5794)Denis Vlasenko2008-10-291-10/+5
* less: reuse former vi's key reading code. Improve SIGWINCH handling.Denis Vlasenko2008-10-251-1/+1
* vi: move key reading routine out of vi into llbbbDenis Vlasenko2008-10-251-185/+44
* vi: handle chars 0x80, 0x81... correctlyDenis Vlasenko2008-10-201-61/+64
* Comment and whitespace tweaks.Rob Landley2008-10-191-10/+6
* vi: explain why reading 4 chars is unsafeDenis Vlasenko2008-10-181-3/+5
* vi: whitespace fixDenis Vlasenko2008-10-181-2/+2
* vi: a few trivial optimizations to keyboard reading code; bump timeout to 50s.Denis Vlasenko2008-10-161-18/+29
* Confirmed that on Linux the serial interrupt takes precedence over the timerRob Landley2008-10-161-2/+3
* vi: fix bizarre formatting. no code changesDenis Vlasenko2008-10-141-2/+2
* fix recurring "last_cmd overrun", fix [del] handling in insert modeDenis Vlasenko2008-10-141-15/+15
* vi: trivial size optimization -65 bytesDenis Vlasenko2008-10-141-18/+16
* vi: reinstate timeout of 300 msDenis Vlasenko2008-10-141-4/+8
* vi: add comments to Rob's algorithm of reading and matching ESC sequencesDenis Vlasenko2008-10-141-23/+33
* Escape sequences sent over serial links don't come in as a block, so pollRob Landley2008-10-141-1/+1
* Clean up editors/vi.c:readit() so it only does readahead when actuallyRob Landley2008-10-141-61/+58
* crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e)Denis Vlasenko2008-09-211-23/+25
* vi: using array data after it fell out of scope is stupid.Denis Vlasenko2008-07-171-6/+8
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-3/+3
* vi: fix vda's thinkoDenis Vlasenko2008-06-271-1/+1