mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
Merge branch 'vt-anywhere-fix2'
This commit is contained in:
commit
cf3eeff951
1 changed files with 2 additions and 3 deletions
3
vt.c
3
vt.c
|
|
@ -1159,8 +1159,7 @@ vt_from_slave(struct terminal *term, const uint8_t *data, size_t len)
|
||||||
case STATE_UTF8_42: current_state = state_utf8_42_switch(term, *p); break;
|
case STATE_UTF8_42: current_state = state_utf8_42_switch(term, *p); break;
|
||||||
case STATE_UTF8_43: current_state = state_utf8_43_switch(term, *p); break;
|
case STATE_UTF8_43: current_state = state_utf8_43_switch(term, *p); break;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
term->vt.state = current_state;
|
term->vt.state = current_state;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue