summaryrefslogtreecommitdiffstats
path: root/src/color.c
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-04-06 16:24:29 -0300
committermongo <andmarti@gmail.com>2017-04-06 16:24:29 -0300
commit7248f70ce4c9391abc3355a93aac2004e0eb7018 (patch)
tree660a8f858138316502374f6eaf5b9c06e3e83fac /src/color.c
parentb66f544f1b2e2fcdf7b36343b833cf712419f639 (diff)
renamed some ui functions
Diffstat (limited to 'src/color.c')
-rw-r--r--src/color.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/color.c b/src/color.c
index cb5b900..f4b0930 100644
--- a/src/color.c
+++ b/src/color.c
@@ -290,8 +290,7 @@ void color_cell(int r, int c, int rf, int cf, char * str) {
}
destroy_dictionary(d);
- if (! loading)
- update(TRUE);
+ if (! loading) ui_update(TRUE);
return;
}
@@ -339,7 +338,7 @@ void unformat(int r, int c, int rf, int cf) {
#ifdef UNDO
end_undo_action();
#endif
- update(TRUE);
+ ui_update(TRUE);
}
return;
}