diff --git a/editor/editor.lisp b/editor/editor.lisp index e0ffcaf..d7faf42 100644 --- a/editor/editor.lisp +++ b/editor/editor.lisp @@ -180,9 +180,6 @@ serial connection the editor normally runs under.") (setf *top-scroll-region* 1 *bottom-scroll-region* 24)))) -;; OOPS! The scrolling commands just don't exist on the VT220! -;; TODO: Replace them! - (defun scroll-screen-down () (save-cursor) (move-cursor *top-scroll-region* 0)