| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |