-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
I pushed a "fix" that simply sets
Supporting the text-property is more difficult because Emacs |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, the patch fixes the vscroll/hidden prompt issue completely. One follow-up on |
Beta Was this translation helpful? Give feedback.
-
|
That's exactly what we just added: 9a4256a But be aware that this then breaks everything that tiles vertically (box-drawing, block characters, kitty image rows). So I would not necessarily recommend it, but at least you can set it now. |
Beta Was this translation helpful? Give feedback.





I pushed a "fix" that simply sets
(setq-local default-text-properties nil).line-spacing> 0 is currently not really supported, but it also shouldn't break things (which it currently does).Supporting the text-property is more difficult because Emacs
window-screen-linesignores line-height properties and that's what we currently use to size the terminal grid.