From de353a74879a4a2e0f2918b2b67168f8fe3ac2df Mon Sep 17 00:00:00 2001 From: Liam Galvin Date: Sun, 21 Oct 2018 16:15:54 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f8b36c8..dc359d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,12 @@ Thanks for considering contributing to Aminal. +## How do terminals even work? + +- [ELI5 - How does a terminal emulator work?](https://www.reddit.com/r/linuxquestions/comments/3ciful/eli5_how_does_a_terminal_emulator_work/) +- [Xterm Control Sequences](https://www.xfree86.org/4.8.0/ctlseqs.html) +- [VT100 Programmer Information](https://vt100.net/docs/vt100-ug/chapter3.html) + ## What can I work on? You can browse the [issues](https://github.com/liamg/aminal/issues) to see what is currently needed.