mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-13 20:14:12 +02:00
DRYer
This commit is contained in:
@@ -353,7 +353,7 @@ func (self *Handler) draw_screen() {
|
||||
}
|
||||
lp.QueueWriteString(sl)
|
||||
lp.MoveCursorVertically(1)
|
||||
lp.QueueWriteString("\r")
|
||||
lp.QueueWriteString("\x1b[m\r")
|
||||
if self.logical_lines.IncrementScrollPosBy(&pos, 1) == 0 {
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user