summaryrefslogtreecommitdiffstats
path: root/src/color.h
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-03-11 12:32:37 -0300
committerandmarti1424 <andmarti@gmail.com>2017-03-11 12:32:37 -0300
commit5f8dbad33d5edbe7cc7c5afbaf689ea54772110c (patch)
treeffb4e8abe0543c5958c3ca78da69eb2eea019963 /src/color.h
parent0c362d29f7dee9657adc0865e97420ebfa205f6e (diff)
new :unformat command
Diffstat (limited to 'src/color.h')
-rw-r--r--src/color.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/color.h b/src/color.h
index 5c28093..1244caf 100644
--- a/src/color.h
+++ b/src/color.h
@@ -17,6 +17,7 @@ struct dictionary * get_d_colors_param();
void start_default_ucolors();
void set_ucolor(WINDOW * w, struct ucolor * uc);
void color_cell(int r, int c, int rf, int cf, char * detail);
+void unformat(int r, int c, int rf, int cf);
void set_colors_param_dict();
void free_colors_param_dict();
void chg_color(char * str);