summaryrefslogtreecommitdiff
path: root/view.c
AgeCommit message (Expand)Author
2015-10-20view: ensure minimal window sizeMarc André Tanner
2015-10-15ui: cleanup redrawingMarc André Tanner
2015-10-14view: cleanup whitespace replacement symbol handlingMarc André Tanner
2015-10-14view: cleanup option handlingMarc André Tanner
2015-10-14ui: refactor syntax style definitionsMarc André Tanner
2015-08-06vis: implement gv to restore last selectionMarc André Tanner
2015-08-01view: hide API to free main cursorMarc André Tanner
2015-07-31vis: cleanup handling of charwise/linewise motionsMarc André Tanner
2015-07-28vis: use multiple cursor/selection infrastructureMarc André Tanner
2015-07-28vis: ESC in normal mode clears all cursorsMarc André Tanner
2015-07-28vis: add per cursor registersMarc André Tanner
2015-07-28text: move utility functions to separate fileMarc André Tanner
2015-07-26view: use a mark to keep track of the visible areaMarc André Tanner
2015-07-26view: do not set cursor position after resizeMarc André Tanner
2015-07-26view: always fill out complete cell matrixMarc André Tanner
2015-07-26vis: add infrastructure to support multiple cursors/selectionsMarc André Tanner
2015-07-21ui: further separate curses related user interface codeMarc André Tanner
2015-07-07view: properly NUL terminate whitespace replacement symbolsMarc André Tanner
2015-07-06Make selection contiguous over whitespace symbolsMarc André Tanner
2015-07-06Move filename from Text to FileMarc André Tanner
2015-07-03Fix handling of multibyte characters (at start of display area)David B. Lamkins
2015-07-03Add :show command to display special symbols for whitespacesMarc André Tanner
2015-06-30Perform character prev/next movements based on Text not ViewMarc André Tanner
2015-06-30Cleanup insert/replace mode input handlingMarc André Tanner
2015-04-22Rename window.[ch] to view.[ch]Marc André Tanner