Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!leah!rds95 From: rds95@leah.Albany.Edu (Robert Seals) Newsgroups: gnu.gcc Subject: cbreak(?) mode and gcc Keywords: gcc, less, scrabble, screen mode Message-ID: <1776@leah.Albany.Edu> Date: 21 Apr 89 14:06:46 GMT Organization: The University at Albany, Computer Services Center Lines: 18 Hello, I've noticed that programs which need to go into cbreak (I think - the one that sends chars directly through to the program without a newline when entered from a terminal) don't work correctly when compiled with gcc 1.34. This would seem to me to be a function of the library routines and not the compiler, but both `less' (v97) and `scrabble' (just posted to c.s.?) exhibit the same behavior - when compiled with cc, they deal with the keyboard as expected, but with gcc, they do nothing til return is entered. gcc -O -v -Wall -finline-functions -fstrength-reduce files.c on Ultrix 1.2. Any ideas? rob