summaryrefslogtreecommitdiffstats
path: root/src/color.c
AgeCommit message (Expand)Author
2021-04-01Revert "Improve undo / yank using malloc for batches"Andrés
2021-04-01Improve undo / yank using malloc for batchesAndrés
2021-03-30Added UNDO and YANK macrosAndrés
2021-03-25Removed tabs. Corrected email address in filesAndrés
2021-03-21removed dim on WELCOME colorAndrés
2021-03-20convert atoi(get(...)) as wellNicolas Pitre
2021-03-20some more atoi(get_conf_value(...)) replacementsNicolas Pitre
2021-03-20stop performing atoi() repeatedly on config valuesNicolas Pitre
2021-03-20Changed headings fg to black. Cursor bg to yellowAndrés
2021-03-19Try to handle ncurses version prior to 6.1Andrés
2021-03-19Changed default colorsAndrés
2021-03-19Changed default colorsAndrés
2021-03-18Forgot last doc changesv0.8.0Andrés
2021-03-17removed unneeded error messageAndrés
2021-03-15Avoid defining a stock NCURSES color. Suggest :redefine for that purpose.Andrés
2021-03-14REDEFINE_COLOR now takes 0-255 RGB valuesAndrés
2021-03-14added new underline_grid config value to show a nicer gridAndrés
2021-03-14Fixed SIGWINCH when input bar is at bottomAndrés
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
2018-03-21changed parse_str function so can handle white spacesmongo
2017-12-27work on issue 228mongo
2017-12-15renamed winch to sig_winch. current fg and bg colors are kept if they are not...andmarti1424
2017-12-10work on issue 219andmarti1424
2017-12-02Prevent some warnings during buildandmarti1424
2017-07-27More Doxygen comments.Charles Edward Pax
2017-07-21Changed default bg color from DEFAULT_COLOR to BLACK.Charles Edward Pax
2017-04-24fix file permissionsmongo
2017-04-21cpaste command to paste from clipboard to Sc-imandmarti1424
2017-04-09cleaned commentsandmarti1424
2017-04-08changed default colorsandmarti1424
2017-04-06renamed some ui functionsmongo
2017-04-06more cleaning and doc tui.cmongo
2017-04-06Added colors to helpmongo
2017-04-05cleaned color.candmarti1424
2017-04-05changed welcome screenandmarti1424
2017-04-03cleaning code. removing unneeded/comments lines. starting to isolate UI codemongo
2017-03-31Change DEFBG to DEFAULT_COLORmongo
2017-03-30changed fg color of cell_selection_scandmarti1424
2017-03-30ncurses - Default background supportandmarti1424
2017-03-28Clean some codeandmarti1424
2017-03-11new :unformat commandandmarti1424
2017-02-21changes in update of freeze rowandmarti1424
2017-02-11Changed default STRING fg colormongo
2017-02-10Change default color of headingsandmarti1424
2017-02-09redefine color changeandmarti1424
2016-12-29Change default bg colorandmarti1424
2016-09-09Removed commented includesmongo
2016-09-05Use pkg-config for ncursesw cflagsJohannes Löthberg