summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/client/client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/client/client.go b/cmd/client/client.go
index f25e151..1115673 100644
--- a/cmd/client/client.go
+++ b/cmd/client/client.go
@@ -224,7 +224,7 @@ func clientMain(cfg app.Config, host, port, username string) {
224 defer ws.Close() 224 defer ws.Close()
225 225
226 // Clear the terminal screen 226 // Clear the terminal screen
227 fmt.Printf("\033c") 227 fmt.Fprintf(os.Stderr, "\033c")
228 228
229 errc := make(chan error) 229 errc := make(chan error)
230 230