Revert "Change Windows startup"
This reverts commit acb85b18cf.
Some optlist issues arose on some platforms, but not all.
I need to investigate the cause of those.
This commit is contained in:
@@ -3559,9 +3559,8 @@ assesstty(
|
||||
short *offx, short *offy, long *rows, long *cols,
|
||||
long *maxcol, long *minrow, long *maxrow)
|
||||
{
|
||||
boolean inuse_only = (invmode & (int) InvInUse) != 0,
|
||||
show_gold = (invmode & (int) InvShowGold) != 0
|
||||
&& !inuse_only;
|
||||
boolean inuse_only = (invmode & InvInUse) != 0,
|
||||
show_gold = (invmode & InvShowGold) != 0 && !inuse_only;
|
||||
int perminv_minrow = tty_perminv_minrow + (show_gold ? 1 : 0);
|
||||
|
||||
if (!ttyDisplay) {
|
||||
|
||||
Reference in New Issue
Block a user