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:
nicm
2017-05-07 22:27:57 +00:00
parent d52f579fd5
commit 5fee4638e0
6 changed files with 21 additions and 8 deletions

View File

@@ -57,6 +57,8 @@ enum window_choose_input_type {
};
const struct window_mode window_choose_mode = {
.name = "choose-mode",
.init = window_choose_init,
.free = window_choose_free,
.resize = window_choose_resize,