You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Dana Shaw <ds...@medata.com.INVALID> on 2022/11/16 00:59:13 UTC

Is it possible to change the cursor color for a ssh connection?

Is it possible to change the cursor color in a ssh connection?

I'm able to change the foreground/background color without issue.

Currently extending GuacamoleHTTPTunnelServlet to create a tunnel to guacd for ssh.

Thanks in advance,

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org


Re: Is it possible to change the cursor color for a ssh connection?

Posted by Dana Shaw <ds...@medata.com.INVALID>.
Understood, thanks for the reply! 
----- Original Message -----
From: Michael Jumper <mj...@apache.org>
To: user@guacamole.apache.org
Sent: Tue, 15 Nov 2022 17:13:02 -0800 (PST)
Subject: Re: Is it possible to change the cursor color for a ssh connection?

On Tue, Nov 15, 2022, 5:00 PM Dana Shaw <ds...@medata.com.invalid> wrote:

> Is it possible to change the cursor color in a ssh connection?
>
> I'm able to change the foreground/background color without issue.
>
> Currently extending GuacamoleHTTPTunnelServlet to create a tunnel to guacd
> for ssh.


No, the text cursor in the terminal emulator is just the inverse
(foreground/background swapped) of whatever is beneath the cursor.

- Mike


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org


Re: Is it possible to change the cursor color for a ssh connection?

Posted by Michael Jumper <mj...@apache.org>.
On Tue, Nov 15, 2022, 5:00 PM Dana Shaw <ds...@medata.com.invalid> wrote:

> Is it possible to change the cursor color in a ssh connection?
>
> I'm able to change the foreground/background color without issue.
>
> Currently extending GuacamoleHTTPTunnelServlet to create a tunnel to guacd
> for ssh.


No, the text cursor in the terminal emulator is just the inverse
(foreground/background swapped) of whatever is beneath the cursor.

- Mike