jerch
jerch
Maybe establish a difference between `erase` and `clear`. Idea: - `eraseLine` - erasing line content, leaving the cursor alone - `eraseLineLeft` - erasing line content left of the cursor, leaving...
Yes the savings are awesome :+1: On a sidenote: I wonder if ts compiler/webpack could be instructed to mangle private names as well (with the help of a skip list...
Do we have any XSS experts hanging around? Maybe we need an audit, lol. For my limited knowledge about browser security the main attack vector with xterm.js is data crossing...
@Jma353 I dont think that anyone is actively working this, so feel free to implement the needed bits. @Tyriar I have not read the spec to all details, but it...
@Tyriar Also with #2751 the extended attr storage can be used to annotate URL stuff to the buffer cells. > It's a shame it's a bit of a weird sequences...
@thefallentree Woops, that was the initial reason to create the issue, thx for pointing out (moved it up).
@gustavopch Yeah ideally most of these issue would be handled by that. Still there are corner cases where a proper result cannot be determined - if app side and the...
@thefallentree :+1: Wow thats nice. Care to setup a build script we can use in xterm.js repo, that grabs the width definitions from the official unicode resources? For v13 and...
> the generation script is in https://github.com/fluffos/widecharwidth/blob/master/generate.py . It's probably overkill to run this at each build time, I think we just need to check-in the generated file. Oh sweet,...
@lachdoug See my warning in #2499 regarding CDNs. Pls lets not spread a bad habit.