mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
...
This commit is contained in:
parent
d57e47349b
commit
0a8fc3f17c
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ func title_lines(left_path, right_path string, columns, margin_size int, ans []*
|
|||
l1 := ll
|
||||
l1.screen_lines = []string{title_format(name)}
|
||||
l2 := ll
|
||||
l2.line_type = EMPTY_LINE
|
||||
l2.screen_lines = []string{title_format(strings.Repeat("━", columns))}
|
||||
return append(ans, &l1, &l2)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue