Remove blinkenlights

New home: https://github.com/jart/blink
This commit is contained in:
Justine Tunney 2023-06-11 03:10:58 -07:00
parent 50d8d953ce
commit 06b749ae03
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
130 changed files with 2 additions and 26665 deletions

View file

@ -96,8 +96,8 @@ int main(int argc, char *argv[]) {
wsz.ws_col = 80;
wsz.ws_row = 45;
if (ioctl(1, TCGETS, &tio)) {
perror("tcgets");
if (tcgetattr(1, &tio)) {
perror("tcgetattr");
return __COUNTER__ + 1;
}