microsoft/Terminal

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

Open

#8,037 建立於 2020年10月25日

在 GitHub 查看
 (9 留言) (0 反應) (0 負責人)C++ (3,212 fork)batch import
Area-OutputHelp WantedIssue-TaskPriority-2Product-Conpty

倉庫指標

Star
 (35,764 star)
PR 合併指標
 (平均合併 27天 19小時) (30 天內合併 24 個 PR)

描述

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

貢獻者指南