diff options
| author | Julian Hurst <julian.hurst@digdash.com> | 2025-03-18 17:58:53 +0100 |
|---|---|---|
| committer | Julian Hurst <julian.hurst@digdash.com> | 2025-03-18 17:58:53 +0100 |
| commit | 0d8f330ccf366a2733bb6d5d1e51eef3579f04aa (patch) | |
| tree | 22b532ea092cdb03228d00c4c9894995e78db092 /tui/widget/list/scrolllist.ha | |
| parent | a2f0bd1b76503f7548b05e96d7e5c537b2d6a1b8 (diff) | |
| download | hare-tui-0d8f330ccf366a2733bb6d5d1e51eef3579f04aa.tar.gz | |
Refactor damage tracking types
Diffstat (limited to 'tui/widget/list/scrolllist.ha')
| -rw-r--r-- | tui/widget/list/scrolllist.ha | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tui/widget/list/scrolllist.ha b/tui/widget/list/scrolllist.ha index 959b9c0..55cee9a 100644 --- a/tui/widget/list/scrolllist.ha +++ b/tui/widget/list/scrolllist.ha @@ -39,7 +39,7 @@ style: (*widget::style | void), items: str...) (scrolllist | tty::error) = { pos = pos, sz = sz, style = style, - damage = widget::all, + damage = widget::damageall, ... }, items = items, |
