diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-10-17 12:55:34 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-10-17 12:55:34 +0200 |
| commit | 1987e5861cf2c033e3a540a5ef7c0f7106016929 (patch) | |
| tree | dcbf2d32c88d394e63b60e7473b2f6ba79fc83e3 /src/func.rs | |
| parent | f22f9513aea21408ebf6febd01912e630e9ad5e6 (diff) | |
Create basic box and line-break functions 📦
Diffstat (limited to 'src/func.rs')
| -rw-r--r-- | src/func.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/func.rs b/src/func.rs index eaaa476d..7925af2d 100644 --- a/src/func.rs +++ b/src/func.rs @@ -119,6 +119,7 @@ pub enum Command<'a> { SetAlignment(Alignment), SetStyle(TextStyle), FinishLayout, + FinishFlexRun, } macro_rules! commands { |
