mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-06 05:28:31 +09:00
taut typesetter is now tvdos package
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user