Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Tabbed Toolbar Still Not Working Properly in Build 22

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

esc "d" enter

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.
 
Just found a further problem. I have a key for invoking my DESC alias on the selected material. Its definition is:

esc " desc %%@quote[%_selected]" enter

It works in non-ConPTY console.

I tried changing the definition to:

esc " echo desc %%@quote[%_selected]" enter

what appears on the command line is:

echo desc %@quote[]

The selected text is not being picked up.
 
Back
Top