Commit a2a0b31e448997daec7a0404e857d8b3f5a27584

Stefan Sperling 2019-06-21T13:25:47

remove stray nodelay() call in tog

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tog/tog.c b/tog/tog.c
index 16f87f3..8a4204e 100644
--- a/tog/tog.c
+++ b/tog/tog.c
@@ -546,7 +546,6 @@ view_input(struct tog_view **new, struct tog_view **dead,
 			return got_error_set_errno(errcode,
 			    "pthread_mutex_lock");
 		view->search_next(view);
-		nodelay(stdscr, TRUE);
 		return NULL;
 	}