mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
vt: remove debug assert
This commit is contained in:
parent
9ad9e4ccaf
commit
032f478661
1 changed files with 0 additions and 1 deletions
1
vt.c
1
vt.c
|
|
@ -678,7 +678,6 @@ state_escape_switch(struct terminal *term, uint8_t data)
|
|||
static enum state
|
||||
state_escape_intermediate_switch(struct terminal *term, uint8_t data)
|
||||
{
|
||||
assert(false);
|
||||
switch (data) {
|
||||
/* exit current enter new state */
|
||||
case 0x00 ... 0x17:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue