mirror of
https://github.com/tmux/tmux.git
synced 2026-01-12 01:00:22 +00:00
Add some missing logging bits for themes.
This commit is contained in:
@@ -382,6 +382,14 @@ key_string_lookup_key(key_code key, int with_flags)
|
||||
s = "PasteEnd";
|
||||
goto append;
|
||||
}
|
||||
if (key == KEYC_REPORT_DARK_THEME) {
|
||||
s = "ReportDarkTheme";
|
||||
goto append;
|
||||
}
|
||||
if (key == KEYC_REPORT_LIGHT_THEME) {
|
||||
s = "ReportLightTheme";
|
||||
goto append;
|
||||
}
|
||||
if (key == KEYC_MOUSE) {
|
||||
s = "Mouse";
|
||||
goto append;
|
||||
|
||||
Reference in New Issue
Block a user