TextFormat

This commit is contained in:
2023-08-16 19:21:50 +02:00
parent cbbf7b3704
commit 3c996f0c20
31 changed files with 304 additions and 94 deletions

View File

@@ -2,6 +2,7 @@
using TerminalUI.ConsoleDrivers;
using TerminalUI.Controls;
using TerminalUI.Models;
using TerminalUI.TextFormat;
namespace TerminalUI.Examples.Controls;
@@ -56,7 +57,8 @@ public class ProgressBarExamples
true,
null,
null,
new()
new(),
new TextFormatContext(true)
);
progressBar.Render(renderContext, position, new Size(10, 1));
}