summaryrefslogtreecommitdiff
path: root/escape.h
diff options
context:
space:
mode:
authorHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2025-09-13 01:14:15 -0700
committerHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2025-09-13 01:14:15 -0700
commit3f9b35631b0977dc2afc289cbff7702469153f77 (patch)
tree3cce19d50c81791ff3cb64e3affbd4a5bb329e12 /escape.h
parent837b4d765a259bbdcb4b9c28bc6b1c5eb1548292 (diff)
typo
Diffstat (limited to 'escape.h')
-rw-r--r--escape.h2
1 files changed, 1 insertions, 1 deletions
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: