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
2016-05-28
vis: try to reduce number of redraws
Marc André Tanner
2016-05-26
ui: properly redraw status line when window focus changes
Marc André Tanner
2016-05-22
vis: refactor status line handling
Marc André Tanner
2016-05-22
vis: add function to change window statusbar content
Marc André Tanner
2016-05-22
vis: add functions to query window size
Marc André Tanner
2016-05-22
ui: s/UiStyles/UiStyle/g
Marc André Tanner
2016-05-10
Revert "vis: clean up interaction between vis and ui"
Marc André Tanner
2016-05-04
vis: enable large file optimizations for files with long lines
Marc André Tanner
2016-05-04
vis: clean up cursor column display
Marc André Tanner
2016-05-04
vis: clean up interaction between vis and ui
Marc André Tanner
2016-05-04
vis: re-open stdin as /dev/tty when reaching EOF
Marc André Tanner
2016-04-17
vis: indicate primary cursor by using a different color instead of blinking
Marc André Tanner
2016-04-08
vis: let :e recreate a window at the same location as the old one
Marc André Tanner
2016-04-08
vis: indicate primary cursor number in status bar
Marc André Tanner
2016-03-23
Remove identically replicated copyright comments from source files
Marc André Tanner
2016-03-12
ui/view: general code cleanup
Marc André Tanner
2016-03-12
ui: use correct default cell style
Marc André Tanner
2016-03-12
ui: make primary cursor blink even if no lua theme has been loaded
Marc André Tanner
2016-03-11
ui: also blink primary cursor if it is on a blank cell
Marc André Tanner
2016-03-10
view: add query function for multiple cursors
Marc André Tanner
2016-03-10
ui: make primary cursor blink
Marc André Tanner
2016-03-10
ui: add support for blink style attribute
Marc André Tanner
2016-02-12
Improve large file support
Marc André Tanner
2016-01-30
Improve Lua error reporting
Marc André Tanner
2016-01-17
ui: display current line number instead of relative 0
Marc André Tanner
2016-01-17
ui: support color definitions in terms of the 256 color palette
Marc André Tanner
2016-01-13
Implement command/search prompt history as a regular file
Marc André Tanner
2016-01-13
ui: make statusbar configurable
Marc André Tanner
2016-01-10
Simplify code by using text_bytes_alloc0
Marc André Tanner
2015-12-26
vis: refactor Lua integration
Marc André Tanner
2015-12-20
vis: fix forceful redraw <C-l>
Marc André Tanner
2015-11-17
ui: improve fallback code in case of unknown term
Marc André Tanner
2015-11-11
ui: fall back to xterm-256color if term initialization fails
Marc André Tanner
2015-11-08
ui: warn if theme loading failed
Marc André Tanner
2015-11-08
Fix warnings found by static analyzer
Marc André Tanner
2015-11-08
Update year numbers in Copyright clause
Marc André Tanner
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
[next]