summaryrefslogtreecommitdiff
path: root/apps/system/vi
Commit message (Expand)AuthorAgeFilesLines
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-061-0/+4
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-4/+4
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* VI and CLE: Fix lots of typos in commentsGregory Nutt2014-02-021-9/+10
* VI: cosmetic updates to commentsGregory Nutt2014-02-012-10/+9
* vi: Add missing BSD headerGregory Nutt2014-01-312-1/+42
* 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 and...Gregory Nutt2014-01-211-10/+25
* 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-202-5/+16
* 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-203-32/+174
* apps/system/vi: Add new tiny VI work-alike editor. Still a work in progress.Gregory Nutt2014-01-203-0/+3340