aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-06-07 15:27:46 +0000
committernicm <nicm>2017-06-07 15:27:46 +0000
commit356fab7bcb378d0adad487dc6898085b58d54fec (patch)
treeedbafac9815b302ba2232ab6ea9d4d42b64f6c95 /tmux.h
parent405cc337f35731614b37d7279ddfc3a5dc806694 (diff)
downloadrtmux-356fab7bcb378d0adad487dc6898085b58d54fec.tar.gz
rtmux-356fab7bcb378d0adad487dc6898085b58d54fec.tar.bz2
rtmux-356fab7bcb378d0adad487dc6898085b58d54fec.zip
Return 1 if name matches not 0, also fix some spaces.
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 7fb5373a..f1d150df 100644
--- a/tmux.h
+++ b/tmux.h
@@ -617,7 +617,7 @@ struct job {
job_free_cb freecb;
void *data;
- LIST_ENTRY(job) entry;
+ LIST_ENTRY(job) entry;
};
LIST_HEAD(joblist, job);
@@ -676,7 +676,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;