Only send DA response if no private mode.
This commit is contained in:
parent
f2520ca91c
commit
3a14c864a6
@ -654,7 +654,7 @@ int guac_terminal_csi(guac_terminal* term, char c) {
|
|||||||
|
|
||||||
/* c: Identify */
|
/* c: Identify */
|
||||||
case 'c':
|
case 'c':
|
||||||
if (argv[0] == 0)
|
if (argv[0] == 0 && private_mode_character == 0)
|
||||||
guac_terminal_write_all(term->stdin_pipe_fd[1], "\x1B[?6c", 5);
|
guac_terminal_write_all(term->stdin_pipe_fd[1], "\x1B[?6c", 5);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user