Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!bloom-beacon!dont-send-mail-to-path-lines From: gildea@expo.lcs.mit.EDU (Stephen Gildea) Newsgroups: comp.windows.x Subject: Re: resize program Message-ID: <9102262133.AA29220@excalibur.lcs.mit.edu> Date: 26 Feb 91 21:33:19 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: MIT X Consortium Lines: 22 Date: 12 Feb 91 07:26:00 GMT From: det@hawkmoon.mn.org (Derek E. Terveer) Subject: resize program I am looking for a program that would allow me to set the curses environment variables LINES and COLUMNS to the current window's dimensions, but i don't want to have to write something that already exists. It does already exist. See the "resize" program in the xterm source directory of the MIT R4 distribution. Running resize in your xterm outputs something like COLUMNS=117; LINES=15; export COLUMNS LINES; < Stephen MIT X Consortium