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-vt100.c
Age
Commit message (
Expand
)
Author
2025-01-11
buffer: clear out one line functions
Randy Palamar
2025-01-11
buffer: delete pointless buffer_init function
Randy Palamar
2025-01-04
curses ui: fix default color detection
Randy Palamar
2025-01-04
ui-vt100: write ouptut using write(3)
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-03-25
ui: refactor style handling
Randy Palamar
2023-12-02
Add ansi escaping values and theming keyword for dimmed text
Haz
2023-07-18
Add fullscreen param to vis_pipe_collect() and Lua API vis:pipe()
Jörg Bakker
2020-05-12
vt100: do not crash if termkey is not yet initialized
Marc André Tanner
2020-04-27
vt100: use shorter escape sequence to clear screen
Marc André Tanner
2020-03-17
color-column: Don't change fg/bg if not set explicitly
Gennadiy Volkov
2017-03-22
ui: try to fix job control issues with certain shells
Marc André Tanner
2017-03-17
ui: fix vt100 compilation
Marc André Tanner
2017-03-16
ui: further cleanup display code
Marc André Tanner
2017-03-15
ui: fix compiler warning
Marc André Tanner
2017-03-14
Add experimental raw vt100 UI backend
Marc André Tanner