summaryrefslogtreecommitdiff
path: root/src/func.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-10-17 12:55:34 +0200
committerLaurenz <laurmaedje@gmail.com>2019-10-17 12:55:34 +0200
commit1987e5861cf2c033e3a540a5ef7c0f7106016929 (patch)
treedcbf2d32c88d394e63b60e7473b2f6ba79fc83e3 /src/func.rs
parentf22f9513aea21408ebf6febd01912e630e9ad5e6 (diff)
Create basic box and line-break functions 📦
Diffstat (limited to 'src/func.rs')
-rw-r--r--src/func.rs1
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 {