Merge branch 'main' of github.com:zellij-org/zellij
This commit is contained in:
commit
a2efc6fcac
2 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||||
* Add option to start in arbitrary modes (https://github.com/zellij-org/zellij/pull/513)
|
* Add option to start in arbitrary modes (https://github.com/zellij-org/zellij/pull/513)
|
||||||
* Attaching to a session respects the `default_mode` setting of the client (https://github.com/zellij-org/zellij/pull/549)
|
* Attaching to a session respects the `default_mode` setting of the client (https://github.com/zellij-org/zellij/pull/549)
|
||||||
* Add option to specify a color theme in the config (https://github.com/zellij-org/zellij/pull/550)
|
* Add option to specify a color theme in the config (https://github.com/zellij-org/zellij/pull/550)
|
||||||
|
* Fix config options to not depend on `simplified_ui` (https://github.com/zellij-org/zellij/pull/556)
|
||||||
|
|
||||||
## [0.12.1] - 2021-05-28
|
## [0.12.1] - 2021-05-28
|
||||||
* HOTFIX: fix Zellij not responding to input on certain terminals (https://github.com/zellij-org/zellij/issues/538)
|
* HOTFIX: fix Zellij not responding to input on certain terminals (https://github.com/zellij-org/zellij/issues/538)
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ pub struct Options {
|
||||||
/// Allow plugins to use a more simplified layout
|
/// Allow plugins to use a more simplified layout
|
||||||
/// that is compatible with more fonts
|
/// that is compatible with more fonts
|
||||||
#[structopt(long)]
|
#[structopt(long)]
|
||||||
|
#[serde(default)]
|
||||||
pub simplified_ui: bool,
|
pub simplified_ui: bool,
|
||||||
/// Set the default theme
|
/// Set the default theme
|
||||||
#[structopt(long)]
|
#[structopt(long)]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue