aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vi: save/restore screen upon invocationDenys Vlasenko2012-06-111-0/+4
* vi: nuke FEATURE_VI_OPTIMIZE_CURSORDenys Vlasenko2012-06-111-124/+58
* vi: do not set autoindent by defaultDenys Vlasenko2012-06-111-7/+8
* vi: add ":prev" command supportDennis Groenen2012-01-311-11/+18
* vi: move mark[i] pointers if text[] moves after reallocDenys Vlasenko2012-01-311-27/+37
* *: better comments on termios manipulations. No code changes.Denys Vlasenko2012-01-151-1/+1
* vi: fix [end] key handlingDenys Vlasenko2011-11-281-1/+1
* vi: prevent unlimited recursion in do_cmd(). Closes 4153Denys Vlasenko2011-09-091-155/+139
* less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.Denys Vlasenko2011-07-251-2/+2
* vi: tweak regex.h includeDenys Vlasenko2011-07-031-3/+6
* vi: fix regex search, make it selectable in configWalter Harms2011-06-271-40/+181
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* vi.c: remove warning: variable 'sp' set but not usedCristian Ionescu-Idbohrn2011-05-161-0/+4
* fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-2/+0
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+13
* *: 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