Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!iconsys!mday From: mday@iconsys (Matt Day) Newsgroups: comp.unix.questions Subject: Standout mode in System V.3.2 curses Keywords: curses Message-ID: <78@iconsys> Date: 8 Sep 90 02:59:22 GMT Organization: Sanyo/Icon International, Orem, Utah Lines: 32 I've been having some trouble using the standout display mode in SVR3.2 curses. Consider the following program: #include main() { initscr(); noecho(); standout(); addstr(""); standend(); refresh(); getch(); wrefresh(curscr); endwin(); } When this program exits (after you press a key), my vt100 terminal is completely highlighted, while only "" is left in standout mode on other various terminal types (the correct behavior, I believe). I think this problem has been mentioned before, but I didn't see a solution or workaround. Apparently it has something to do with vt100's specifically, rather than a total bug in curses, which is why I haven't fixed it myself. Perhaps the vt100 terminfo library isn't complete or curses doesn't know that vt100's need a special escape sequence. In any case, could some vt100 guru lend some insight? -- - Matthew T. Day, Sanyo/Icon, mday@iconsys.icon.com || uunet!iconsys!mday