andmarti1424 / sc-im

sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Other
4.77k stars 201 forks source link

Fix NONE_COLOR #829

Closed ndtodoroff closed 1 year ago

ndtodoroff commented 1 year ago

sc-im did not recognize the "NONE_COLOR" value for fg and bg in :color, depite what :help says. This fixes that. Also fixes a typo I found.

andmarti1424 commented 1 year ago

@ndtodoroff thanks for your patch. merged!