aboutsummaryrefslogtreecommitdiff
path: root/ui-curses.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-08vis: let :e recreate a window at the same location as the old oneMarc André Tanner1-0/+31
2016-04-08vis: indicate primary cursor number in status barMarc André Tanner1-6/+12
2016-03-23Remove identically replicated copyright comments from source filesMarc André Tanner1-15/+1
2016-03-12ui/view: general code cleanupMarc André Tanner1-5/+10
2016-03-12ui: use correct default cell styleMarc André Tanner1-1/+4
2016-03-12ui: make primary cursor blink even if no lua theme has been loadedMarc André Tanner1-4/+4
2016-03-11ui: also blink primary cursor if it is on a blank cellMarc André Tanner1-1/+4
2016-03-10view: add query function for multiple cursorsMarc André Tanner1-1/+1
2016-03-10ui: make primary cursor blinkMarc André Tanner1-1/+5
2016-03-10ui: add support for blink style attributeMarc André Tanner1-0/+4
2016-02-12Improve large file supportMarc André Tanner1-7/+10
2016-01-30Improve Lua error reportingMarc André Tanner1-0/+6
2016-01-17ui: display current line number instead of relative 0Marc André Tanner1-3/+5
2016-01-17ui: support color definitions in terms of the 256 color paletteMarc André Tanner1-0/+3
2016-01-13Implement command/search prompt history as a regular fileMarc André Tanner1-76/+50
2016-01-13ui: make statusbar configurableMarc André Tanner1-9/+13
2016-01-10Simplify code by using text_bytes_alloc0Marc André Tanner1-6/+1
2015-12-26vis: refactor Lua integrationMarc André Tanner1-1/+2
2015-12-20vis: fix forceful redraw <C-l>Marc André Tanner1-0/+6
2015-11-17ui: improve fallback code in case of unknown termMarc André Tanner1-1/+1
2015-11-11ui: fall back to xterm-256color if term initialization failsMarc André Tanner1-2/+5
2015-11-08ui: warn if theme loading failedMarc André Tanner1-2/+8
2015-11-08Fix warnings found by static analyzerMarc André Tanner1-2/+2
2015-11-08Update year numbers in Copyright clauseMarc André Tanner1-2/+14
2015-11-08Remove trailing white space from source filesMarc André Tanner1-5/+5
2015-11-08ui: try to make sure that selected text is still visibleMarc André Tanner1-1/+1
2015-11-08ui: load syntax theme based on the number of supported colorsMarc André Tanner1-0/+3
2015-11-08vis: implement :set colorcolumnMarc André Tanner1-0/+1
2015-11-08ui: make default selection visibleMarc André Tanner1-1/+4
2015-11-08ui: redo syntax coloring after resizeMarc André Tanner1-0/+1
2015-11-08vis: implement :set cursorlineMarc André Tanner1-0/+13
2015-11-08vis: experimental support for lua/lpeg based syntax highlightingMarc André Tanner1-22/+56
2015-11-07vis: API documentation and cleanupMarc André Tanner1-1/+0
2015-11-03vis: let libtermkey map <DEL> to <Backspace>Marc André Tanner1-1/+1
2015-10-27ui: make color parsing more robustMarc André Tanner1-0/+2
2015-10-27ui: properly restore terminal state upon exitMarc André Tanner1-2/+5
2015-10-27vis: make Vis an opaque type, hide implementaton detailsMarc André Tanner1-5/+5
2015-10-27vis: introduce vis_macro_recording APIMarc André Tanner1-1/+1
2015-10-26vis: move key handling functions to main.cMarc André Tanner1-1/+2
2015-10-26vis: merge editor.c into vis.cMarc André Tanner1-4/+4
2015-10-22ui: introduce and use ui specific die(...) functionMarc André Tanner1-0/+7
2015-10-22vis: improve :help text, add separate status mode namesMarc André Tanner1-1/+1
2015-10-15ui: add uniform function prefixMarc André Tanner1-22/+22
2015-10-15ui: cleanup redrawingMarc André Tanner1-60/+58
2015-10-14view: cleanup option handlingMarc André Tanner1-10/+12
2015-10-14ui: refactor syntax style definitionsMarc André Tanner1-12/+410
2015-10-08ui: fix ressource leak (CID 114606)Marc André Tanner1-5/+6
2015-10-05vis: rework input handling using libtermkeyMarc André Tanner1-43/+41
2015-09-06ui: differentiate between Ctrl-J and enterMarc André Tanner1-0/+1
2015-08-18ui: remove translation of ^b to backspaceMarc André Tanner1-1/+0