diff options
author | bptato <nincsnevem662@gmail.com> | 2021-11-13 00:44:40 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-11-13 00:51:24 +0100 |
commit | 5ed6ccd8e2422c28734842488896f5cbb012916c (patch) | |
tree | b3ad995d9e3f05a2c0d61240a5a6fb112483ff0f /src/io/cell.nim | |
parent | 07552bcd0fb7bfed92321cc2e7e421846670ce95 (diff) | |
download | chawan-5ed6ccd8e2422c28734842488896f5cbb012916c.tar.gz |
Implement text-decoration
Diffstat (limited to 'src/io/cell.nim')
-rw-r--r-- | src/io/cell.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/io/cell.nim b/src/io/cell.nim index 6ea887e3..50094e88 100644 --- a/src/io/cell.nim +++ b/src/io/cell.nim @@ -10,6 +10,8 @@ type italic*: bool bold*: bool underline*: bool + strike*: bool + overline*: bool FlexibleCell* = object of Cell rune*: Rune |