mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 09:15:57 +02:00
Fix #6142
This commit is contained in:
@@ -28,6 +28,7 @@ func convert_text(text string, cols int) string {
|
||||
for s1.Scan() {
|
||||
full_line := s1.Text()
|
||||
if full_line == "" {
|
||||
lines = append(lines, empty_line)
|
||||
continue
|
||||
}
|
||||
if strings.TrimRight(full_line, "\r") == "" {
|
||||
|
||||
Reference in New Issue
Block a user