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-terminal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-29
Emit an event (ui_draw) immediately before drawing the screen
Rudy Dellomas III
1
-0
/
+1
2024-04-29
Add Lua function to Win for directly editing cell styling by position
Rudy Dellomas III
1
-0
/
+15
2024-04-21
Disable reverse with "notreverse" in style definitions
Rudy Dellomas III
1
-0
/
+2
2024-03-25
ui: refactor style handling
Randy Palamar
1
-3
/
+14
2023-12-02
Add ansi escaping values and theming keyword for dimmed text
Haz
1
-0
/
+4
2023-08-24
Lua API: access and set all available options
Randy Palamar
1
-0
/
+5
2023-08-01
Prevent flickering in curses
Ian Hixson
1
-0
/
+8
2023-07-18
Add fullscreen param to vis_pipe_collect() and Lua API vis:pipe()
Jörg Bakker
1
-2
/
+2
2020-06-07
ui: fix terminal UI on serial console
Marc André Tanner
1
-4
/
+4
2020-04-29
ui: fix line number drawing
Marc André Tanner
1
-2
/
+2
2020-04-27
Avoid use of VLAs
Michael Forney
1
-15
/
+17
2018-04-15
ui: make sure $TERM is set
Marc André Tanner
1
-1
/
+3
2017-06-27
Merge branch 'theme-tweaks-2' of https://github.com/p-e-w/vis
Marc André Tanner
1
-1
/
+2
2017-06-15
vis: rename uses of Cursor to Selection
Marc André Tanner
1
-2
/
+2
2017-06-15
view: rename view_cursors_primary_{get,set}
Marc André Tanner
1
-1
/
+1
2017-06-10
More theme improvements
Philipp Emanuel Weidmann
1
-1
/
+2
2017-05-30
ui: reopen terminal read-writeable
Marc André Tanner
1
-1
/
+1
2017-04-28
ui: ignore whitespace when parsing style options
Marc André Tanner
1
-6
/
+10
2017-03-22
ui: try to fix job control issues with certain shells
Marc André Tanner
1
-5
/
+3
2017-03-22
view: rename view_dirty to view_invalidate
Marc André Tanner
1
-3
/
+3
2017-03-17
ui: explicitly initialize cell matrix after resize
Marc André Tanner
1
-0
/
+1
2017-03-16
ui: further cleanup display code
Marc André Tanner
1
-33
/
+16
2017-03-16
ui: fix display artifacts in info line
Marc André Tanner
1
-10
/
+10
2017-03-15
ui: add some bound checks
Marc André Tanner
1
-0
/
+4
2017-03-14
Add experimental raw vt100 UI backend
Marc André Tanner
1
-0
/
+4
2017-03-14
Restructure display code
Marc André Tanner
1
-0
/
+727