mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-08 10:06:22 -05:00
selection: remove duplicate ‘ESC’ in switch case
This commit is contained in:
parent
c8fdd3a214
commit
7611a6c7fc
1 changed files with 0 additions and 4 deletions
|
|
@ -1346,10 +1346,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);
|
||||
|
||||
assert(i + 1 <= left);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue