artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d610d24
)
Revert previous; this is not how it should work.
author
nicm
<nicm@openbsd.org>
Tue, 17 Aug 2021 08:22:44 +0000
(08:22 +0000)
committer
nicm
<nicm@openbsd.org>
Tue, 17 Aug 2021 08:22:44 +0000
(08:22 +0000)
usr.bin/tmux/popup.c
patch
|
blob
|
history
diff --git
a/usr.bin/tmux/popup.c
b/usr.bin/tmux/popup.c
index
6275ebb
..
8864da0
100644
(file)
--- a/
usr.bin/tmux/popup.c
+++ b/
usr.bin/tmux/popup.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: popup.c,v 1.3
3 2021/08/17 07:14:33
nicm Exp $ */
+/* $OpenBSD: popup.c,v 1.3
4 2021/08/17 08:22:44
nicm Exp $ */
/*
* Copyright (c) 2020 Nicholas Marriott <nicholas.marriott@gmail.com>
@@
-554,7
+554,6
@@
popup_job_update_cb(struct job *job)
if (size == 0)
return;
- tty_sync_start(&c->tty);
if (pd->md != NULL) {
c->overlay_check = menu_check_cb;
c->overlay_data = pd->md;