X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftop.c;h=f14395e23872a926eeee0da656cb5eebb7ceaae8;hb=36623e15a1c8685e5d8730345c1a7f9c93710fef;hp=5a9edb0828a9e3d982fa01780fb96d6e72cbc601;hpb=660f530a6ff733f96f81eefa69b38e2ea685f890;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;