From 115e804f32a8a9d352853e545c401faecd1a0714 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Mon, 15 Aug 2022 18:07:34 +0700 Subject: [PATCH] Add README --- README.org | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..146afeb --- /dev/null +++ b/README.org @@ -0,0 +1,5 @@ +* Basic Term + +Simple X11 VT100 terminal emulator, written in C. Using the following resources; +- [[https://www.uninformativ.de/blog/postings/2018-02-24/0/POSTING-en.html][The very basics of a terminal emulator]] +- [[http://mech.math.msu.su/~nap/2/GWindow/xintro.html][A Brief intro to X11 Programming]]