diff options
| author | iamcheeseman <[email protected]> | 2026-05-13 22:55:02 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-13 22:55:02 -0400 |
| commit | 46de6d936395b1063a729b9e40cfca290033482b (patch) | |
| tree | 513537db0085df334855a95401ed038b00b07219 /dc/dc.c | |
| parent | 8d2793e9ef7cf7f742ec23e77c44ac21a624d01f (diff) | |
resize windows
Diffstat (limited to 'dc/dc.c')
| -rw-r--r-- | dc/dc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); } |
