- Code correctness: only use 'explicit' on single-argument ctors (2cd5a4d)
- Mitigate race between shell startup and first window size signal (fbd3fcd)
- Fix conditional logic around modifiers for special key combinations (da726a3)
- Parse (but do not implement) XTMODKEYS, plus minor parser tweaks (e5d87c5)
- Improve WM-related setup and interaction (eaa36ca)
- Add support for more special keys (xterm-style) (e97239c)
- Add OSC handlers to answer colour queries (308a237)
- Implement KAM (Keyboard Action Mode) - lock/unlock keyboard (a9c1b45)
- Add -login option to allow starting shell as a login shell (c76b27c)
- Fix key encoding for Return + modifiers (9cfd0de)
- Remove useless call to XSetLocaleModifiers () (5680509)
- Use the same mouse cursor as XTerm's default "I-beam" (f70222a)
- Add missing include to fix GCC 11 build (4668261)
- Correct selection coordinate translation (take border into account) (eaf9cd3)
- Add icon and example desktop file (c206fb0)