From b33d011b79b777c0d51a59b13a4229839a6a77dd Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 1 Aug 2019 16:46:54 -0400 Subject: Implement termSnapshot --- stream.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stream.h') diff --git a/stream.h b/stream.h index d03d30d..56889c2 100644 --- a/stream.h +++ b/stream.h @@ -14,7 +14,10 @@ * along with this program. If not, see . */ +#include + typedef unsigned uint; void termInit(uint rows, uint cols); void termUpdate(wchar_t ch); +int termSnapshot(int fd); -- cgit 1.4.1