From cf676c6c981d98535e25b2cdcb2768d5f2fac67d Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 26 Dec 2004 02:45:55 +0000 Subject: Fixing the Dalos/Console split (and also a dos2unix it seems...) --- Dalos/Dalos.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Dalos/Dalos.cc') 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 #include @@ -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"); -- cgit v1.2.3