Don't react to escape character in tincctl top.
[tinc] / src / top.c
index 5a9edb0..f14395e 100644 (file)
--- 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;