On 25/12/2023 12:31, Mike McClain wrote:
In lxterminal control v displays "'" though lxterminal doesn't.

Do xterm and lxterminal behave in a similar way? Is there something related to xterm *VT100*translations in the output of

    xrdb -query -

I am unsure if there are terminal settings and capabilities that may affect "'". Anyway

     echo $TERM

What happens if single quote is typed when "cat" is running?

Does behavior of bash change when it is running in "screen" or "tmux" in VT or in a GUI terminal application. They use different terminal types.

To check if bash receives "'" you may attach to it by "strace -p PID" running in another window. To get PID you may use "echo $$".

Maybe I have missed it, but it is not clear for me if you use X11 or Wayland. However I have no ideas specific to session type.

May it happen that you have configured some input method, e.g. iBus?

Reply via email to