aboutsummaryrefslogtreecommitdiff
path: root/ui-terminal-curses.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-22move all standard library includes into util.hRandy Palamar1-1/+0
2025-01-04curses ui: fix default color detectionRandy Palamar1-20/+4
2024-05-21remove some ui pointer chasingRandy Palamar1-2/+2
2024-05-21replace UiTerm with Ui & delete function pointersRandy Palamar1-27/+15
2024-03-25ui: refactor style handlingRandy Palamar1-4/+23
2023-12-02Add ansi escaping values and theming keyword for dimmed textHaz1-0/+1
2023-08-01Prevent flickering in cursesIan Hixson1-1/+2
2023-07-18Add fullscreen param to vis_pipe_collect() and Lua API vis:pipe()Jörg Bakker1-2/+7
2020-03-17color-column: Don't change fg/bg if not set explicitlyGennadiy Volkov1-0/+4
2018-02-18Support COLOR_PAIRS > SHRT_MAXMichael Forney1-2/+2
2017-04-14vis: make certain operations interruptible with <C-c>Marc André Tanner1-1/+1
2017-03-22ui: try to fix job control issues with certain shellsMarc André Tanner1-2/+7
2017-03-16ui: further cleanup display codeMarc André Tanner1-3/+3
2017-03-15ui: fix compiler warningMarc André Tanner1-1/+1
2017-03-14Restructure display codeMarc André Tanner1-0/+286