Only send response to ESC[0c.
This commit is contained in:
parent
43eddc14c0
commit
8967afefb6
@ -645,7 +645,8 @@ int guac_terminal_csi(guac_terminal* term, char c) {
|
|||||||
|
|
||||||
/* c: Identify */
|
/* c: Identify */
|
||||||
case 'c':
|
case 'c':
|
||||||
guac_terminal_write_all(term->stdin_pipe_fd[1], "\x1B[?6c", 5);
|
if (argv[0] == 0)
|
||||||
|
guac_terminal_write_all(term->stdin_pipe_fd[1], "\x1B[?6c", 5);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* d: Move cursor, current col */
|
/* d: Move cursor, current col */
|
||||||
|
Loading…
Reference in New Issue
Block a user