mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Return 1 if name matches not 0, also fix some spaces.
This commit is contained in:
4
tmux.h
4
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;
|
||||
|
Reference in New Issue
Block a user