restic/internal/ui/termstatus
Michael Eischer 03600ca509 termstatus: don't buffer stdout
There's not much use in doing so as nearly every write call was paired
with a flush call. Thus, just use an unbuffered writer.
2025-09-15 21:22:07 +02:00
..
status.go termstatus: don't buffer stdout 2025-09-15 21:22:07 +02:00
status_test.go termstatus: move cursor handling to terminal package 2025-09-08 11:03:17 +02:00
stdio_wrapper.go ui/termstatus: fix race condition in StdioWrapper 2025-03-24 11:07:15 +01:00
stdio_wrapper_test.go ui/termstatus: fix race condition in StdioWrapper 2025-03-24 11:07:15 +01:00