[Bug 42156] New: winedbg truncates output and it doesn't respect COLUMNS

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jan 5 10:28:20 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=42156

            Bug ID: 42156
           Summary: winedbg truncates output and it doesn't respect
                    COLUMNS
           Product: Wine
           Version: 1.8.1
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: winedbg
          Assignee: wine-bugs at winehq.org
          Reporter: kenorb at gmail.com
      Distribution: ---

I'd like to run the following command for parsing purposes:

    winedbg --command "info wnd" | grep -v Empty

however the Text column is usually truncated, e.g.

     002c0396        Shell Embedding   56010000 00000000 00000115 Shell
Embeddin
      00d20394       Shell DocObject V 56010000 00000000 00000115 Shell
DocObjec
      04260336       Shell Embedding   56010000 00000000 00000115 Shell
Embeddin
       00100332      Shell DocObject V 56010000 00000000 00000115 Shell
DocObjec
      002002c2       Shell Embedding   56010000 00000000 00000115 Shell
Embeddin
     01cf029e        Shell Embedding   56010000 00000000 00000115 Shell
Embeddin
      0062029c       Shell DocObject V 56010000 00000000 00000115 Shell
DocObjec
      002c0118       Shell Embedding   56010000 00000000 00000115 Shell
Embeddin

I've tried to use COLUMNS=200, similar as other CLI tools respect that, but it
didn't work.

I believe it's a bug, because there is no way to change the width of the
output.

Related: http://unix.stackexchange.com/q/331452/21471

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list