summaryrefslogtreecommitdiffstats
path: root/src/tui.h
AgeCommit message (Collapse)Author
2021-03-25Removed tabs. Corrected email address in filesAndrés
2021-03-14Added mouse support for virtual terminals. Define macro MOUSE un Makefile ↵Andrés
for its use
2021-03-14Fixed SIGWINCH when input bar is at bottomAndrés
Added new HEADINGS_ODD, GRID_PAIR, and GRID_ODD types. Can be used like this: DEFINE_COLOR "cornsilk" 255 248 220 DEFINE_COLOR "wheat" 245 222 179 DEFINE_COLOR "dark_khaki" 189 183 107 DEFINE_COLOR "gray50" 127 127 127 DEFINE_COLOR "gray80" 204 204 204 DEFINE_COLOR "gray90" 229 229 229 color "type=GRID_PAIR fg=dark_khaki bg=cornsilk" color "type=GRID_ODD fg=dark_khaki bg=wheat" color "type=HEADINGS fg=dark_khaki bg=gray50" color "type=HEADINGS_ODD fg=gray50 bg=gray90"
2021-03-13Added new 'input_bar_bottom' configuration variableAndrés
2017-12-15renamed winch to sig_winch. current fg and bg colors are kept if they are ↵andmarti1424
not specified in :cellcolor. added comments in tui.c
2017-07-27Commented on some header files.Charles Edward Pax
2017-04-28Added ui_query_optandmarti1424
2017-04-28Renamed plot files. Fix when pausing and resuming ncurses ui.andmarti1424
2017-04-24fix file permissionsmongo
2017-04-21cpaste command to paste from clipboard to Sc-imandmarti1424
2017-04-06added ifdefsmongo
2017-04-06renamed some ui functionsmongo
2017-04-06more cleaning and doc tui.cmongo
2017-04-05more work on isolating uiandmarti1424
2017-04-05cleaned color.candmarti1424
2017-04-05more cleaning of uimongo
2017-04-05more cleaningmongo
2017-04-03cleaning code. removing unneeded/comments lines. starting to isolate UI codemongo