Commit Graph

6 Commits

Author SHA1 Message Date
Nedko Arnaudov b5d8923d3c Add a README.adoc file 2023-08-17 03:30:16 +03:00
Nedko Arnaudov e284e4476e Add a .gitignore file 2023-08-17 03:12:08 +03:00
Nedko Arnaudov 8a6d1b2007 waf build system for termsize 2023-08-17 03:07:29 +03:00
Nedko Arnaudov dee9a7733a Add Makefile 2023-08-17 03:07:06 +03:00
Nedko Arnaudov 2372fc41a8 termsize.c: Check return values of write() and read() calls
While error and short read or write conditions with so small buffers are hard to impossible to trigger,
Checking the values is proper formally so was the warning from the compiler
2023-08-17 03:07:06 +03:00
Nedko Arnaudov 3d37f6d7f9 Add termsize.c 2023-08-17 00:51:27 +03:00