felixse / felixse/FluentTerminal

Copy multiline text may fail for some lines

オープン
#169 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
bug
主要言語
C#
スター
9.6k
フォーク
448
PR マージ指標
30日以内にマージされた PR はありません

説明

Hello.

Context: Wsl / ssh to remote linux and tailed some logs

When the displayed line in the terminal ends with a conventional character the copy works well.
But, if the line ends with a space character then the log line is splitted.
Check the red square on the next picture and compare with the result pasted in vscode.

![image](https://user-images.githubusercontent.com/11785076/50863063-c5276f80-139d-11e9-957d-96ee0a65c08a.png)

As we can see with the previous log line, if the displayed line starts with a space, the complete log line is kept.

I noticed they handled it in vscode's terminal which is also using xterm.

Could it be possible the simple use of their version of xterm would solve the issue?
https://github.com/Microsoft/vscode/blob/1.30.2/package.json
https://www.npmjs.com/package/vscode-xterm

In the meantime I wonder if vscode-xterm is not too far from xterm, because I did cross read this post https://codeburst.io/source-reading-how-is-new-terminal-in-vs-code-so-fast-10a40f7f8792.

Aside that, nice work! Looks promising 👍

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。