mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 16:43:11 +01:00
Fix client templates, from Romain Francoise.
This commit is contained in:
parent
196710e2d3
commit
993f1b96a3
4
tmux.h
4
tmux.h
@ -97,8 +97,8 @@ extern char **environ;
|
||||
"#{line}: #{buffer_size} bytes: \"#{buffer_sample}\""
|
||||
#define DEFAULT_CLIENT_TEMPLATE \
|
||||
"#{client_tty}: #{session_name} " \
|
||||
"[#client_width}x#{client_height} #{client_termname}]" \
|
||||
"{?client_utf8, (utf8),} #{?client_readonly, (ro),}"
|
||||
"[#{client_width}x#{client_height} #{client_termname}]" \
|
||||
"#{?client_utf8, (utf8),} #{?client_readonly, (ro),}"
|
||||
#define DEFAULT_DISPLAY_MESSAGE_TEMPLATE \
|
||||
"[#{session_name}] #{window_index}:" \
|
||||
"#{window_name}, current pane #{pane_index} " \
|
||||
|
Loading…
Reference in New Issue
Block a user