X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftop.c;fp=src%2Ftop.c;h=f14395e23872a926eeee0da656cb5eebb7ceaae8;hb=8c953b1bfef3c6ebee7c537c2c2f144807d0311a;hp=5a9edb0828a9e3d982fa01780fb96d6e72cbc601;hpb=27e6a89b155b171b0b026d5e24ee0cc68f43d010;p=tinc diff --git a/src/top.c b/src/top.c index 5a9edb08..f14395e2 100644 --- a/src/top.c +++ b/src/top.c @@ -305,7 +305,6 @@ void top(int fd) { scale = 1e-9; break; case 'q': - case 27: case KEY_BREAK: running = false; break;