aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.cpp
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-15 01:57:19 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-15 01:57:19 +0100
commit448aa394b9e7cec855873ad888b9c1ac97a8c68a (patch)
tree051a5bde8b4789013c50d723608929ff3307e935 /main.cpp
parent905e69b74fe6e822e0d00245e2c210e9aadb6437 (diff)
downloadsciteco-448aa394b9e7cec855873ad888b9c1ac97a8c68a.tar.gz
cleaned up command line updating: the interface is responsible for drawing the "*" (if it wants to)
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index 60e4c62..95c6c9c 100644
--- a/main.cpp
+++ b/main.cpp
@@ -101,8 +101,7 @@ main(int argc, char **argv)
undo.enabled = true;
- interface.cmdline_update("*");
-
+ interface.cmdline_update();
interface.event_loop();
return 0;