mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 21:45:03 +02:00
Use a filler char other than space
This commit is contained in:
@@ -370,7 +370,7 @@ func (self *Handler) draw_screen() {
|
||||
sl = self.current_search.markup_line(sl, pos)
|
||||
}
|
||||
sl = self.add_mouse_selection_to_line(sl, pos, num_written)
|
||||
lp.QueueWriteString(sl)
|
||||
lp.QueueWriteString(strings.ReplaceAll(sl, FILLER_CHAR, " "))
|
||||
lp.MoveCursorVertically(1)
|
||||
lp.QueueWriteString("\x1b[m\r")
|
||||
if self.logical_lines.IncrementScrollPosBy(&pos, 1) == 0 {
|
||||
|
||||
Reference in New Issue
Block a user