From 3f9b35631b0977dc2afc289cbff7702469153f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haoran=20S=2E=20Diao=20=28=E5=88=81=E6=B5=A9=E7=84=B6=29?= <0@hairydiode.xyz> Date: Sat, 13 Sep 2025 01:14:15 -0700 Subject: typo --- escape.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'escape.h') diff --git a/escape.h b/escape.h index a9fe743..103139a 100644 --- a/escape.h +++ b/escape.h @@ -37,7 +37,7 @@ enum esc_state { //returns 1 if the current state is safe to insert characters after, 0 if not int safe_state(enum esc_state state) { - swtich (state) { + switch (state) { case CSI_END: case ST: case nF_END: -- cgit v1.1