aboutsummaryrefslogtreecommitdiff
path: root/dc
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-13 22:55:02 -0400
committeriamcheeseman <[email protected]>2026-05-13 22:55:02 -0400
commit46de6d936395b1063a729b9e40cfca290033482b (patch)
tree513537db0085df334855a95401ed038b00b07219 /dc
parent8d2793e9ef7cf7f742ec23e77c44ac21a624d01f (diff)
resize windows
Diffstat (limited to 'dc')
-rw-r--r--dc/dc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dc/dc.c b/dc/dc.c
index 863c06b..1ecc7d9 100644
--- a/dc/dc.c
+++ b/dc/dc.c
@@ -120,7 +120,7 @@ void tick(void)
if (tyui_begin_window("Test Window", ty_recti(5, 5, 100, 100), &winid)) {
for (int i = 0; i < 20; i++)
- tyui_text("super duper awesome example text");
+ tyui_text("example text");
tyui_end_window();
}