summaryrefslogtreecommitdiff
path: root/codegen/dwp.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add c0 and c1 control width optionsGravatar Sam Atman2025-03-201-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.pathGravatar Jose Colon Rodriguez2024-05-191-3/+0
|
* Removed emoji modifier display width = 0 case.Gravatar Jose Colon Rodriguez2024-05-031-1/+1
|
* Updated READMEGravatar Jose Colon Rodriguez2024-03-311-3/+2
|
* Using separate data struct model.Gravatar Jose Colon Rodriguez2024-02-261-12/+11
|
* Cleaned up directory structureGravatar Jose Colon Rodriguez2024-02-191-2/+2
|
* Using argsWithAllocator for WindowsGravatar Jose Colon Rodriguez2024-02-181-1/+2
|
* Added cjk build option to set ambiguous width to 2 at build timeGravatar Jose Colon Rodriguez2024-02-181-1/+6
|
* display_width with tableGravatar Jose Colon Rodriguez2024-02-161-0/+243