Skip to content

Commit 1d6b5d0

Browse files
committed
whoops: revert test code
1 parent 026145c commit 1d6b5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demos/Sharpie.Demos.Font/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4040
using var terminal = new Terminal(CursesBackend.Load(), new(CaretMode: CaretMode.Invisible, AllocateHeader: true));
4141

4242
// Setup the message and a number of rotating styles that will be applied for each letter of the message.
43-
var message = "A\x0100B";
43+
var message = "\x001 Let the ASCII fun begin! \x003";
4444
var styles = Enumerable.Range(0, message.Length)
4545
.Select(i => new Style
4646
{

0 commit comments

Comments
 (0)