restic/internal/ui/termstatus
greatroar f80b07b2c8 Fix IsProcessBackground on Linux with stdin redirection
The previous implementation assumed that stdin was a terminal.
It now checks the terminal's fd.
2020-10-13 13:12:02 +02:00
..
background.go Fix IsProcessBackground on Linux with stdin redirection 2020-10-13 13:12:02 +02:00
background_linux.go Fix IsProcessBackground on Linux with stdin redirection 2020-10-13 13:12:02 +02:00
background_linux_test.go Fix IsProcessBackground on Linux with stdin redirection 2020-10-13 13:12:02 +02:00
status.go Fix IsProcessBackground on Linux with stdin redirection 2020-10-13 13:12:02 +02:00
status_test.go termstatus: Fix panic for non-terminal runs 2018-05-27 12:52:01 +02:00
terminal_posix.go Rework termstatus 2018-05-07 21:40:07 +02:00
terminal_unix.go Remove code copy-pasted from x/crypto/ssh/terminal 2020-02-29 18:03:49 +01:00
terminal_windows.go Use windows.SetConsoleCursorPosition in ui/termstatus 2020-10-07 11:18:54 +02:00