From: Jos v.d.V. <jo...@us...> - 2009-07-26 13:16:38
|
Update of /cvsroot/win32forth/win32forth/src/console In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv6480/src/console Modified Files: Console1.f Log Message: Jos: Changed ?line for a better output format of the decompiler. Index: Console1.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/Console1.f,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Console1.f 19 Dec 2008 22:38:41 -0000 1.7 --- Console1.f 26 Jul 2009 13:16:27 -0000 1.8 *************** *** 187,191 **** : ?LINE ( n1 -- ) 0 max getxy drop + wrap? ! if cr then ; --- 187,191 ---- : ?LINE ( n1 -- ) 0 max getxy drop + wrap? ! if crtab then ; |