diff --git a/selection.c b/selection.c index b7aba2cd..8ed9b0cc 100644 --- a/selection.c +++ b/selection.c @@ -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);