1
0
mirror of https://github.com/rclone/rclone.git synced 2026-02-24 16:42:59 +00:00

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

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