VirtualBox

Changeset 79807 in vbox for trunk


Ignore:
Timestamp:
Jul 16, 2019 2:01:56 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/messagerefentry.cpp: screen width tweak.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/messagerefentry.cpp

    r76553 r79807  
    245245    uint32_t cPendingBlankLines = pcPendingBlankLines ? *pcPendingBlankLines : 0;
    246246    uint32_t cLinesWritten      = 0;
    247     uint32_t cchWidth           = getScreenWidth(pStrm);
     247    uint32_t cchWidth           = getScreenWidth(pStrm) - 1; /* (Seems a -1 here is prudent, at least on windows.) */
    248248    uint64_t fPrevScope         = fScope;
    249249    int      rc                 = VINF_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.

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