diff --git a/csi.c b/csi.c index 74e68513..e7643197 100644 --- a/csi.c +++ b/csi.c @@ -349,6 +349,7 @@ csi_dispatch(struct terminal *term, uint8_t final) term_cursor_down(term, vt_param_get(term, 0, 1)); break; + case 'a': case 'C': term_cursor_right(term, vt_param_get(term, 0, 1)); break;