From ee87e919c526e948c2d99ff0c60abbb73ed94780 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Sun, 19 Jun 2022 16:06:04 +0200 Subject: [PATCH] docs/ncdu: note that refresh screen shortcut will fix screen corruption --- cmd/ncdu/ncdu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ncdu/ncdu.go b/cmd/ncdu/ncdu.go index c005a94cf..abb748b6d 100644 --- a/cmd/ncdu/ncdu.go +++ b/cmd/ncdu/ncdu.go @@ -105,7 +105,7 @@ func helpText() (tr []string) { } tr = append(tr, []string{ " Y display current path", - " ^L refresh screen", + " ^L refresh screen (fix screen corruption)", " ? to toggle help on and off", " q/ESC/^c to quit", }...)