page: handle combination or -w and -R flags (thanks BurnZeZ)
This commit is contained in:
parent
bb11bb1c1f
commit
41c306dfda
1 changed files with 2 additions and 1 deletions
|
@ -1437,7 +1437,8 @@ main(int argc, char *argv[])
|
|||
case 'P':
|
||||
break;
|
||||
case 'R':
|
||||
newwin = -1;
|
||||
if(newwin == 0)
|
||||
newwin = -1;
|
||||
break;
|
||||
case 'w':
|
||||
newwin = 1;
|
||||
|
|
Loading…
Reference in a new issue