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

Improve VT102 compliance #904

Closed
wants to merge 19 commits into from
Closed

Improve VT102 compliance #904

wants to merge 19 commits into from

Commits on Jun 19, 2021

  1. Flesh out DEC Special Graphics character set

    Autumn Lamonte authored and Autumn Lamonte committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    3c86470 View commit details
    Browse the repository at this point in the history
  2. Use black diamond U+25C6, not black diamond suit U+2666

    Autumn Lamonte authored and Autumn Lamonte committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    25b72fa View commit details
    Browse the repository at this point in the history
  3. #891 Fix format for CI

    Autumn Lamonte authored and Autumn Lamonte committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    83155fe View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. #891 VT100 character set support

    Autumn Lamonte authored and Autumn Lamonte committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    c64c812 View commit details
    Browse the repository at this point in the history
  2. #891 Fix tests

    Autumn Lamonte authored and Autumn Lamonte committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    4b2f2ae View commit details
    Browse the repository at this point in the history
  3. #133 Tab stops, reverse video.

    Autumn Lamonte authored and Autumn Lamonte committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    cf024f9 View commit details
    Browse the repository at this point in the history
  4. #133 DECREQTPARM - needs cleanup

    Autumn Lamonte authored and Autumn Lamonte committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    952ba0b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. #133 Screen.reverse_video_mode + fmt fixes

    Autumn Lamonte authored and Autumn Lamonte committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    309139a View commit details
    Browse the repository at this point in the history
  2. #133 AutomaticNewline mode

    Autumn Lamonte authored and Autumn Lamonte committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    558eebd View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. #133 clean up DECREQTPARM

    Autumn Lamonte authored and Autumn Lamonte committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    eb88843 View commit details
    Browse the repository at this point in the history
  2. #133 parse out double-width/double-height, but do not render

    Autumn Lamonte authored and Autumn Lamonte committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    2a33f63 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

  1. #133 blinking text 50%

    Autumn Lamonte authored and Autumn Lamonte committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    1a54d1b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. #133 cleanup, rapid blinking text

    Autumn Lamonte authored and Autumn Lamonte committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    e284d97 View commit details
    Browse the repository at this point in the history
  2. #133 typos

    Autumn Lamonte authored and Autumn Lamonte committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    4983dc2 View commit details
    Browse the repository at this point in the history
  3. #133 ENQ response

    Autumn Lamonte authored and Autumn Lamonte committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    6420222 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of https://github.com/wez/wezterm into wez-main

    Autumn Lamonte authored and Autumn Lamonte committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    a8ef67a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'wez-main' into vttest

    Autumn Lamonte authored and Autumn Lamonte committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    c4f4d4b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. #133 cleanup + terminalstate-level reverse video mode

    Autumn Lamonte authored and Autumn Lamonte committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    99c355a View commit details
    Browse the repository at this point in the history
  2. #133 unit tests

    Autumn Lamonte authored and Autumn Lamonte committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    957140f View commit details
    Browse the repository at this point in the history