You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by mike-jumper <gi...@git.apache.org> on 2017/08/13 22:16:02 UTC

[GitHub] incubator-guacamole-server pull request #106: GUACAMOLE-279: Implement conso...

GitHub user mike-jumper opened a pull request:

    https://github.com/apache/incubator-guacamole-server/pull/106

    GUACAMOLE-279: Implement console codes for palette modification.

    This change implements the OSC used by xterm for modifying the 256-color palette, allowing the default palette to be overridden dynamically. The colors themselves are described using X11 color specs, as defined by `XParseColor()`. In addition to simple RGB specifications, there are also quite a few named colors - I've handled those by doing a binary search over a sorted array of color names, ignoring case and whitespace (see `named-colors.c`).

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

    $ git pull https://github.com/mike-jumper/incubator-guacamole-server xterm-palette-modify

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

    https://github.com/apache/incubator-guacamole-server/pull/106.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 #106
    
----
commit 27cf97cb9e08e3ba4093c573b61c1a71e547c890
Author: Michael Jumper <mj...@apache.org>
Date:   2017-07-11T04:38:12Z

    GUACAMOLE-279: Handle xterm palette assignments, parsing each color as an X11 color spec.

commit b0d9bbc121d935e724ca90fad9641371c76abd79
Author: Michael Jumper <mj...@apache.org>
Date:   2017-07-11T06:03:06Z

    GUACAMOLE-279: Add explicit definitions for each human-readable xterm color.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-guacamole-server pull request #106: GUACAMOLE-279: Implement conso...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-guacamole-server/pull/106


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---