index
:
vis
FreeBSD-single
lua_changes
master
old
a neat vi-like editor
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui-curses.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-14
Restructure display code
Marc André Tanner
1
-970
/
+0
2017-01-31
vis: add workaround for broken color handling in Terminal.app
Marc André Tanner
1
-9
/
+10
2017-01-11
ui: improve editor suspension
Marc André Tanner
1
-1
/
+1
2017-01-07
ui: improve color palette reset
Marc André Tanner
1
-46
/
+9
2017-01-05
ui: remove now unused code
Marc André Tanner
1
-37
/
+4
2017-01-05
ui: replace lookup tables with algorithm
S. Gilles
1
-269
/
+44
2017-01-05
ui: Turn palette on/off when saving/restoring terminal
S. Gilles
1
-12
/
+46
2017-01-01
ui: use accurate colors when available
S. Gilles
1
-1
/
+44
2017-01-01
ui: move color_from_256 to file scope
S. Gilles
1
-122
/
+123
2016-12-20
ui: increase maximum info message length
Marc André Tanner
1
-1
/
+1
2016-11-27
vis: cleanup signal handling code
Marc André Tanner
1
-35
/
+0
2016-11-27
vis: install SIGTERM handler to properly restore terminal when being killed
Marc André Tanner
1
-19
/
+33
2016-11-27
ui: remove terminal restore code
Marc André Tanner
1
-4
/
+0
2016-11-22
ui: remove $ESCDELAY handling
Marc André Tanner
1
-9
/
+0
2016-11-16
ui: work around libtermkey bug when stdin is /dev/null
Marc André Tanner
1
-20
/
+36
2016-11-15
vis: defer UI initialization and overhaul argument parsing
Marc André Tanner
1
-32
/
+24
2016-11-15
vis: move initial theme loading code to lua
Marc André Tanner
1
-10
/
+0
2016-11-14
vis-lua: add vis.ui.colors denoting the number of available colors
Marc André Tanner
1
-0
/
+5
2016-11-14
ui: remove unused function
Marc André Tanner
1
-10
/
+0
2016-11-02
ui: correctly display cell attributes
Marc André Tanner
1
-1
/
+1
2016-10-28
ui: allow cursor line style to override cell attributes
Marc André Tanner
1
-2
/
+3
2016-10-27
vis: apply language map only to key values not modifiers
Marc André Tanner
1
-11
/
+5
2016-10-05
Fix various issues reported by coverity scan
Marc André Tanner
1
-1
/
+3
2016-10-05
ui: fix resource leak, close file descriptor
Marc André Tanner
1
-0
/
+1
2016-05-28
vis: try to reduce number of redraws
Marc André Tanner
1
-9
/
+22
2016-05-26
ui: properly redraw status line when window focus changes
Marc André Tanner
1
-1
/
+4
2016-05-22
vis: refactor status line handling
Marc André Tanner
1
-42
/
+0
2016-05-22
vis: add function to change window statusbar content
Marc André Tanner
1
-0
/
+13
2016-05-22
vis: add functions to query window size
Marc André Tanner
1
-0
/
+10
2016-05-22
ui: s/UiStyles/UiStyle/g
Marc André Tanner
1
-1
/
+1
2016-05-10
Revert "vis: clean up interaction between vis and ui"
Marc André Tanner
1
-5
/
+15
2016-05-04
vis: enable large file optimizations for files with long lines
Marc André Tanner
1
-3
/
+11
2016-05-04
vis: clean up cursor column display
Marc André Tanner
1
-7
/
+11
2016-05-04
vis: clean up interaction between vis and ui
Marc André Tanner
1
-15
/
+5
2016-05-04
vis: re-open stdin as /dev/tty when reaching EOF
Marc André Tanner
1
-3
/
+40
2016-04-17
vis: indicate primary cursor by using a different color instead of blinking
Marc André Tanner
1
-4
/
+1
2016-04-08
vis: let :e recreate a window at the same location as the old one
Marc André Tanner
1
-0
/
+31
2016-04-08
vis: indicate primary cursor number in status bar
Marc André Tanner
1
-6
/
+12
2016-03-23
Remove identically replicated copyright comments from source files
Marc André Tanner
1
-15
/
+1
2016-03-12
ui/view: general code cleanup
Marc André Tanner
1
-5
/
+10
2016-03-12
ui: use correct default cell style
Marc André Tanner
1
-1
/
+4
2016-03-12
ui: make primary cursor blink even if no lua theme has been loaded
Marc André Tanner
1
-4
/
+4
2016-03-11
ui: also blink primary cursor if it is on a blank cell
Marc André Tanner
1
-1
/
+4
2016-03-10
view: add query function for multiple cursors
Marc André Tanner
1
-1
/
+1
2016-03-10
ui: make primary cursor blink
Marc André Tanner
1
-1
/
+5
2016-03-10
ui: add support for blink style attribute
Marc André Tanner
1
-0
/
+4
2016-02-12
Improve large file support
Marc André Tanner
1
-7
/
+10
2016-01-30
Improve Lua error reporting
Marc André Tanner
1
-0
/
+6
2016-01-17
ui: display current line number instead of relative 0
Marc André Tanner
1
-3
/
+5
2016-01-17
ui: support color definitions in terms of the 256 color palette
Marc André Tanner
1
-0
/
+3
[next]