diff options
Diffstat (limited to 'tui/widget/list/list.ha')
| -rw-r--r-- | tui/widget/list/list.ha | 2 |
1 files changed, 1 insertions, 1 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, |
