summaryrefslogtreecommitdiffstats
path: root/src/color.h
AgeCommit message (Collapse)Author
2021-05-28CommentsAndrés
2021-05-26Added struct sheet * as parameter to some functionsAndrés
2021-05-21changes to support multisheetAndrés
2021-05-21changes to support multisheetAndrés
2021-05-08Added HELP_HIGHLIGHT definition color for help pageAndrés
2021-04-25fix indentationAndré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"
2021-03-12work on RGB colors. added DEFINE_COLOR commandAndrés
2020-11-13Add italic option to colorsBenjamin Titmus
2020-07-13Mark array declarations extern to work with gcc 10 -fno-commonMike Sharov
2017-07-27Doxygen comments in header files.Charles Edward Pax
2017-04-24fix file permissionsmongo
2017-04-21cpaste command to paste from clipboard to Sc-imandmarti1424
2017-04-05cleaned color.candmarti1424
2017-04-05more cleaningmongo
2017-03-11new :unformat commandandmarti1424
2016-08-29Changed sc_error sc_info and sc_debug functions to MACROSmongo
2016-04-25Changed default branch name to devmongo
2016-04-15Renamed src.scim2 to srcmongo