Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.61k stars 574 forks source link

Mintty screen content is invisible unless resized #567

Open eugenesvk opened 8 years ago

eugenesvk commented 8 years ago

I've downloaded a fresh ConEmu and tried to execute a simple mintty.exe in the "create a new console" window. The mintty launches just fine, however, it doesn't show anything (i.e. I see the defaul empty ConEmu background) untill I resize the window This is what I see right after launch minttyinsideconemu

And this is after I've resized the ConEmu window minttyinsideconemu2

ConEmu 160301 (x64), settings http://pastebin.com/CWBcN580 Microsoft Windows [Version 10.0.10586] Mintty 2.2.3 (x86_64-pc-msys)

Maximus5 commented 8 years ago
  1. Run ConEmu -log
  2. Making screenshots of each step reproduce the problem.
  3. Post link to https://conemu.github.io/en/LogFiles.html
eugenesvk commented 8 years ago

1/3. Please find the logs attached https://gist.github.com/eugenesvk/24f951c84cf5c2edf200

  1. Not sure what additional screenshots you'd like, there aren't any additional steps, the full list of actions is:
  2. Open ConEmu
  3. Click "New Console Dialogue..."
  4. Paste c:\Dev\msys64\usr\bin\mintty.exe
  5. See previously attached screenshot #1 without any text visible
  6. Resize
  7. See previously attached screenshot #2 with text visible
Maximus5 commented 8 years ago

I need screenshots to be sure about moments of logs. Also, uploaded logs shows two started tabs: mintty & cmd. The screenshots from the post shows only one tab. Obviously, I have to be sure what happens on your side, but I haven't.

eugenesvk commented 8 years ago

Ok, reattaching the two screenshots before and after resizing (made Mintty launch automatically at the start so that the second process wouldn't confuse you). screenshot 10 screenshot 11

Updated logs and ini file https://gist.github.com/eugenesvk/43a8fdd660744c17da21

theVDude commented 8 years ago

I can second this, I'm getting the same thing. It's not hard to just resize the window quickly, but it is kind of a pain.

I'll work on getting logs later today after work.

dmiorandi commented 8 years ago

+1

Maximus5 commented 8 years ago

I suppose it's ether your mintty configuration problem, or even a mintty bug.

mintty2

trmsmy commented 7 years ago

Whats the solution/workaround to this problem ? I am facing this too.

Maximus5 commented 7 years ago

Why you all facing mintty problem come here instead of mintty project issue tracker??? https://github.com/Maximus5/ConEmu/issues/567#issuecomment-225834756

ih8ms commented 5 years ago

For those who, like me, also face this issue and find this page by searching: I was able to work around the issue by adding -s maxwidth -s maxheight to the Mintty start parameters.

HTH