flow/test
CJ van den Berg f134fdb747
fix: simplify Buffer.del_chars to use only byte offsets
This is a much faster implementation avoids duplicating work done by
Buffer.get_range. Buffer.get_range also does not have the bug reported
in #83.

The test case was also updated to reflect that get_chars now uses bytes,
instead of columns.

closes #83
2024-12-19 22:36:40 +01:00
..
tests.zig Initial public release 2024-02-29 00:00:15 +01:00
tests_buffer.zig fix: simplify Buffer.del_chars to use only byte offsets 2024-12-19 22:36:40 +01:00
tests_color.zig Initial public release 2024-02-29 00:00:15 +01:00