mirror of
https://github.com/tmux/tmux.git
synced 2025-04-11 11:46:13 +00:00
Use format_get_command() and some spacing tweaks.
This commit is contained in:
parent
b85de1ddb3
commit
99e3cbc526
1
client.c
1
client.c
@ -351,6 +351,7 @@ client_send_identify(int flags)
|
||||
|
||||
for (ss = environ; *ss != NULL; ss++)
|
||||
client_write_one(MSG_IDENTIFY_ENVIRON, -1, *ss, strlen(*ss) + 1);
|
||||
|
||||
client_write_one(MSG_IDENTIFY_DONE, -1, NULL, 0);
|
||||
|
||||
client_update_event();
|
||||
|
2
job.c
2
job.c
@ -145,7 +145,7 @@ job_write_callback(unused struct bufferevent *bufev, void *data)
|
||||
size_t len = EVBUFFER_LENGTH(EVBUFFER_OUTPUT(job->event));
|
||||
|
||||
log_debug("job write %p: %s, pid %ld, output left %zu", job, job->cmd,
|
||||
(long) job->pid, len);
|
||||
(long) job->pid, len);
|
||||
|
||||
if (len == 0) {
|
||||
shutdown(job->fd, SHUT_WR);
|
||||
|
Loading…
Reference in New Issue
Block a user