Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Changes to support color VT sequences on windows #51

Closed
wants to merge 3 commits into from
Closed

Changes to support color VT sequences on windows #51

wants to merge 3 commits into from

Commits on Aug 31, 2018

  1. win,tty: avoid regressions in utf-8 handling

    This code already had special handling for decoding utf-8
    characters correctly for the UCS-2 conhost
    (trailing incomplete bytes and characters > 0xFFFF).
    Rather than trying to duplicate that, we can simply
    delete the duplicate code-path and selectively disable
    the parts that do not apply.
    vtjnash committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    9c3381d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Configuration menu
    Copy the full SHA
    5b19134 View commit details
    Browse the repository at this point in the history
  2. Revert "win,tty: revert support for ANSI code pass-through"

    This reverts commit 587ebd3.
    musm committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    e6bc625 View commit details
    Browse the repository at this point in the history