mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Add a format for the name of the pane's mode, lets it be used as a
conditional for key bindings.
This commit is contained in:
@ -34,6 +34,8 @@ static void window_clock_timer_callback(int, short, void *);
|
||||
static void window_clock_draw_screen(struct window_pane *);
|
||||
|
||||
const struct window_mode window_clock_mode = {
|
||||
.name = "clock-mode",
|
||||
|
||||
.init = window_clock_init,
|
||||
.free = window_clock_free,
|
||||
.resize = window_clock_resize,
|
||||
|
Reference in New Issue
Block a user