Add support for full-screen rendering

This commit is contained in:
David Dworken
2024-10-19 09:47:08 -07:00
parent 5996b832a3
commit 393428cf9a
9 changed files with 246 additions and 11 deletions

View File

@ -221,6 +221,8 @@ type ClientConfig struct {
KeyBindings keybindings.SerializableKeyMap `json:"key_bindings"`
// The log level for hishtory (e.g., "debug", "info", "warn", "error")
LogLevel logrus.Level `json:"log_level"`
// Whether the TUI should render in full-screen mode
FullScreenRendering bool `json:"full_screen_rendering"`
}
type ColorScheme struct {