Add editor CSI handler for VT220's 8-bit CSI character
This commit is contained in:
parent
17560c4b78
commit
7e0dbb791e
1 changed files with 2 additions and 0 deletions
|
@ -709,6 +709,8 @@ Additionally ensures correct line numbers on the way, as a bonus."
|
|||
(ctrl first-byte))
|
||||
((= first-byte #x1B)
|
||||
(esc (read-byte *eio*)))
|
||||
((= first-byte #x9B)
|
||||
(csi-handler))
|
||||
(t first-byte))))
|
||||
|
||||
(defun editor-take-command ()
|
||||
|
|
Loading…
Add table
Reference in a new issue