Path: utzoo!attcan!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!mit-eddie!uw-beaver!teknowledge-vaxc!mkhaw From: mkhaw@teknowledge-vaxc.ARPA (Mike Khaw) Newsgroups: comp.sources.d Subject: Re: Less command problem Message-ID: <25395@teknowledge-vaxc.ARPA> Date: 9 Oct 88 05:17:10 GMT References: <1051@leah.Albany.Edu> Organization: Teknowledge, Inc., Palo Alto CA Lines: 17 From article <1051@leah.Albany.Edu>, by rds95@leah.Albany.Edu (Robert Seals): > My `less' came up fine, but the screen is apparently not in the > correct mode (cbreak?). It does not respond to commands immediately, > but waits for the user to hit cr. This sounds like the infamous Ultrix termio.h problem that has bitten rn installers before. If you told "linstall" that your system has TERMIO, it does a #define TERMIO 1 in defines.h; consequently in screen.c you get a #include . You DON'T want that on an Ultrix system. Just change the TERMIO #define to 0 in defines.h and recompile. Mike Khaw -- internet: mkhaw@teknowledge.arpa uucp: {uunet|sun|ucbvax|decwrl|uw-beaver}!mkhaw%teknowledge.arpa hardcopy: Teknowledge Inc, 1850 Embarcadero Rd, POB 10119, Palo Alto, CA 94303