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/list.ha | 2 +- tui/widget/list/scrolllist.ha | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tui/widget/list') diff --git a/tui/widget/list/list.ha b/tui/widget/list/list.ha index d741a4d..23127ac 100644 --- a/tui/widget/list/list.ha +++ b/tui/widget/list/list.ha @@ -43,7 +43,7 @@ style: (*widget::style | void), items: str...) (list | tty::error) = { pos = pos, sz = sz, style = style, - damage = widget::all, + damage = widget::damageall, ... }, items = items, 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