diff --git a/csi.c b/csi.c index 3ee46b70..7c4a0f9d 100644 --- a/csi.c +++ b/csi.c @@ -363,6 +363,7 @@ csi_dispatch(struct terminal *term, uint8_t final) break; } + case 'f': case 'H': { /* Move cursor */ int row = min(vt_param_get(term, 0, 1), term->rows);