Add README

This commit is contained in:
Joseph Ferano 2022-08-15 18:07:34 +07:00
parent 9d6fd550ba
commit 115e804f32

5
README.org Normal file
View File

@ -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]]