|
From: | BERTRAND Joel |
Subject: | NCurses and eComStation (OS/2) |
Date: | Tue, 11 Oct 2011 12:25:24 +0200 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.1.19) Gecko/20110929 Iceape/2.0.14 |
Hello,I'm trying to use ncurses on an OS/2 workstation (eComStation 2.1 + gcc 4.4.4). I obtain without any difficulties an usable library but some fonctions does work as expected.
For example : struct termios tp; if (tcgetattr(0, &tp) == -1) { perror("tcgetattr"); } returns : tcgetattr: Invalid argument I don't understand where I have sent an invalid argument. Regards, JKB
[Prev in Thread] | Current Thread | [Next in Thread] |