2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-23 21:27:34 +00:00
restic/internal/ui/termstatus
Michael Eischer aedead2823 ui/termstatus: fix clearing status lines
To clear the status lines, they should be set to an empty array to
prevent future updates of those lines. Setting the status lines to an
array containing an empty string is wrong as this causes the output to
continuously add that empty status line after each message.
2024-07-06 11:27:35 +02:00
..
background_linux_test.go Add more error handling 2021-01-30 20:19:47 +01:00
background_linux.go termstatus: Fix IsProcessBackground for 64-bit big-endian Linux 2023-05-25 17:20:42 +02:00
background.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
status_test.go ui/termstatus: fix clearing status lines 2024-07-06 11:27:35 +02:00
status.go ui/termstatus: fix clearing status lines 2024-07-06 11:27:35 +02:00
stdio_wrapper_test.go ui, termstatus: Move WrapStdio 2024-05-21 11:25:16 +02:00
stdio_wrapper.go ui, termstatus: Move WrapStdio 2024-05-21 11:25:16 +02:00
terminal_posix.go Replace lots of unused parameters with _ 2023-05-18 21:17:53 +02:00
terminal_unix.go termstatus: remove unused parameter from helpers 2023-05-18 21:17:53 +02:00
terminal_windows_test.go Add test to mintty pipe detection 2021-04-11 20:02:09 +02:00
terminal_windows.go termstatus: update import path of golang.org/x/term 2024-01-06 21:59:26 +01:00