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