PowerShell / PSReadLine

A bash inspired readline implementation for PowerShell
BSD 2-Clause "Simplified" License
3.77k stars 298 forks source link

paste not working with TUI programs #4166

Closed 3052 closed 2 months ago

3052 commented 2 months ago

Prerequisites

Exception report

if I run a program such as:

https://mitmproxy.org/downloads/

and press `f` to enter a filter - I cannot paste using Ctrl+V - this used to work not sure what happened

Screenshot

!

Environment data

PS Version: 7.3.0
PS HostName: ConsoleHost (Windows Terminal)
PSReadLine Version: 2.3.5
PSReadLine EditMode: Windows
OS:
BufferWidth: 170
BufferHeight: 44

Steps to reproduce

Ctrl+V

Expected behavior

text is inputted

Actual behavior

nothing

3052 commented 2 months ago

looks like my settings.json got edited somehow