Use non-breaking spaces for alignment.

This commit is contained in:
Dominik Pantůček 2023-06-15 22:42:39 +02:00
parent cc9e5bad7d
commit f1c3ec70a3
6 changed files with 36 additions and 25 deletions

View file

@ -345,7 +345,8 @@
(when (eq? ch #\tab)
(string-set! str idx #\space))
(loop (add1 idx)))))
t))))
t))
t))
;; Neutralizes whole SGR list
(define (sgr-list-neutralize sl)