--- gforth/blocks.fs 2012/02/16 17:13:04 1.60 +++ gforth/blocks.fs 2012/12/31 15:25:17 1.62 @@ -1,6 +1,6 @@ \ A less simple implementation of the blocks wordset. -\ Copyright (C) 1995,1996,1997,1998,2000,2003,2006,2007,2008,2011 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,1998,2000,2003,2006,2007,2008,2011,2012 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -208,9 +208,9 @@ User scr ( -- a-addr ) \ block-ext s-c-r dup scr ! ." Screen " u. scr @ updated? 0= IF ." not " THEN ." modified " cr - 16 0 + l/s 0 ?do - i 2 .r space scr @ block i 64 * chars + 64 type cr + i 2 .r space scr @ block i c/l * chars + c/l type cr loop ; [IFDEF] current-input