summaryrefslogtreecommitdiffstats
path: root/src/macros.h
AgeCommit message (Collapse)Author
2021-03-25Recognise <SPACE> in mappings, rathern than simple ' 'Andrés
2021-03-25Removed tabs. Corrected email address in filesAndrés
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"
2018-05-31Send informational messages to stderr rather than the output when usedIsmaël Bouya
in non-interactive mode
2017-07-27Doxygen comments on more header files.Charles Edward Pax
2017-04-28Added RUNTIME timer for autobackupmongo
2017-04-24fix file permissionsmongo
2017-04-21cpaste command to paste from clipboard to Sc-imandmarti1424
2017-04-05more work on isolating uiandmarti1424
2017-04-05more cleaningmongo
2017-04-03cleaning code. removing unneeded/comments lines. starting to isolate UI codemongo
2017-03-31Change DEFBG to DEFAULT_COLORmongo
2017-03-30ncurses - Default background supportandmarti1424
2017-02-07Allow both backspace codes in any buildIku
Backspace is represented differently on different operating systems. This was previously addressed with OS flags but even between Linux distributions and SSH clients the representation can differ. This commit allows both representations in any build, removing the hack flag.
2017-02-01Added BSKEY_HACK to Makefileandmarti1424
2016-09-05Removed some includesandmarti1424
2016-08-30White backgroundmongo
2016-08-29Changed sc_error sc_info and sc_debug functions to MACROSmongo
2016-05-11Change in EvalAllmongo
2016-04-25Changed default branch name to devmongo
2016-04-15Renamed src.scim2 to srcmongo