Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | View tree implementation: render multiple split views. | Blaž Hrastnik | 2021-02-03 |
| | | | | | Cursors are still a bit buggy and we should render in focus statusbar differently than in the other pane. | ||
* | move commands and keymap back to terminal. | Blaž Hrastnik | 2020-12-10 |
| | | | | | Command needs to be able to deal with UI. We'll separate it again later on. | ||
* | Refactor: Document type as a wrapper around barebones State. | Blaž Hrastnik | 2020-12-03 |
| | |||
* | Move theme from view to editor, support multiple views in editor. | Blaž Hrastnik | 2020-12-03 |
| | |||
* | Refactor Editor into Application and Editor/Workspace. | Blaž Hrastnik | 2020-10-16 |
| | |||
* | created prompt.rs | Jan Hrastnik | 2020-10-16 |
| | |||
* | Split parts of helix-term into helix-view. | Blaž Hrastnik | 2020-09-21 |
It still largely depends on term for some types but I plan to change that later. |