csi: decrst: spell decset correctly

This commit is contained in:
Daniel Eklöf 2020-08-16 16:38:30 +02:00
parent cf315de174
commit 0787080023
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
csi.c
View file

@ -521,7 +521,7 @@ decset(struct terminal *term, unsigned param)
static void static void
decrst(struct terminal *term, unsigned param) decrst(struct terminal *term, unsigned param)
{ {
deecset_decrst(term, param, false); decset_decrst(term, param, false);
} }
void void