summaryrefslogtreecommitdiffhomepage
path: root/src/bridge/ptyc_term_csi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bridge/ptyc_term_csi.c')
-rw-r--r--src/bridge/ptyc_term_csi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bridge/ptyc_term_csi.c b/src/bridge/ptyc_term_csi.c
index c856c35..fe302bd 100644
--- a/src/bridge/ptyc_term_csi.c
+++ b/src/bridge/ptyc_term_csi.c
@@ -200,8 +200,7 @@ static void * __fastcall csi_action_invoke(
static void * __fastcall csi_action_select_sgr(struct ptyc_term_ctx * tctx)
{
- /* todo: pass ptyc_sgr_handlers */
- return csi_action_invoke(tctx,0,PTYC_SGR_ARRAY_SIZE);
+ return csi_action_invoke(tctx,ptyc_sgr_handlers,PTYC_SGR_ARRAY_SIZE);
}
static void * __fastcall csi_action_process_params(struct ptyc_term_ctx * tctx)