summaryrefslogtreecommitdiff
path: root/HACKING.md
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-01-27 09:33:50 +0100
committerandromeda <andromeda@lenovo>2026-01-27 09:33:50 +0100
commitc6d10069ab98052ec4d1cf2cdafca7888457264d (patch)
tree9244f85432bd956564eb2b0ed3324368eef3b7c6 /HACKING.md
parentd2ed0e974bb28d4588405153ce443f807e484e76 (diff)
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/HACKING.md b/HACKING.md
index a2610f7..5297da5 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -1,3 +1,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)