mirror of
https://github.com/restic/restic.git
synced 2025-12-11 18:47:50 +00:00
make linter happy
This commit is contained in:
@@ -8,9 +8,12 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// PosixControlMoveCursorHome moves cursor to the first column
|
||||
PosixControlMoveCursorHome = "\r"
|
||||
PosixControlMoveCursorUp = "\x1b[1A"
|
||||
PosixControlClearLine = "\x1b[2K"
|
||||
// PosixControlMoveCursorUp moves cursor up one line
|
||||
PosixControlMoveCursorUp = "\x1b[1A"
|
||||
// PosixControlClearLine clears the current line
|
||||
PosixControlClearLine = "\x1b[2K"
|
||||
)
|
||||
|
||||
// PosixClearCurrentLine removes all characters from the current line and resets the
|
||||
|
||||
Reference in New Issue
Block a user