summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-06-03fix(build): better tested publishing flowBrooks J Rady
2021-06-03fix(build): allow crates.io to update between crate uploadsBrooks J Rady
2021-06-03feat(ui): laying the groundwork for a new resize algorithmBrooks Rady
2021-06-03feat(ui): added feature for an experimental resizeBrooks J Rady
The `parametric_resize_beta` feature has been added that enables the new resize system. This change also introduces some background tweaks that start laying the groundwork for future resize work without breaking functionality.
2021-06-03docs(changelog): performance fixAram Drevekenin
2021-06-03fix(performance): output buffer (#567)Aram Drevekenin
* work * work * fix(performance): output buffer * style(import): remove extraneous * style(fmt): make rustfmt happy * fix(performance): minor adjustments to padding and truncating * style(fmt): make rustfmt happy * style(clippy): make clippy happy
2021-06-03Fixed a build warning and renamed a struct fieldBrooks J Rady
2021-06-03Merge branch 'main' into resize-overhaulBrooks J Rady
2021-06-02Merge pull request #565 from a-kenji/plugin-asset-updatea-kenji
Update plugin assets
2021-06-02Update plugin assetsa-kenji
2021-06-02Merge pull request #564 from a-kenji/update-assetsa-kenji
Update Plugin Assets
2021-06-02Update Plugin Assetsa-kenji
2021-06-01Merge branch 'main' into resize-overhaulBrooks J Rady
2021-06-01docs(changelog): add disable-status-bar layouta-kenji
2021-06-01Merge pull request #555 from a-kenji/plugin-layoutsa-kenji
Add layout to disable the status-bar
2021-06-01docs(changelog): Don't rename unnamed tabs: 554a-kenji
2021-06-01Merge pull request #554 from AdaShoelace/maina-kenji
Don't rename 'unnamed' tabs upon deletion of other tabs
2021-06-01Merge branch 'main' of github.com:zellij-org/zellijAdaShoelace
2021-06-01Omit '(unnamed)' from tab nameAdaShoelace
2021-06-01docs(changelog): Fix config optionsa-kenji
2021-06-01Merge pull request #556 from a-kenji/options-fixa-kenji
Fix options in config file
2021-06-01Fix options in config filea-kenji
* options depended on specification of the `simplified_ui` flag, now they are independend of each other
2021-05-31Initial names outside return structAdaShoelace
2021-05-31Add layout to disable the status-bara-kenji
2021-05-31Set tab name on creation instead of on renderAdaShoelace
2021-05-30Merge pull request #553 from a-kenji/update-manpagea-kenji
docs(manpage): Update manpage
2021-05-30docs(manpage): Update manpagea-kenji
2021-05-30docs(changelog): Add option to specify a themea-kenji
2021-05-30Merge pull request #550 from a-kenji/theme-configa-kenji
Add color theme config
2021-05-30Merge branch 'main' of https://github.com/zellij-org/zellij into theme-configa-kenji
2021-05-30Add color theme configa-kenji
* add option `theme` that allows for setting of a theme, the default is `default` * under `themes` the themes can be described as follows: either: ``` themes: default: fg: [0,0,0] bg: [0,0,0] black: [0,0,0] red: [0,0,0] green: [0,0,0] yellow: [0,0,0] blue: [0,0,0] magenta: [0,0,0] cyan: [0,0,0] white: [0,0,0] orange: [0,0,0] ``` or ``` themes: default: fg: 0 bg: 0 black: 0 red: 0 green: 0 yellow: 0 blue: 0 magenta: 0 cyan: 0 white: 0 orange: 0 ``` If the key is different from default, it needs to either be specified on start with `options --theme [THEME]`, or in the configuration file under theme: [THEME]. closes #390
2021-05-29Getting back to where we started... (Buggy Resizing)Brooks J Rady
2021-05-29docs(changelog): Add default_mode to attach 549a-kenji
2021-05-29Merge pull request #549 from a-kenji/default-mode-attacha-kenji
Add default_mode to attach
2021-05-29Add default_mode to attacha-kenji
* Attaching a new session now also respects the default_mode setting of the client
2021-05-29docs(changelog): Add default_mode optiona-kenji
2021-05-29Merge pull request #513 from a-kenji/default-mode-368a-kenji
Default mode 368
2021-05-29docs(changelog): add #547 and #548Kunal Mohan
2021-05-29Merge pull request #548 from zellij-org/status-bar-fixKunal Mohan
Session mode should be disabled in locked mode
2021-05-29session mode should be disabled in locked modeKunal Mohan
2021-05-29Merge pull request #547 from riggs-/platform_build_fixKunal Mohan
Fix build on platforms with TIOCGWINSZ / ioctl() integer type mismatch.
2021-05-29Fix cargo fmt diff.Thomas Zander
2021-05-29Fix build on platforms with TIOCGWINSZ / ioctl() integer type mismatch.Thomas Zander
2021-05-29docs(changelog): Optional session name in attach #542Kunal Mohan
2021-05-29Merge pull request #542 from zellij-org/auto-attachKunal Mohan
Make session-name option in attach command
2021-05-29Make session-name option in attach commandKunal Mohan
If only one session is running, attach to it. Otherwise list the active sessions (if any)
2021-05-28docs(changelog): Fix lag #536Kunal Mohan
2021-05-28docs(changelog): update compatibility fixAram Drevekenin
2021-05-28fix(compatibility): do not crash when padding before wide char (#540)Aram Drevekenin
* fix(compatibility): do not crash when padding before wide char * style(clippy): make less clear because clippy
2021-05-28Merge pull request #536 from kxt/525-pty-backpressureKunal Mohan
Add back pressure to pty