GitHub user darchons opened a pull request:

    https://github.com/apache/guacamole-server/pull/167

    GUACAMOLE-565: Add terminal-type parameter for SSH and Telnet.

    Add a terminal-type parameter for SSH and Telnet connections, to specify 
the terminal emulator type that is passed to programs. If not specified, the 
default type of "linux" is used in keep with existing behavior.
    
    Some programs make use of the terminal type to determine some of the 
terminal's capabilities. For example, tmux seems to only have good 256-color 
support when the terminal type is something like `screen-256color` instead of 
`linux`.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/darchons/guacamole-server 
guac-565-add-terminal-type-parameter

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/guacamole-server/pull/167.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #167
    
----
commit 9d8edddc65cba0312b901d5c0f62a9b3d037efb0
Author: Jim Chen <nchen@...>
Date:   2018-01-10T04:11:12Z

    GUACAMOLE-565: Add terminal-type parameter for SSH and Telnet.
    
    Add a terminal-type parameter for SSH and Telnet connections, to specify
    the terminal emulator type that is passed to programs. If not specified,
    the default type of "linux" is used in keep with existing behavior.

----


---

Reply via email to