changelog:
Correct key translations for Ctrl-/
Add GNU/kFreeBSD and GNU Hurd platforms to wscript
Correct keypad mappings, simplify code, improve documentation
Regression: Fix arrow key mappings in DECAKM (appl.cursor key) mode
Add support for the bell
Fix wrap bit corner case for ICH
Do not echo invalid input on DECRQSS (Request Status String)
Fix crash when loading certain scalable fonts
with feedback from and OK sdk@
Changes in 0.12:
* Correct key translations for Ctrl-[ and Ctrl-]
* Improve glyph alignment of scaled fonts
* Remove -march and -mtune from compiler options
* Populate _NET_WM_ICONS with 16x16 and 32x32 icons
* Do not override explicitly passed -title when using -e option
OK lraab@ op@
Zutty is a terminal emulator for the X Window System, functionally
similar to several other X terminal emulators such as xterm, rxvt and
countless others. It is also similar to other, much more modern,
GPU-accelerated terminal emulators such as Alacritty and Kitty. What
really sets Zutty apart is its radically simple, yet extremely efficient
rendering implementation, coupled with a sufficiently complete feature
set to make it useful for a wide range of users. Zutty offers high
throughput with low latency, and strives to conform to relevant
(published or de-facto) standards.
With feedback from abieber@ and sthen@
I'm taking MAINTAINER
ok abieber@