summaryrefslogtreecommitdiff
path: root/Dalos/Dalos.cc
diff options
context:
space:
mode:
authorpixel <pixel>2004-12-26 02:45:55 +0000
committerpixel <pixel>2004-12-26 02:45:55 +0000
commitcf676c6c981d98535e25b2cdcb2768d5f2fac67d (patch)
tree5d3708a62f7bcf0c06d42aabc410d23072e6a1f9 /Dalos/Dalos.cc
parent58297e1342fe5ff3446597e9ce6eef494f3a4b2f (diff)
Fixing the Dalos/Console split (and also a dos2unix it seems...)
Diffstat (limited to 'Dalos/Dalos.cc')
-rw-r--r--Dalos/Dalos.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dalos/Dalos.cc b/Dalos/Dalos.cc
index fb99b3b..3697fc1 100644
--- a/Dalos/Dalos.cc
+++ b/Dalos/Dalos.cc
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: Dalos.cc,v 1.10 2004-12-25 22:58:20 pixel Exp $ */
+/* $Id: Dalos.cc,v 1.11 2004-12-26 02:45:55 pixel Exp $ */
#include <SDL.h>
#include <SDL_thread.h>
@@ -490,6 +490,7 @@ virtual int startup() throw (GeneralException) {
(new hexview(sh, box->InnerPanel()))->bind_handle(new Input(argv[0]));
CurrentConsole = new console(sh, Root, 0, 8);
+ console::create_console_thread();
CurrentConsole->move(0, Root->GetH() - CurrentConsole->GetH());
CurrentConsole->add_line("Dalos v0.1 - LUA console");