Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mintty doesn't pass the VT100 Torture Test File #551

Closed
ElvenSpellmaker opened this issue May 13, 2016 · 3 comments
Closed

Mintty doesn't pass the VT100 Torture Test File #551

ElvenSpellmaker opened this issue May 13, 2016 · 3 comments

Comments

@ElvenSpellmaker
Copy link

Not sure how compatible with VT100 you want to be, but this might be interesting to you:

The test is located here: http://www.inwap.com/pdp10/vt100test.txt
To run it, download the file and cat it.

Here is an example of Terminal, that seems to pass it:
4w2lmxf

And here is mintty's output:
vttorturetest

Also selection of text that is double width or double height is also (not surprisingly) broken.

@mintty
Copy link
Owner

mintty commented May 14, 2016

Thanks for the notice; I see these issues:

  • Line drawing horizontal lines. Mintty maps them to respective Unicode characters which are unfortunately not included in most fonts, so fallbacks are used. For a fix, they would need to be drawn directly (Improve rendering of linedraw characters #130).
  • Underlining could be positioned lower.
  • Double-width text not visible after attribute changes.

@mintty
Copy link
Owner

mintty commented May 22, 2016

Released in 2.3.7.

@mintty mintty closed this as completed May 22, 2016
mintty added a commit that referenced this issue May 25, 2016
@mintty
Copy link
Owner

mintty commented Jul 7, 2016

Released further tweaks in 2.4.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants