mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-01 14:53:30 +00:00
also ask for cursor position on benchmark data completion to ensure terminal has updated its state
This commit is contained in:
parent
302399681c
commit
fb99338101
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ func benchmark_data(description string, data string, opts Options) (duration tim
|
|||
if !opts.Render {
|
||||
finalize += resume_rendering
|
||||
}
|
||||
finalize += strings.Repeat("\x1b[5n", count)
|
||||
finalize += "\x1b[6n" + strings.Repeat("\x1b[5n", count)
|
||||
if err = write_with_retry(finalize); err != nil {
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue