Implement CSI 'a'

This commit is contained in:
Michael Jumper 2013-05-21 23:57:55 -07:00
parent 266f4e8d1b
commit b66d8f2e9a

View File

@ -369,6 +369,7 @@ int guac_terminal_csi(guac_terminal* term, char c) {
break; break;
/* C: Move right */ /* C: Move right */
case 'a':
case 'C': case 'C':
/* Get move amount */ /* Get move amount */