fix: input timeout bugs — read-raw-byte, SS3, parse-csi-params all use sub-second timeouts now (get-internal-real-time replaces get-universal-time which truncated to integer seconds)
This commit is contained in:
@@ -167,5 +167,5 @@
|
||||
value
|
||||
(or (text-input-placeholder in) "")))
|
||||
(truncated (subseq display 0 (min (length display) w))))
|
||||
(declare (ignore w cursor))
|
||||
(declare (ignore cursor))
|
||||
(draw-text backend x y truncated nil nil)))
|
||||
|
||||
Reference in New Issue
Block a user