taut typesetter is now tvdos package

This commit is contained in:
minjaesong
2026-05-22 01:37:24 +09:00
parent 0b82d4b32c
commit 83d9cde0bd
6 changed files with 49 additions and 297 deletions

View File

@@ -2297,7 +2297,7 @@ function ordersInput(wo, event) {
// PATTERN EDITOR PANEL
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Returns the visual width of a TSVM string (handles „Nnu escape sequences)
// Returns the visual width of a TSVM string (handles \u0084Nnu escape sequences)
function visWidth(s) {
let w = 0, i = 0
while (i < s.length) {