We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026145c commit 1d6b5d0Copy full SHA for 1d6b5d0
Demos/Sharpie.Demos.Font/Program.cs
@@ -40,7 +40,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
40
using var terminal = new Terminal(CursesBackend.Load(), new(CaretMode: CaretMode.Invisible, AllocateHeader: true));
41
42
// Setup the message and a number of rotating styles that will be applied for each letter of the message.
43
-var message = "A\x0100B";
+var message = "\x001 Let the ASCII fun begin! \x003";
44
var styles = Enumerable.Range(0, message.Length)
45
.Select(i => new Style
46
{
0 commit comments