From f84b895d22db303e48645febfdd7e3884abd68a7 Mon Sep 17 00:00:00 2001 From: John Lorentzson Date: Thu, 31 Jul 2025 14:46:46 +0200 Subject: [PATCH] Remove outdated TODO --- editor/editor.lisp | 3 --- 1 file changed, 3 deletions(-) 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)