mirror of
https://github.com/tmux/tmux.git
synced 2025-09-07 03:48:20 +00:00
Add format variables for the default formats for the various modes
(tree_mode_format and so on) and add a -a flag to display-message to list variables with values.
This commit is contained in:
@@ -41,6 +41,7 @@ static void window_buffer_key(struct window_mode_entry *,
|
||||
|
||||
const struct window_mode window_buffer_mode = {
|
||||
.name = "buffer-mode",
|
||||
.default_format = WINDOW_BUFFER_DEFAULT_FORMAT,
|
||||
|
||||
.init = window_buffer_init,
|
||||
.free = window_buffer_free,
|
||||
|
Reference in New Issue
Block a user