Revert commit a61ee2e

This commit is contained in:
Alexander Skovpen
2018-07-14 16:22:48 +03:00
committed by dukelsky
parent 459303ea19
commit e6e77b0634
37 changed files with 1035 additions and 1035 deletions

View File

@@ -306,10 +306,10 @@ static void disp_cat() {
wmessage(_help, TP_BORD, whelp.ecol-whelp.scol-strlen(_help), whelp.winattr);
// update bottom border of window with PgUp/PgDn info
if(page and not end) p = (char *)" PgUp/PgDn ";
else if(not page and end) p = (char *)"";
else if(page and end) p = (char *)" PgUp ";
else p = (char *)" PgDn ";
if(page and not end) p = " PgUp/PgDn ";
else if(not page and end) p = "";
else if(page and end) p = " PgUp ";
else p = " PgDn ";
wmessage(p,BT_BORD,whelp.ecol-whelp.scol-strlen(p),whelp.winattr);
wmessage(" ESC ",BT_BORD,1,whelp.winattr);