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.64k stars 581 forks source link

Disappearing text in WSL/wslbridge #1259

Open kirillkh opened 7 years ago

kirillkh commented 7 years ago

Versions

ConEmu build: 170910 [64] {Alpha} OS version: Windows 10 x64 Used shell version: wslbridge-0.2.4-cygwin64

Problem description

Display corruption in emacs.

Steps to reproduce

  1. Copy wslbridge files and cygwin1.dll into the ConEmu directory
  2. Run task: "-new_console:C:%LOCALAPPDATA%\lxss\bash.ico" conemu-cyg-64.exe wslbridge.exe -t -new_console:np
  3. emacs ~/.profile
  4. Press ctrl+f repeatedly

Actual results

Some characters disappear after cursor moves over them.

Expected results

Behaves normally.

Maximus5 commented 7 years ago

Screenshots

kirillkh commented 7 years ago

https://youtu.be/Y_0cMSwm3so

kirillkh commented 7 years ago

After more testing, I noticed that the disappearing characters are every character in columns 7,8, 15,16, 23,24, etc. I.e. every (8n+7)'th and (8n+8)'th columns.

Maximus5 commented 7 years ago

What Windows version you are using?

kirillkh commented 7 years ago

Windows 10 Pro N x64 1703 (Build 15063.608)

kirillkh commented 6 years ago

Any news on this? Still present in the latest version. I also tried the msys2 WSL binaries, same problem. The problem does not occur in MinTTY for me, btw, if I run it with: "-new_console:C:%LOCALAPPDATA%\lxss\bash.ico" %LOCALAPPDATA%\wsl\usr\bin\mintty.exe --wsl -o Locale=C -o Charset=UTF-8 /bin/wslbridge -t /bin/bash

Maximus5 commented 6 years ago

Probably the same as gh-1557