mirror of https://codeberg.org/cage/tinmop/
- fixed padding of modeline.
This commit is contained in:
parent
376ba4e783
commit
a92bed217f
|
@ -123,7 +123,9 @@
|
|||
(max-width (win-width-no-border object)))
|
||||
(when (< line-length max-width)
|
||||
(setf line
|
||||
(cat-tui-string line (build-string (- max-width line-length)))))
|
||||
(cat-tui-string line
|
||||
(build-string (- max-width line-length))
|
||||
:color-attributes-contagion t)))
|
||||
(print-text object line 1 (1- (win-height object)))))))
|
||||
|
||||
(defun add-modeline-char-expander (win code fn)
|
||||
|
|
Loading…
Reference in New Issue