You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2018/05/27 15:50:33 UTC

[6/6] guacamole-server git commit: GUACAMOLE-470: Merge support for fully configurable terminal color palette.

GUACAMOLE-470: Merge support for fully configurable terminal color palette.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-server/commit/81bba1b5
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-server/tree/81bba1b5
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-server/diff/81bba1b5

Branch: refs/heads/master
Commit: 81bba1b587ebfcb1e403ffc3a187a3d5315623bd
Parents: 4eae5d2 6da9236
Author: Michael Jumper <mj...@apache.org>
Authored: Sun May 27 08:49:18 2018 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Sun May 27 08:49:18 2018 -0700

----------------------------------------------------------------------
 src/protocols/ssh/settings.c     |  10 +-
 src/protocols/telnet/settings.c  |  10 +-
 src/terminal/display.c           |  13 +-
 src/terminal/named-colors.c      |   2 +-
 src/terminal/terminal.c          | 302 ++++++++++++++++++++++++++++++----
 src/terminal/terminal/display.h  |  11 +-
 src/terminal/terminal/terminal.h |  15 ++
 src/terminal/xparsecolor.c       |   4 +
 8 files changed, 321 insertions(+), 46 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-server/blob/81bba1b5/src/protocols/ssh/settings.c
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/guacamole-server/blob/81bba1b5/src/protocols/telnet/settings.c
----------------------------------------------------------------------