Determine if an open file descriptor refers to a terminal
Int_Type isatty (FD_Type or File_Type fd)
This function returns 1 if the file descriptor fd refers to a terminal; otherwise it returns 0. The object fd may either be a File_Type stdio descriptor or an FD_Type object.