index — thing @ 2c3a0ee83d01236273cc62964cd8f1b3788050a5

A little something I'm working on

term.h (view raw)

 1
 2
 3
 4
 5
 6
#include <stdio.h>
#include <termios.h>

void setup_term(struct termios *old);

void return_term(struct termios *old);