docs/ncdu: note that refresh screen shortcut will fix screen corruption

This commit is contained in:
albertony 2022-06-19 16:06:04 +02:00
parent 4f0eae366f
commit ee87e919c5
1 changed files with 1 additions and 1 deletions

View File

@ -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",
}...)