mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
selection: remove duplicate ‘ESC’ in switch case
This commit is contained in:
parent
e70776fc8c
commit
49d6dbd761
1 changed files with 0 additions and 4 deletions
|
|
@ -1651,10 +1651,6 @@ fdm_receive(struct fdm *fdm, int fd, int events, void *data)
|
|||
/* Additional control characters stripped by default (but
|
||||
* configurable) in XTerm: BS, HT, DEL */
|
||||
case '\b': case '\t': case '\x7f':
|
||||
/* FALLTHROUGH */
|
||||
|
||||
/* ESC */
|
||||
case '\x1b':
|
||||
ctx->decoder(ctx, p, i);
|
||||
|
||||
xassert(i + 1 <= left);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue