Replies: 1 comment 1 reply
-
Sorry, what exactly are you trying to accomplish, big-picture? The answer here probably changes if you're building something inside the Terminal codebase, vs in another process that's trying to hook the Terminal's wndproc 😉 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am adding some code in NonClientIslandWindow.cpp to response to some windows event such as WM_LBUTTONUP. I want to get the text data from the current terminal window, like a LPCWSTR pointer. I checked the code, and some some useful functions like:
Now I am blocked how to call these functions from a function responding WM_LBUTTONUP event of NonClientIslandWindow window.
Could someone give me some idea?
Much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions