diff options
| author | Julian Hurst <julian.hurst@digdash.com> | 2025-03-20 14:47:03 +0100 |
|---|---|---|
| committer | Julian Hurst <julian.hurst@digdash.com> | 2025-03-20 14:47:03 +0100 |
| commit | 2b33d4766affc5ead30eceba310a15780443ac83 (patch) | |
| tree | 172a5b2465e5a34d41d82350c5e6080e99b07af8 /tui/widget/list/scrolllist.ha | |
| parent | 5e93fe240e489ff13a90a7ff29fee415c8113cc9 (diff) | |
| parent | 5efb8c021fe2166648591e46591144a49bf575bf (diff) | |
| download | hare-tui-2b33d4766affc5ead30eceba310a15780443ac83.tar.gz | |
Merge branch 'master' into nomem
Diffstat (limited to 'tui/widget/list/scrolllist.ha')
| -rw-r--r-- | tui/widget/list/scrolllist.ha | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tui/widget/list/scrolllist.ha b/tui/widget/list/scrolllist.ha index fed58a5..2f18ef0 100644 --- a/tui/widget/list/scrolllist.ha +++ b/tui/widget/list/scrolllist.ha @@ -58,8 +58,6 @@ fn printscrolllist(widget: *widget::widget) void = { const list = widget: *scrolllist; assert(list.frame.start >= 0); assert(list.frame.end <= len(list.items): int); - fmt::errorln(list.frame.start)!; - fmt::errorln(list.frame.end)!; list.widget.buf = widget::linesbuf { lines = list.items[list.frame.start..list.frame.end], styles = &stylesscrolllist, |
