| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-11-08 | Use takeDelimiterInclusive to support Zig 0.15.2 | 1 | -2/+4 | ||
| 2025-09-14 | Embed data files in scripts rather than relying on filesystem access for ↵ | 1 | -10/+4 | ||
| easier packaging | |||||
| 2025-09-14 | Update codebase to Zig 0.15.1. | 1 | -18/+24 | ||
| Removes compression support | |||||
| 2025-03-20 | Add c0 and c1 control width options | 1 | -8/+8 | ||
| This allows a build of DisplayWidth to give characters in those classes a width, for cases where they'll be printed with a substitute in the final display. It also raises the size of possible characters from an i3 to an i4, to accommodate printing C1s as e.g. <80> or \u{80}. | |||||
| 2024-05-19 | Updated build.zig b.path | 1 | -3/+0 | ||
| 2024-05-03 | Removed emoji modifier display width = 0 case. | 1 | -1/+1 | ||
| 2024-03-31 | Updated README | 1 | -3/+2 | ||
| 2024-02-26 | Using separate data struct model. | 1 | -12/+11 | ||
| 2024-02-19 | Cleaned up directory structure | 1 | -2/+2 | ||
| 2024-02-18 | Using argsWithAllocator for Windows | 1 | -1/+2 | ||
| 2024-02-18 | Added cjk build option to set ambiguous width to 2 at build time | 1 | -1/+6 | ||
| 2024-02-16 | display_width with table | 1 | -0/+243 | ||