diff --git a/selection.c b/selection.c index 92da56c5..ca175eeb 100644 --- a/selection.c +++ b/selection.c @@ -1345,7 +1345,7 @@ 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 '\x1f': + case '\b': case '\t': case '\x7f': /* FALLTHROUGH */ /* ESC */