From 0d8f330ccf366a2733bb6d5d1e51eef3579f04aa Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Tue, 18 Mar 2025 17:58:53 +0100 Subject: Refactor damage tracking types --- tui/widget/list/scrolllist.ha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tui/widget/list/scrolllist.ha') 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, -- cgit v1.2.3