[GitHub] guacamole-server pull request #182: GUACAMOLE-470: Support named colors in c...

2018-08-24 Thread darchons
GitHub user darchons opened a pull request: https://github.com/apache/guacamole-server/pull/182 GUACAMOLE-470: Support named colors in color-scheme configuration. Named colors don't currently work inside the color-scheme configuration, because `guac_terminal_named_color_s

[GitHub] guacamole-manual pull request #92: GUACAMOLE-470: Document new color-scheme ...

2018-08-20 Thread darchons
Github user darchons commented on a diff in the pull request: https://github.com/apache/guacamole-manual/pull/92#discussion_r211480118 --- Diff: src/chapters/configuring.xml --- @@ -3009,13 +3009,102 @@ ed272546-87bd-4db9-acba-e36e1a9ca20a

[GitHub] guacamole-manual pull request #92: GUACAMOLE-470: Document new color-scheme ...

2018-08-20 Thread darchons
Github user darchons commented on a diff in the pull request: https://github.com/apache/guacamole-manual/pull/92#discussion_r211479001 --- Diff: src/chapters/configuring.xml --- @@ -3009,13 +3009,102 @@ ed272546-87bd-4db9-acba-e36e1a9ca20a

[GitHub] guacamole-manual pull request #92: GUACAMOLE-470: Document new color-scheme ...

2018-08-20 Thread darchons
Github user darchons commented on a diff in the pull request: https://github.com/apache/guacamole-manual/pull/92#discussion_r211478836 --- Diff: src/chapters/configuring.xml --- @@ -3009,13 +3009,102 @@ ed272546-87bd-4db9-acba-e36e1a9ca20a

[GitHub] guacamole-manual pull request #92: GUACAMOLE-470: Document new color-scheme ...

2018-08-20 Thread darchons
Github user darchons commented on a diff in the pull request: https://github.com/apache/guacamole-manual/pull/92#discussion_r211478821 --- Diff: src/chapters/configuring.xml --- @@ -3009,13 +3009,102 @@ ed272546-87bd-4db9-acba-e36e1a9ca20a

[GitHub] guacamole-manual pull request #93: GUACAMOLE-565: Document terminal-type par...

2018-08-20 Thread darchons
Github user darchons commented on a diff in the pull request: https://github.com/apache/guacamole-manual/pull/93#discussion_r211478272 --- Diff: src/chapters/configuring.xml --- @@ -3142,6 +3142,24 @@ ed272546-87bd-4db9-acba-e36e1a9ca20a

[GitHub] guacamole-manual pull request #93: GUACAMOLE-565: Document terminal-type par...

2018-08-15 Thread darchons
GitHub user darchons opened a pull request: https://github.com/apache/guacamole-manual/pull/93 GUACAMOLE-565: Document terminal-type parameter for SSH and Telnet Document the new terminal-type parameter for SSH and Telnet connections. You can merge this pull request into a Git

[GitHub] guacamole-manual pull request #92: GUACAMOLE-470: Document new color-scheme ...

2018-08-15 Thread darchons
GitHub user darchons opened a pull request: https://github.com/apache/guacamole-manual/pull/92 GUACAMOLE-470: Document new color-scheme parameter format for SSH and Telnet Document the new format of the color-scheme parameter with some examples, for SSH and Telnet connections. You

[GitHub] guacamole-client pull request #296: GUACAMOLE-470: Remove translations for "...

2018-06-05 Thread darchons
GitHub user darchons opened a pull request: https://github.com/apache/guacamole-client/pull/296 GUACAMOLE-470: Remove translations for "color-scheme" enum values. Follow-up to #289. Remove translations for the "color-scheme" enum values, because the field type i

[GitHub] guacamole-client pull request #295: GUACAMOLE-565: Add en translations for t...

2018-06-05 Thread darchons
GitHub user darchons opened a pull request: https://github.com/apache/guacamole-client/pull/295 GUACAMOLE-565: Add en translations for terminal-type parameter. Follow-up to #288. Add en translations for the terminal-type parameter and its enum values. Also add an empty value to the

[GitHub] guacamole-server pull request #168: GUACAMOLE-470: Fix incompatible pointer ...

2018-05-27 Thread darchons
GitHub user darchons opened a pull request: https://github.com/apache/guacamole-server/pull/168 GUACAMOLE-470: Fix incompatible pointer type warning under older GCC Older versions of GCC (prior to 5.1) emits an "incompatible pointer type" warning when passing `foo(*)[]`

[GitHub] guacamole-server pull request #166: GUACAMOLE-564: Hide APC escape sequence.

2018-05-26 Thread darchons
Github user darchons commented on a diff in the pull request: https://github.com/apache/guacamole-server/pull/166#discussion_r191063521 --- Diff: src/terminal/terminal_handlers.c --- @@ -1373,3 +1377,22 @@ int guac_terminal_ctrl_func(guac_terminal* term, unsigned char c

[GitHub] guacamole-client pull request #289: GUACAMOLE-470: Update "color-scheme" par...

2018-05-16 Thread darchons
GitHub user darchons opened a pull request: https://github.com/apache/guacamole-client/pull/289 GUACAMOLE-470: Update "color-scheme" parameter for SSH and Telnet. apache/guacamole-server#132 changes the "color-scheme" parameter to be a configuration string inst

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

2018-05-16 Thread darchons
GitHub user darchons opened a pull request: https://github.com/apache/guacamole-client/pull/288 GUACAMOLE-565: Add terminal-type parameter for SSH and Telnet. Add the new terminal-type parameter (apache/guacamole-server#167) to the protocol JSON files. You can merge this pull

[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

[GitHub] guacamole-server pull request #166: GUACAMOLE-564: Hide APC escape sequence.

2018-05-15 Thread darchons
GitHub user darchons opened a pull request: https://github.com/apache/guacamole-server/pull/166 GUACAMOLE-564: Hide APC escape sequence. I see some programs emitting these sequences. An APC escape sequence contains an arbitrary string command between (ESC _) and (ESC \) sequences

[GitHub] guacamole-server pull request #132: GUACAMOLE-470: Make terminal colors conf...

2018-05-15 Thread darchons
Github user darchons commented on a diff in the pull request: https://github.com/apache/guacamole-server/pull/132#discussion_r188500611 --- Diff: src/terminal/terminal.c --- @@ -255,52 +257,203 @@ void* guac_terminal_thread(void* data) { } -guac_terminal

[GitHub] guacamole-server pull request #132: GUACAMOLE-470: Make terminal colors conf...

2018-05-15 Thread darchons
Github user darchons commented on a diff in the pull request: https://github.com/apache/guacamole-server/pull/132#discussion_r188500441 --- Diff: src/terminal/display.c --- @@ -246,7 +246,8 @@ int __guac_terminal_set(guac_terminal_display* display, int row, int col, int co

[GitHub] guacamole-server pull request #132: GUACAMOLE-470: Make terminal colors conf...

2018-05-15 Thread darchons
Github user darchons commented on a diff in the pull request: https://github.com/apache/guacamole-server/pull/132#discussion_r188500310 --- Diff: src/terminal/display.c --- @@ -317,6 +319,9 @@ guac_terminal_display* guac_terminal_display_alloc(guac_client* client, void

[GitHub] guacamole-server pull request #132: GUACAMOLE-470: Make terminal colors conf...

2018-01-09 Thread darchons
GitHub user darchons opened a pull request: https://github.com/apache/guacamole-server/pull/132 GUACAMOLE-470: Make terminal colors configurable through "color-scheme" parameter Change the "color-scheme" parameter into a series of semicolon-separated name-