summaryrefslogtreecommitdiff
path: root/HACKING.md
blob: 5297da5eebe7a3f822c950e01294095f50e78492 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
helpful to remember: `infocmp` prints terminfo in a readable way. `infocmp dumb` zB prints dumb terminal info

[control sequence docs, xterm](https://invisible-island.net/xterm/ctlseqs/ctlseqs.html)

contributions should not do any of the following things:

- add needless dependencies or features
- add support for a proprietary platform

if a depedency is a 'convenience' but not a necesity, look at how they implement the functionality and write it yourself.

Miracode is from [here](https://github.com/IdreesInc/Miracode) and is [freely licensed](https://github.com/IdreesInc/Miracode/blob/main/LICENSE)