Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!pacbell.com!ucsd!nosc!crash!bruceg From: bruceg@crash.cts.com (Bruce Geerdes) Newsgroups: comp.sys.amiga.programmer Subject: Console device's "Window Bounds Report" buggy? Message-ID: <1991Jun26.025314.9658@crash.cts.com> Date: 26 Jun 91 02:53:14 GMT Organization: Crash TimeSharing, El Cajon, CA Lines: 6 I am writing an all-text program, using the console device. Whenever the user resizes the window, I want to reformat the text. So whenever I get a NEWSIZE message I send a "window status request" (page 645 RKM Libraries & Devices 1.3) to get the current row and column capacity of the window, but it always returns the stats of the window's original size, not its current. Has anyone here gotten it to work?