committer: mfx <mfx> 1050612607 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-04-17 20:50:07 +00:00
parent 390cdbba2d
commit 5c7bca5b3e
20 changed files with 80 additions and 162 deletions
+1 -1
View File
@@ -309,7 +309,7 @@ static int init(screen_t *this, int fd)
this->data->sb_base = 0;
this->data->sb_sp = 0;
#endif
if (fd < 0 || !isatty(fd))
if (fd < 0 || !acc_isatty(fd))
return -1;
if (getPage(this) != 0)
return -1;