index
:
vis.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui-curses.c
Age
Commit message (
Expand
)
Author
2015-11-08
Remove trailing white space from source files
Marc André Tanner
2015-11-08
ui: try to make sure that selected text is still visible
Marc André Tanner
2015-11-08
ui: load syntax theme based on the number of supported colors
Marc André Tanner
2015-11-08
vis: implement :set colorcolumn
Marc André Tanner
2015-11-08
ui: make default selection visible
Marc André Tanner
2015-11-08
ui: redo syntax coloring after resize
Marc André Tanner
2015-11-08
vis: implement :set cursorline
Marc André Tanner
2015-11-08
vis: experimental support for lua/lpeg based syntax highlighting
Marc André Tanner
2015-11-07
vis: API documentation and cleanup
Marc André Tanner
2015-11-03
vis: let libtermkey map <DEL> to <Backspace>
Marc André Tanner
2015-10-27
ui: make color parsing more robust
Marc André Tanner
2015-10-27
ui: properly restore terminal state upon exit
Marc André Tanner
2015-10-27
vis: make Vis an opaque type, hide implementaton details
Marc André Tanner
2015-10-27
vis: introduce vis_macro_recording API
Marc André Tanner
2015-10-26
vis: move key handling functions to main.c
Marc André Tanner
2015-10-26
vis: merge editor.c into vis.c
Marc André Tanner
2015-10-22
ui: introduce and use ui specific die(...) function
Marc André Tanner
2015-10-22
vis: improve :help text, add separate status mode names
Marc André Tanner
2015-10-15
ui: add uniform function prefix
Marc André Tanner
2015-10-15
ui: cleanup redrawing
Marc André Tanner
2015-10-14
view: cleanup option handling
Marc André Tanner
2015-10-14
ui: refactor syntax style definitions
Marc André Tanner
2015-10-08
ui: fix ressource leak (CID 114606)
Marc André Tanner
2015-10-05
vis: rework input handling using libtermkey
Marc André Tanner
2015-09-06
ui: differentiate between Ctrl-J and enter
Marc André Tanner
2015-08-18
ui: remove translation of ^b to backspace
Marc André Tanner
2015-08-12
ui: query terminal size on stderr
Marc André Tanner
2015-08-09
ui: make cursor visible when executing external programs
Marc André Tanner
2015-07-28
ui: try to fixup unicode display issues
Marc André Tanner
2015-07-26
view: always fill out complete cell matrix
Marc André Tanner
2015-07-26
vis: add infrastructure to support multiple cursors/selections
Marc André Tanner
2015-07-21
ui: further separate curses related user interface code
Marc André Tanner
2015-07-09
ui: abstract curses related special keys away
Marc André Tanner
2015-07-09
ui: unify backspace handling
Marc André Tanner
2015-07-09
ui: move terminal state handling code to ui specific file
Marc André Tanner
2015-07-09
ui: move input handling code to ui specific files
Marc André Tanner
2015-07-06
Move filename from Text to File
Marc André Tanner
2015-07-03
Add :show command to display special symbols for whitespaces
Marc André Tanner
2015-04-22
More renames, no functional changes
Marc André Tanner
2015-04-11
Remove global mode state
Marc André Tanner
2015-04-11
Further ui separation, eliminate global state
Marc André Tanner
2015-04-07
Set '< and '> marks
Marc André Tanner
2015-04-07
Prevent black flicker on load
John W. Trengrove
2015-04-05
Fix clang static analyzer warnings
Marc André Tanner
2015-04-04
Fix drawing of selection
Marc André Tanner
2015-04-04
Move more curses related stuff to ui-curses.c
Marc André Tanner
2015-04-03
Add option to display relative line numbers
Marc André Tanner
2015-04-03
Preliminary user interface separation
Marc André Tanner