- Jun
- 1,092
- 48
With a ConPTY session of TCC in TCMD the toolbar is not not working for characters to be sent to the current tab. My button that contains
works fine in a non-ConPTY session but does nothing in a ConPTY session.
Aha, I tried a few others. A button that is supposed to send "dnew" seemed to work, but it is actually sending only "new", which happens to be an alternate alias for "dnew"!! What's happening is that the first character of the button is being lost. If I change the string "d" to " d" (with a leading space), it works.
The KEYSTACK command does feed all of the characters it is supposed to.
esc "d" enterworks fine in a non-ConPTY session but does nothing in a ConPTY session.
Aha, I tried a few others. A button that is supposed to send "dnew" seemed to work, but it is actually sending only "new", which happens to be an alternate alias for "dnew"!! What's happening is that the first character of the button is being lost. If I change the string "d" to " d" (with a leading space), it works.
The KEYSTACK command does feed all of the characters it is supposed to.