diff options
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 |