Let's Build the Terminal Pt. 1
Summary
An introductory post in a three-part series about building a terminal in C using GTK4 and VTE. It covers setup, installation commands for Debian/Ubuntu, and a step-by-step construction of a GTK4 application with a window titled 'Terminal' before presenting it. The post also points to a gist for the final terminal.c and teases Pt. 2 for tab support.