summaryrefslogtreecommitdiff
path: root/apps/system/vi/vi.c
Commit message (Collapse)AuthorAgeFilesLines
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-4/+4
|
* VI and CLE: Fix lots of typos in commentsGregory Nutt2014-02-021-9/+10
|
* VI: cosmetic updates to commentsGregory Nutt2014-02-011-8/+8
|
* vi: Add missing BSD headerGregory Nutt2014-01-311-0/+35
|
* VI: Finally test vi file-related command, fixed bugs, and add file read commandGregory Nutt2014-01-301-59/+218
|
* VI: Fix loss of status line on display updateGregory Nutt2014-01-211-1/+1
|
* VI: all commands not seem functional. Still at least on display artifact ↵Gregory Nutt2014-01-211-10/+25
| | | | and probably some things not properly tested
* VI: Several bug fixesGregory Nutt2014-01-211-49/+136
|
* VI: Turn off cursor when updating screen; eliminate some warningsGregory Nutt2014-01-211-9/+70
|
* VI: Send the BEL character on errors to make a noise on errorsGregory Nutt2014-01-201-1/+30
|
* VI: Display origin for VT100 is (1,1), not (0,0)Gregory Nutt2014-01-201-5/+5
|
* VI: Fix some display and cursor position bugs... still plenty of bugsGregory Nutt2014-01-201-47/+73
|
* Fix formatting of the VT100 escapte sequenceGregory Nutt2014-01-201-13/+24
|
* VI: Add some debug instrumentationGregory Nutt2014-01-201-29/+154
|
* apps/system/vi: Add new tiny VI work-alike editor. Still a work in progress.Gregory Nutt2014-01-201-0/+3168