Hi, I'm using cssh 3.28 and noticed it has an issue with typing back-tits. Either directly in cssh window or pasting into the window. If I type ` it issues a very weird character, and if I paste it, the terminal outputs:
Use of uninitialized value within %keyboardmap in pattern match (m//) at /usr/local/bin/cssh line 577.
Use of uninitialized value $state in concatenation (.) or string at /usr/local/bin/cssh line 581.
Use of uninitialized value $code in concatenation (.) or string at /usr/local/bin/cssh line 581.
Use of uninitialized value $_ in pattern match (m//) at /usr/local/bin/cssh line 584.
Use of uninitialized value $_ in pattern match (m//) at /usr/local/bin/cssh line 588.
Use of uninitialized value $_ in pattern match (m//) at /usr/local/bin/cssh line 592.
Use of uninitialized value $_ in pattern match (m//) at /usr/local/bin/cssh line 596.
Tk::Error: Should never reach here at /usr/local/bin/cssh line 601.
main::get_keycode_state at /usr/local/bin/cssh line 601
main::send_text at /usr/local/bin/cssh line 839
main::__ANON__ at /usr/local/bin/cssh line 1753
<<Paste>>
(command bound to event)
And nothing goes to the terminal windows.
I take it you mean backticks?
This will probably have to wait until i rework the method used to replicate text into each terminal window - there is no easy fix for this at the moment (if a bash term you could use $( ... ) instead as a work around).
Duncs