mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-16 01:43:21 +00:00
Add command to sync initial high performance view
This commit is contained in:
@@ -84,10 +84,6 @@ func cursorDown(w io.Writer, numLines int) {
|
||||
fmt.Fprintf(w, te.CSI+te.CursorDownSeq, numLines)
|
||||
}
|
||||
|
||||
func cursorDownString(numLines int) string {
|
||||
return fmt.Sprintf(te.CSI+te.CursorDownSeq, numLines)
|
||||
}
|
||||
|
||||
func clearLine(w io.Writer) {
|
||||
fmt.Fprintf(w, te.CSI+te.EraseLineSeq, 2)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user