AnalogTerm2:
authorMatthew Mondor <mmondor@pulsar-zone.net>
Sun, 9 Apr 2023 18:41:05 +0000 (18:41 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Sun, 9 Apr 2023 18:41:05 +0000 (18:41 +0000)
commit03c4218bb0533a1e13772d38dfba731ddb27fc9e
treeeae0b38e2e71b7406a894825dbecd1ade3da8d96
parent6973e5a8941514de7a7100a7b0da833708a2e69a
AnalogTerm2:
- Add support for DEC Private Mode reverse video DECSCNM.
  The xterm termcap/terminfo database implement the visual bell
  flash feature using this with NUL padding for delay.
- Explicitly ignore NUL padding for now.  This is sometimes used
  to implement delays.
- For the visual bell to work, implement a timer telling how long
  the reversed video should be enabled when it is quickly toggled.
  This allows the user to configure the length of the flash.
mmsoftware/analogterm2/TODO.txt
mmsoftware/analogterm2/src/config.c
mmsoftware/analogterm2/src/config.h
mmsoftware/analogterm2/src/draw.c
mmsoftware/analogterm2/src/main.c
mmsoftware/analogterm2/src/state.c
mmsoftware/analogterm2/src/state.h