diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-11-17 11:53:59 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-11-17 11:53:59 +0100 |
| commit | 467d7203ee67ce29ce9ba62c9406f5586cb5214a (patch) | |
| tree | f2097653bdb6ad1b9ab6ed1bbe0c2e504b35c269 /src/func | |
| parent | bd66ebd68344f0d02f5dc6163f7d2aa0b4ded79d (diff) | |
Remove top-level stack layouter from tree layouter 🗑
Diffstat (limited to 'src/func')
| -rw-r--r-- | src/func/mod.rs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/func/mod.rs b/src/func/mod.rs index e921966a..f59c1ec0 100644 --- a/src/func/mod.rs +++ b/src/func/mod.rs @@ -93,9 +93,11 @@ pub enum Command<'a> { Add(Layout), AddMultiple(MultiLayout), - BreakFlex, - FinishFlex, - BreakStack, + FinishRun, + FinishBox, + FinishLayout, + + BreakParagraph, SetStyle(TextStyle), SetAxes(LayoutAxes), |
