diff options
| author | Julian Hurst <julian.hurst@digdash.com> | 2025-03-20 14:48:18 +0100 |
|---|---|---|
| committer | Julian Hurst <julian.hurst@digdash.com> | 2025-03-20 14:48:18 +0100 |
| commit | e660aa111109bddc35d884140d53f9f4b5da6a17 (patch) | |
| tree | 8f94191fa51f10d46246d134f5b7f31f896e2a5c /tui | |
| parent | 5efb8c021fe2166648591e46591144a49bf575bf (diff) | |
| download | hare-tui-e660aa111109bddc35d884140d53f9f4b5da6a17.tar.gz | |
Add TODO
Diffstat (limited to 'tui')
| -rw-r--r-- | tui/width.ha | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tui/width.ha b/tui/width.ha index ed498e6..f6d6078 100644 --- a/tui/width.ha +++ b/tui/width.ha @@ -22,6 +22,7 @@ export fn runewidth(r: rune) uint = { }; export fn strwidth(s: str) uint = { + // TODO: handle tabs const runes = strings::torunes(s); defer free(runes); let sum = 0u; |
