Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site caip.RUTGERS.EDU Path: utzoo!watmath!clyde!cbosgd!ihnp4!qantel!lll-crg!caip!cosell From: cosell@BBN-PROPHET.ARPA Newsgroups: net.micro.amiga Subject: SIZEBBOTTOM Message-ID: <968@caip.RUTGERS.EDU> Date: Mon, 13-Jan-86 02:44:05 EST Article-I.D.: caip.968 Posted: Mon Jan 13 02:44:05 1986 Date-Received: Tue, 14-Jan-86 05:33:47 EST Sender: daemon@caip.RUTGERS.EDU Organization: Rutgers Univ., New Brunswick, N.J. Lines: 25 From: Bernie Cosell I'm doing some hacking on AmigaTerm (as posted a couple of weeks back) and one thing I wanted to do was real simple: make the window be full-width so I could get closer to 80 columns. Anyhow, I poked through the source and found the OpenWindow, found the NewWindow structure it uses and looked at the Flags settings. Needless to say, it was a long list of things (WINDOWDRAG, WOINDOWCLOSE, etc etc). I found WINDOWSIZING in the list and simply put "| SIZEBBOTTOM" after it. I notice two things: a) AmigaTerm still will not use the last three columns in the window. b) AmigaTerm continues to go all the way to the bottom of the window. Do I have to do something fancier to get the right thing to happen? It occurs to me that the width-problem might be because AmigaTerm is doing its *own* line wrapping, and so I can';t tell where Intuition really stops the window, but that still doesn't explain always going to the bottom of the window. Always confused... but appreciative of help... /Bernie ARPA: cosell@bbn-prophet USENET: bbncc5!cosell