mirror of
https://github.com/tmux/tmux.git
synced 2024-12-12 17:38:48 +00:00
Remove an extra space in clients output.
This commit is contained in:
parent
32c134f5a9
commit
deacfedc65
@ -31,7 +31,7 @@
|
||||
#define LIST_CLIENTS_TEMPLATE \
|
||||
"#{client_name}: #{session_name} " \
|
||||
"[#{client_width}x#{client_height} #{client_termname}]" \
|
||||
"#{?client_utf8, (utf8),} #{?client_readonly, (ro),}"
|
||||
"#{?client_utf8, (utf8),}#{?client_readonly, (ro),}"
|
||||
|
||||
static enum cmd_retval cmd_list_clients_exec(struct cmd *, struct cmdq_item *);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user