1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-06-05 01:09:17 +02:00

- fixed out of bound list accessing when fuzzy autocompleting command line input.

This commit is contained in:
cage
2024-12-30 23:44:16 +01:00
parent 4a408139eb
commit 669dc1eaf7

View File

@@ -94,7 +94,7 @@
+box-height-diff+)
:truncate-restart-fn
truncate-fn)))
(padding-size (- (length candidates)
(padding-size (- (length (flatten batches))
(length underline-char-indices)))
(padding (when (> padding-size 0)
(make-list padding-size :initial-element nil)))