[comp.lang.forth] >COLROW we used WHERE and THERE

rob@idacom.uucp (Rob Chapman) (02/21/90)

When we implemented our window environment in Forth we used
  WHERE  ( -- row \ col )  to return the cursor position and
  THERE  ( row \ col -- )  to reposition it.

rob@idacom