You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "luo (Jira)" <ji...@apache.org> on 2022/09/27 09:02:00 UTC

[jira] [Created] (GUACAMOLE-1688) ssh can't copy tab key

luo created GUACAMOLE-1688:
------------------------------

             Summary: ssh can't copy tab key
                 Key: GUACAMOLE-1688
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1688
             Project: Guacamole
          Issue Type: Wish
          Components: guacd
    Affects Versions: 1.4.0
            Reporter: luo


For example, I cat a text, there are some tab keys in the middle

a{color:#FF0000}\t{color}b{color:#FF0000}\t{color}c

 
{code:java}
[root@localhost ~]# cat test 
a    b    c{code}
I select the  "a    b    c" in the screen and try to copy
But the result of copying is "abc" without any spaces and tabs in between

I expect it to be "a    b    c"

The space is OK for tab is also OK, but neither

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)