[GitHub] guacamole-server pull request #167: GUACAMOLE-565: Add terminal-type paramet...

2018-05-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/guacamole-server/pull/167 ---

[GitHub] guacamole-server pull request #167: GUACAMOLE-565: Add terminal-type paramet...

2018-05-17 Thread necouchman
Github user necouchman commented on a diff in the pull request: https://github.com/apache/guacamole-server/pull/167#discussion_r188933435 --- Diff: src/protocols/ssh/settings.c --- @@ -217,6 +218,12 @@ enum SSH_ARGS_IDX { */ IDX_BACKSPACE, +/** +

[GitHub] guacamole-server pull request #167: GUACAMOLE-565: Add terminal-type paramet...

2018-05-17 Thread necouchman
Github user necouchman commented on a diff in the pull request: https://github.com/apache/guacamole-server/pull/167#discussion_r188933600 --- Diff: src/protocols/ssh/settings.h --- @@ -228,6 +228,11 @@ typedef struct guac_ssh_settings { */ int backspace;

[GitHub] guacamole-server pull request #167: GUACAMOLE-565: Add terminal-type paramet...

2018-05-17 Thread necouchman
Github user necouchman commented on a diff in the pull request: https://github.com/apache/guacamole-server/pull/167#discussion_r188934083 --- Diff: src/protocols/telnet/settings.h --- @@ -214,6 +214,11 @@ typedef struct guac_telnet_settings { */ int backspace;

[GitHub] guacamole-server pull request #167: GUACAMOLE-565: Add terminal-type paramet...

2018-05-17 Thread necouchman
Github user necouchman commented on a diff in the pull request: https://github.com/apache/guacamole-server/pull/167#discussion_r188934035 --- Diff: src/protocols/telnet/settings.c --- @@ -181,6 +182,12 @@ enum TELNET_ARGS_IDX { */ IDX_BACKSPACE, +/**

[GitHub] guacamole-server pull request #167: GUACAMOLE-565: Add terminal-type paramet...

2018-05-15 Thread darchons
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 progra