zellij/zellij-server/src
a-kenji abbe3b237a
add(feature): toggle boolean options with cli flag (#855)
add the ability to toggle boolean options with a cli flag:

example:
    if the pane frames are turned off in the config file,
    then passing in the `--no-pane-frames` flag will toggle the
    pane frames on
2021-11-10 13:31:37 +01:00
..
panes feat(ui): add right-click support to plugins 2021-11-02 18:49:10 +00:00
ui fix(frames): don't pad empty pane title (#724) 2021-09-15 10:48:16 +02:00
unit feature(resize): Non directional resize (#520) 2021-11-05 09:29:45 +01:00
lib.rs add(feature): toggle boolean options with cli flag (#855) 2021-11-10 13:31:37 +01:00
logging_pipe.rs style(clippy): various fixes (#704) 2021-09-09 10:24:03 +02:00
os_input_output.rs chore(warnings): remove unused imports (#833) 2021-11-03 14:31:06 +01:00
pty.rs fix(cwd): open pane in cwd even if default shell is explicit (#834) 2021-11-03 17:59:28 +01:00
route.rs feat(scrolling): half-page scroll actions (#813) 2021-11-08 15:05:47 +01:00
screen.rs add(feature): toggle boolean options with cli flag (#855) 2021-11-10 13:31:37 +01:00
tab.rs feat(scrolling): half-page scroll actions (#813) 2021-11-08 15:05:47 +01:00
thread_bus.rs chore(tests): move all integration tests to be either unit or e2e tests - remove old testing infra (#589) 2021-06-30 11:27:35 +02:00
wasm_vm.rs fix(perf): plugins are only compiled once 2021-10-26 18:43:17 +01:00