Path: utzoo!attcan!uunet!smosjc!john! From: john@john.UUCP (John Conover) Newsgroups: comp.unix.microport Subject: Bell Techs 3.2, news programs Keywords: Bell Technologies news Message-ID: <102@john.UUCP> Date: 18 Jan 89 09:43:42 GMT Organization: Campbell, Ca., USA Lines: 10 Just compiled the news source on Bell Technologies version 3.2. winsize (window/curses stuff) has changed. The struct winsize used in virtterm.c is now defined in /usr/include/sys/jioctl.h and /usr/include/sys/xt.h (somehow) and has a different size. These involve the x-y dimensions of the window. A "hackers delight" solution is to #undef TIOCGWINSZ after the #include statment in each source. Seems to work OK with localize.usg. Sorry I can't be more specific ... will look into it later. John ..!uunet!smosjc!john