Lars Brinkhoff
Lars Brinkhoff
@MikeShawaluk told me this: > How accurate is your emulation? Does it include a “beep” when the BEL (0x07) ASCII code is received. And, most importantly, does the terminal “quack”...
@kidmirage, does this help?
Colors
What colors are a VT100? I removed a panel from a real terminal and tried to match the inside to a Pantone booklet. I get something close to Pantone 2323,...
Reported by @kidmirage, and I have also seen something similar with the [Knight TV](https://github.com/aap/pdp11/tree/master/tvcon) console emulator. (I have only seen this when run on Raspberry Pi, but then I rarely...
Comparison with a real VT100 shows the text graphics is one scanline lower. I.e. reverse mode has one white scanline above the symbols. The descenders touch the last scanline.
- Log why the program calls exit. - Direct log to file. - Log levels. - Per-file logging.
Recreate a photo similar to this.  https://www.flickr.com/photos/tml/370427667 By @tml1024
Check if 50 Hz video refresh is working.
Incoming characters are sometimes dropped. Smooth scrolling exacerbates this problem. Also receiving at 19200 baud. Is this a hardware or firmware limitation, or is the simulation in error? CC @kidmirage
80 indicates the line is part of the scrolling region. This affect smooth scrolling. If the bit is off, the scroll latch doesn't apply to that line.