| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use takeDelimiterInclusive to support Zig 0.15.2 | 2025-11-08 | 1 | -2/+4 | |
| | | |||||
| * | Embed data files in scripts rather than relying on filesystem access for ↵ | 2025-09-14 | 1 | -10/+4 | |
| | | | | | easier packaging | ||||
| * | Update codebase to Zig 0.15.1. | 2025-09-14 | 1 | -18/+24 | |
| | | | | | Removes compression support | ||||
| * | Add c0 and c1 control width options | 2025-03-20 | 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}. | ||||
| * | Updated build.zig b.path | 2024-05-19 | 1 | -3/+0 | |
| | | |||||
| * | Removed emoji modifier display width = 0 case. | 2024-05-03 | 1 | -1/+1 | |
| | | |||||
| * | Updated README | 2024-03-31 | 1 | -3/+2 | |
| | | |||||
| * | Using separate data struct model. | 2024-02-26 | 1 | -12/+11 | |
| | | |||||
| * | Cleaned up directory structure | 2024-02-19 | 1 | -2/+2 | |
| | | |||||
| * | Using argsWithAllocator for Windows | 2024-02-18 | 1 | -1/+2 | |
| | | |||||
| * | Added cjk build option to set ambiguous width to 2 at build time | 2024-02-18 | 1 | -1/+6 | |
| | | |||||
| * | display_width with table | 2024-02-16 | 1 | -0/+243 | |