mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
"Press q to continue" -> "Press q to close"
As per http://dev.yorhel.nl/ncdu/bug/55
This commit is contained in:
parent
79213f0d63
commit
ce18bc392e
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ void help_draw() {
|
||||||
browse_draw();
|
browse_draw();
|
||||||
|
|
||||||
nccreate(15, 60, "ncdu help");
|
nccreate(15, 60, "ncdu help");
|
||||||
ncaddstr(13, 38, "Press q to continue");
|
ncaddstr(13, 42, "Press q to close");
|
||||||
|
|
||||||
if(page == 1)
|
if(page == 1)
|
||||||
attron(A_REVERSE);
|
attron(A_REVERSE);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue