Read terminal screen buffer programmatically? #19614
|
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? |
Replies: 1 comment 3 replies
|
Hmm. |
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!