zellij/zellij-server/src
a-kenji cd0b0119a0 Split tab-layout into template & tabs section
* adjust example layouts and move them from `./example` to
  `./example/layouts`

* simplify the deserialization of the layout

* layouts are now constructed as follows:

```
---
template:
  direction: Horizontal
  parts:
    - direction: Vertical
      borderless: true
      split_size:
        Fixed: 1
      run:
        plugin: tab-bar
    - direction: Vertical
      body: true # <== The body section specifies the position of the
      # inserted tab
    - direction: Vertical
      borderless: true
      split_size:
        Fixed: 2
      run:
        plugin: status-bar
tabs:
  - direction: Vertical
  - direction: Vertical
```
2021-08-26 15:06:59 +02:00
..
panes fix(compatibility): docker-compose progress bar (#656) 2021-08-23 20:55:31 +02:00
ui feat(ui): pane frames (new pane UI) (#643) 2021-08-12 14:50:00 +02:00
unit Merge pull request #622 from sagittarius-a/feature/go-to-last-tab 2021-08-23 23:18:43 +02:00
lib.rs Split tab-layout into template & tabs section 2021-08-26 15:06:59 +02:00
logging_pipe.rs Read from LoggingPipe returns error 2021-07-20 22:17:26 -07:00
os_input_output.rs fix(child-process): unexpected pane closing issue with nushell (#648) 2021-08-16 14:19:05 +02:00
pty.rs Split tab-layout into template & tabs section 2021-08-26 15:06:59 +02:00
route.rs Merge branch 'tab-layout' of https://github.com/a-kenji/zellij into a-kenji-tab-layout 2021-08-24 10:58:36 +02:00
screen.rs Merge pull request #622 from sagittarius-a/feature/go-to-last-tab 2021-08-23 23:18:43 +02:00
tab.rs Indicate to the user when text is copied to the clipboard (#642) 2021-08-23 15:51:33 +02: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 feat(ui): pane frames (new pane UI) (#643) 2021-08-12 14:50:00 +02:00