diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-15 01:57:19 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-15 01:57:19 +0100 |
commit | 448aa394b9e7cec855873ad888b9c1ac97a8c68a (patch) | |
tree | 051a5bde8b4789013c50d723608929ff3307e935 /main.cpp | |
parent | 905e69b74fe6e822e0d00245e2c210e9aadb6437 (diff) | |
download | sciteco-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.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -101,8 +101,7 @@ main(int argc, char **argv) undo.enabled = true; - interface.cmdline_update("*"); - + interface.cmdline_update(); interface.event_loop(); return 0; |