ui/terminal: unexport Terminal type

This commit is contained in:
Michael Eischer
2026-06-13 16:53:30 +02:00
parent dee28f5b0e
commit fc81a0b6ad
3 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
)
// Terminal is used to write messages and display status lines which can be
// updated. See termstatus.Terminal for a concrete implementation.
// updated. See termstatus.Setup for a concrete implementation.
type Terminal interface {
// Print writes a line to the terminal. Appends a newline if not present.
Print(line string)