microsoft/Terminal

LVB Gridlines do not transit ConPTY (Win32 "underline", overline, left/right)

オープン

#8,037 opened on 2020/10/25

 (9 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (9,275 件のフォーク)batch import
Area-OutputHelp WantedIssue-TaskPriority-2Product-Conpty

Repository metrics

Stars
 (103,173 個のスター)
PR merge metrics
 (平均マージ 27d 19h) (30d で 24 merged PRs)

説明

Windows 10, Windows Terminal, Version: 1.3.2651.0

Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd]
Windows Terminal version (if applicable):

Any other software?

I use

-- SetConsoleMode(hStdin, ENABLE_WINDOW_INPUT | ENABLE_LVB_GRID_WORLDWIDE ) -- I do "| COMMON_LVB_UNDERSCORE' on the attributes of CHAR_INFO 'line' -- WriteConsoleOutput(... line );

I am 95% sure the rest of the code is valid -- because I can do colors, etc.

Expected behavior

-- characters should be underlined.

Actual behavior

-- no underline

コントリビューターガイド