Update of /cvsroot/win32forth/win32forth-stc/src/console
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv12844
Modified Files:
ConsoleStatbar.f
Log Message:
Jos: Minor change to enable it after a boot.
Index: ConsoleStatbar.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth-stc/src/console/ConsoleStatbar.f,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ConsoleStatbar.f 8 May 2007 08:08:44 -0000 1.1
--- ConsoleStatbar.f 9 May 2007 12:12:52 -0000 1.2
***************
*** 131,135 ****
\in-system-ok if Update-Console-Statusbar then ;
! reset-stack-chain chain-add CONSOLE-STATUSBAR-RESET-STACKS
INTERNAL
--- 131,136 ----
\in-system-ok if Update-Console-Statusbar then ;
! \ reset-stack-chain chain-add CONSOLE-STATUSBAR-RESET-STACKS \ Orginal
! INITIALIZATION-CHAIN chain-add CONSOLE-STATUSBAR-RESET-STACKS
INTERNAL
***************
*** 174,178 ****
then ;
! m_init_cons
: M_INIT-CONSOLE ( -- f )
--- 175,179 ----
then ;
! \ m_init_cons
: M_INIT-CONSOLE ( -- f )
|