aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-06-07 18:01:13 +0100
committerThomas Adam <thomas@xteddy.org>2017-06-07 18:01:13 +0100
commit4aa02c374323e1a1d2f7d1364885c2dc06b2933f (patch)
tree9f98d224b9e1e16a3b0d6a1c389d5eb8702f8da9 /tmux.h
parent9543f076fddfcd26d8f44487adf065068033bf56 (diff)
parent356fab7bcb378d0adad487dc6898085b58d54fec (diff)
downloadrtmux-4aa02c374323e1a1d2f7d1364885c2dc06b2933f.tar.gz
rtmux-4aa02c374323e1a1d2f7d1364885c2dc06b2933f.tar.bz2
rtmux-4aa02c374323e1a1d2f7d1364885c2dc06b2933f.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 0f09f9fb..c9b42306 100644
--- a/tmux.h
+++ b/tmux.h
@@ -621,7 +621,7 @@ struct job {
job_free_cb freecb;
void *data;
- LIST_ENTRY(job) entry;
+ LIST_ENTRY(job) entry;
};
LIST_HEAD(joblist, job);
@@ -680,7 +680,7 @@ struct screen_write_ctx {
struct screen_write_collect_item *item;
struct screen_write_collect_line *list;
u_int scrolled;
- u_int bg;
+ u_int bg;
u_int cells;
u_int written;