microsoft/Terminal

Ssh MouseEvent doesn't work with touch input

开放

#11,612 创建于 2021年10月25日

 (4 条评论) (0 个反应) (0 位负责人)C++ (9,275 个派生)batch import
Area-InputArea-TerminalControlHelp WantedIssue-BugPriority-2Product-Terminal

仓库指标

星标
 (103,173 个星标)
PR 合并指标
 (平均合并 27天 19小时) (30 天内合并 24 个 PR)

描述

Windows Terminal version (or Windows build number)

1.10.2714.0

Other Software

found it out by using HTOP on a debian linux server connected via SSH

Steps to reproduce

  1. Ssh into a linux machine via the ssh [IP] command.
  2. Open HTOP by typing sudo htop
  3. Click with your mouse on a row, it becomes selected. Now touch on another row. Nothing happens.

Expected Behavior

Touch inputs are passed to SSH.

Actual Behavior

Touch doesn't work.

贡献者指南