Feature: strikethrough and underlinedDouble decorator. (#561)

This resolves:
https://github.com/ArthurSonzogni/FTXUI/issues/560
This commit is contained in:
Arthur Sonzogni
2023-01-22 11:02:27 +01:00
committed by GitHub
parent 350dcac032
commit 6fe8310321
13 changed files with 172 additions and 13 deletions

View File

@@ -26,7 +26,9 @@ example(style_color)
example(style_dim)
example(style_gallery)
example(style_inverted)
example(style_strikethrough)
example(style_underlined)
example(style_underlined_double)
example(table)
example(vbox_hbox)
example(vflow)