summaryrefslogtreecommitdiff
path: root/tui/widget/list
diff options
context:
space:
mode:
Diffstat (limited to 'tui/widget/list')
-rw-r--r--tui/widget/list/list.ha2
-rw-r--r--tui/widget/list/scrolllist.ha2
2 files changed, 2 insertions, 2 deletions
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,