diff options
| author | Julian Hurst <julian.hurst@digdash.com> | 2025-03-25 14:29:46 +0100 |
|---|---|---|
| committer | Julian Hurst <julian.hurst@digdash.com> | 2025-03-25 14:29:46 +0100 |
| commit | c620f8e9430193b94c422156f9ae9c7fd6fbb592 (patch) | |
| tree | dacc5bc4225234deb2d40139c50cb636695b3bc1 | |
| parent | 3e7d23ed8bc9afc4a28b03e64a0a49d928b619d2 (diff) | |
| parent | 669be564371a4574869aef05e20d59aa2bf37ce4 (diff) | |
| download | hare-tui-nomem.tar.gz | |
Merge branch 'master' into nomemnomem
| -rw-r--r-- | tui/widget/widget.ha | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tui/widget/widget.ha b/tui/widget/widget.ha index 9167e65..45c0ade 100644 --- a/tui/widget/widget.ha +++ b/tui/widget/widget.ha @@ -1,4 +1,4 @@ -se tui; +use tui; use fmt; use unix::tty; use io; |
