-
|
I'm looking to build a tool that scans the visible terminal content for custom patterns (like ticket IDs, file:line references, etc.) and presents them in a picker UI for quick action. With legacy conhost, this was possible using Is there any way to:
I'm aware of:
Is there something I'm missing, or is this currently not possible? If not, would this be a reasonable feature request? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hmm. |
Beta Was this translation helpful? Give feedback.
Hmm.
ReadConsoleOutputCharactershould still work for ConPTY, it just won't be able to address the scrollback. It's important that we keep it working, because Vim for Windows still uses it!