; Le←Lisp version 15.2 : compilation du terminal virtuel : h72
(setq #:sys-package:tty '#:tty:h72)
(defvar #:tty:h72:xmax 79)
(defvar #:tty:xmax 79) ; compatibilite' v15
(defvar #:tty:h72:ymax 68)
(defvar #:tty:ymax 68) ; compatibilite' v15
(de #:tty:h72:tycursor (col line)
(tyo 27 89 (+ 32 line) (+ 32 col)))
(de #:tty:h72:tycls ()
(tyo 27 69))
(de #:tty:h72:tycleol ()
(tyo 27 75))
(de #:tty:h72:tycleos ()
(tyo 27 74))
(de #:tty:h72:tydelch ()
(tyo 27 78))
(de #:tty:h72:tyinsln ()
(tyo 27 76))
(de #:tty:h72:tydelln ()
(tyo 27 77))
(de #:tty:h72:tyattrib (x)
(if x (tyo 27 112) (tyo 27 113)))
(defvar #:tty:h72:tyattrib ())
(defvar #:tty:tyattrib ()) ; compatibilite' v15
(de #:tty:h72:tyinsch (arg)
(tyo 27 64 arg 27 79))
(de #:tty:h72:typrologue ()
(#:tty:h72:tycls))
(de #:tty:h72:tyepilogue ()
(tycursor 0 (sub1 #:tty:h72:ymax)))
(defvar #:tty:h72:tyshowcursor t)
(defvar #:tty:tyshowcursor t) ; compatibilite' v15