1
1

"Press q to continue" -> "Press q to close"

As per http://dev.yorhel.nl/ncdu/bug/55
Этот коммит содержится в:
Yorhel 2014-08-03 15:15:39 +02:00
родитель 79213f0d63
Коммит ce18bc392e

Просмотреть файл

@ -60,7 +60,7 @@ void help_draw() {
browse_draw();
nccreate(15, 60, "ncdu help");
ncaddstr(13, 38, "Press q to continue");
ncaddstr(13, 42, "Press q to close");
if(page == 1)
attron(A_REVERSE);