From: Dirk B. <db...@us...> - 2005-11-28 09:25:50
|
Update of /cvsroot/win32forth/win32forth/src/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29748/src/kernel Modified Files: fkernel.f Log Message: Added some doc. Index: fkernel.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/kernel/fkernel.f,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** fkernel.f 3 Sep 2005 09:00:25 -0000 1.23 --- fkernel.f 28 Nov 2005 09:25:42 -0000 1.24 *************** *** 2181,2184 **** --- 2181,2187 ---- Call c_cls drop ; + \ ?CR checks if there is room for at least n chars in the current + \ row of the console window. If not it emits CR and LF to move the + \ cursor to the beginnig of the next row. : x_?CR ( n -- ) Call c_qcr drop ; |