microsoft/Terminal
Auf GitHub ansehenpasting large multiline text is extremelly slow
Open
#9.232 geöffnet am 20. Feb. 2021
Area-PerformanceArea-TerminalControlHelp WantedIssue-BugPriority-2Product-Terminal
Repository-Metriken
- Stars
- (35.764 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)
Beschreibung
Environment
Windows Terminal Preview v1.6.10272.0 on windows 10 20h2
Steps to reproduce
- start wt with cmd
- launch neovim in terminal mode (no gui)
- enter insert mode with
- paste a large text, like 200k of json
- you get the warning about large text being pasted, accept it
- wait....I had to kill wt, not sure how long I would need to wait (many minutes?)
Expected behavior
the text gets pasted instantly
Actual behavior
you have to wait a lot.
I tried pasting the same text in neovim-qt (the official GUI version of neovim) and the text gets inserted instantly.
I understand pasting large text would be weird in normal terminal usage, but when you are using wt to host neovim it is a legit use case.