-
```
If used with the just released IE9, vt100.js does not work correctly.
I tracked it down to newCursor.clientHeight not immediately computed inside
VT100.prototype.resizer.
While I don't know, wh…
-
```
The following code in VT100.prototype.updateStyle() doesn't play nicely
with the white-on-black color scheme:
// Make some readability enhancements. Most notably, disallow identical
// backgr…
-
```
The following code in VT100.prototype.updateStyle() doesn't play nicely
with the white-on-black color scheme:
// Make some readability enhancements. Most notably, disallow identical
// backgr…
-
```
If used with the just released IE9, vt100.js does not work correctly.
I tracked it down to newCursor.clientHeight not immediately computed inside
VT100.prototype.resizer.
While I don't know, wh…
-
```
If used with the just released IE9, vt100.js does not work correctly.
I tracked it down to newCursor.clientHeight not immediately computed inside
VT100.prototype.resizer.
While I don't know, wh…
-
```
The following code in VT100.prototype.updateStyle() doesn't play nicely
with the white-on-black color scheme:
// Make some readability enhancements. Most notably, disallow identical
// backgr…
-
```
The following code in VT100.prototype.updateStyle() doesn't play nicely
with the white-on-black color scheme:
// Make some readability enhancements. Most notably, disallow identical
// backgr…
-
```
If used with the just released IE9, vt100.js does not work correctly.
I tracked it down to newCursor.clientHeight not immediately computed inside
VT100.prototype.resizer.
While I don't know, wh…
-
Hey, here's an idea:
There is a form of testing called property testing or generative testing, originally popularized by the quickcheck library in Haskell. The idea is to identify properties of a p…
-
Here's the documentation: https://vt100.net/docs/vt100-ug/chapter3.html