restic/internal/ui/termstatus
Brian Atkinson b8da7b1f4d termstatus: Use io.WriteString to output messages.
The previous implementation was repeating the implementation that is
found inside of io.WriteString. Simplify by making use of the stdlib's
implementation.
2020-03-26 14:55:00 -07:00
..
background.go termstatus: Don't print status if in background 2018-04-28 22:08:11 +02:00
background_linux.go termstatus: Don't print status if in background 2018-04-28 22:08:11 +02:00
status.go termstatus: Use io.WriteString to output messages. 2020-03-26 14:55:00 -07: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 Remove unnecessary pipe checks in termstatus 2020-02-29 18:03:49 +01:00