restic/internal/ui/termstatus
Michael Eischer 6bdca13603 ui/termstatus: simplify cleaning up on termination
`writeStatus` also cleans no longer used status lines.
The old code actually cleaned one line too much. However, as that line
was never used it makes no difference.
2024-01-21 21:27:27 +01:00
..
background.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
background_linux.go termstatus: Fix IsProcessBackground for 64-bit big-endian Linux 2023-05-25 17:20:42 +02:00
background_linux_test.go Add more error handling 2021-01-30 20:19:47 +01:00
status.go ui/termstatus: simplify cleaning up on termination 2024-01-21 21:27:27 +01:00
status_test.go ui/termstatus: simplify cleaning up on termination 2024-01-21 21:27:27 +01: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.go termstatus: update import path of golang.org/x/term 2024-01-06 21:59:26 +01:00
terminal_windows_test.go Add test to mintty pipe detection 2021-04-11 20:02:09 +02:00