home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / editors / 2772 < prev    next >
Encoding:
Text File  |  1992-11-17  |  2.4 KB  |  58 lines

  1. Newsgroups: comp.editors
  2. Path: sparky!uunet!ukma!darwin.sura.net!spool.mu.edu!umn.edu!umeecs!nova!ellis
  3. From: ellis@nova.gmi.edu (Stew Ellis)
  4. Subject: Re: How can I resize Elvis in a xterm window?
  5. Message-ID: <ellis.721949068@nova>
  6. Sender: news@zip.eecs.umich.edu (Mr. News)
  7. Organization: GMI Engineering&Management Institute, Flint, MI
  8. References: <1992Oct21.131950.16914@ugle.unit.no> <1992Oct23.145352.6439@Celestial.COM> <1992Oct28.073011.17480@ugle.unit.no>
  9. Date: Mon, 16 Nov 1992 21:24:28 GMT
  10. Lines: 46
  11.  
  12. bgitv@termo.unit.no (Baard Grimsmo) writes:
  13.  
  14. >In article <1992Oct23.145352.6439@Celestial.COM> bill@Celestial.COM (Bill Campbell) writes:
  15. >>In <1992Oct21.131950.16914@ugle.unit.no> bgitv@termo.unit.no (Baard Grimsmo) writes:
  16. >>
  17. >>:Is it possible to make Elvis(-1.6) resizing itself into the new window
  18. >>:when the xterm is resized by pulling its corner with the mouse?
  19. >>
  20. >>:After resizing the window my Elvis does not know the available number
  21. >>:of lines, and I have to quit Elvis and restart after I have increased/
  22. >>:decreased the number of lines.
  23. >>
  24. >>Generally you need to have something which does:
  25. >>    eval `/usr/bin/X11/resize`
  26. >>
  27. >>This should set your TERMCAP, LINES, and COLUMNS environment
  28. >>variables appropriately for the current size of the xterm
  29. >>window.  This must be done BEFORE starting elvis since it
  30. >>probably isn't aware of the X environment.
  31. >>
  32. >>:My vi-editor automatically changes and "fills" the new window size.
  33. >>
  34. >>Bill
  35. >>-- 
  36. >This is actually only an answere to half of my question.
  37.  
  38. >Using "resize" only helps if it is used before Elvis is started.
  39.  
  40. >My problem is to make Elvis resize inside a xterm window if the window is
  41. >stretched or shrinked using the mouse after Elvis is started.
  42. >Is it possible or not? My standard vi editor on my SGI-Indigo does!
  43.  
  44. >Thanks for the help anyway.
  45. >Bard.Grimsmo@termo.unit.no
  46.  
  47. One of the first tests I perform on an editor before I install it in the the
  48. /usr/local/bin/ directory of our Sun is whether it behaves properly when an
  49. X term is resized.  Jove, joe and emacs do.  I have not tried any vi
  50. variants.  It is a matter of testing for the signal TCGETWINSIZE (sp?).
  51.  
  52.  
  53. --
  54. --                                                        ___________________
  55.   R.Stewart(Stew) Ellis, Assoc.Prof., (Off)313-762-9765  /   _____  ______ 
  56.   Humanities & Social Science,  GMI Eng.& Mgmt. Inst.   /        / /  /  / /
  57.   Flint, MI 48504      ellis@nova.gmi.edu              /________/ /  /  / /
  58.