Add TODO in editor about terminal commands in need of replacing

This commit is contained in:
John Lorentzson 2025-07-29 20:24:45 +02:00
parent 8d4d462efc
commit 1ab8dbb818

View file

@ -158,6 +158,9 @@ serial connection the editor normally runs under.")
(write-byte #x1B *eio*)
(format *eio* "[1;24r"))))
;; OOPS! The scrolling commands just don't exist on the VT220!
;; TODO: Replace them!
(defun scroll-screen-down (&optional (amount 1))
(write-byte #x1B *eio*)
(write-char #\[ *eio*)