jerch

Results 94 issues of jerch

Context: https://github.com/jerch/xterm-addon-image/issues/58 The image addon currently has no way to indicate IIP support to app side. As suggested in the other issue, ReportCellSize seems to be a good hint, as...

type/enhancement
area/addon/image

Repro: - run `ls -lR /usr` in demo - move mouse off the terminal widget while the output flows --> massive slowdown with high CPU usage, seems to be caused...

type/bug
type/debt
area/performance

Since the issue #5164 brought up webfonts once more and the other addon is quite outdated, I started to build a new one. TODO: - [x] fix d.ts file -...

The CI sometimes produces test failures for no obvious reasons. Those failures are not reproducible locally and seem to be more likely, when the CI machine is under heavy load....

type/bug
type/debt
area/build

From the clipboard addon we should indicate OCS52 support by placing "52" in the DA report, see https://github.com/contour-terminal/contour/issues/1761. To get DA feature reporting properly solved from independent addons, we prolly...

type/enhancement

Coming from https://github.com/xtermjs/xterm.js/pull/5251#discussion_r1905849453 Currently using Event, Disposable etc. from the `vs/*` path in addons adds ~50kB on addons. We should investigate, if and how we can save some binary size...

type/enhancement
type/debt
area/performance
area/api

Attempt to fix #5283. @Tyriar The addon stubs under `/shared` only add ~500 bytes on the xtermjs package, and also on addons that derive their addon class from it. Only...

CSS supports a new variable font definition, for some background see https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_fonts/Variable_fonts_guide. We should investigate if and how we could support that for the terminal API as well throughout all...

type/enhancement
type/proposal
help wanted
area/api
area/addon/webgl
area/renderer-dom

**Proposal** Enhance the form with optional byte range fields. If populated, calc the checksum only for the given range. **Background** I have a pretty weird use case, where someone thought...

Just a playground for now... Shall fix #4. Also fixes #27.