VirtualBox

Changeset 69084 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Oct 13, 2017 4:53:08 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118372
Message:

IPRT: fixed RTStrmQueryTerminalWidth on non-Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/stream.cpp

    r68839 r69084  
    609609            if (rc >= 0)
    610610            {
    611                 *pcchWidth = Info.ws_row ? Info.ws_row : 80;
     611                *pcchWidth = Info.ws_col ? Info.ws_col : 80;
    612612                return VINF_SUCCESS;
    613613            }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette