summaryrefslogtreecommitdiffstats
path: root/src/exec.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/exec.c
parentb66f544f1b2e2fcdf7b36343b833cf712419f639 (diff)
renamed some ui functions
Diffstat (limited to 'src/exec.c')
-rw-r--r--src/exec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exec.c b/src/exec.c
index 1c726c3..9ae2c2b 100644
--- a/src/exec.c
+++ b/src/exec.c
@@ -26,7 +26,7 @@ int exec_cmd (char * line) {
getchar();
reset_prog_mode();
refresh();
- update(TRUE);
+ ui_update(TRUE);
return -1;
}
@@ -36,7 +36,7 @@ int exec_cmd (char * line) {
getchar();
reset_prog_mode();
refresh();
- update(TRUE);
+ ui_update(TRUE);
return -1;
}
@@ -80,7 +80,7 @@ int exec_cmd (char * line) {
getchar();
reset_prog_mode();
refresh();
- update(TRUE);
+ ui_update(TRUE);
}
#endif
return 0;