home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / windows / x / apps / 892 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  1.1 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!sdd.hp.com!elroy.jpl.nasa.gov!ames!agate!iat.holonet.net!uupsi!psinntp!rlyeh.multisys.com!rot
  2. From: rot@multisys.com (Republic of Taiwan)
  3. Newsgroups: comp.windows.x.apps
  4. Subject: Re: Problems invoking vi through xterm
  5. Message-ID: <BtrCu3.5MI@multisys.com>
  6. Date: 29 Aug 92 18:32:26 GMT
  7. References: <1adnk5m.westes@netcom.com>
  8. Organization: Multimedia Information Systems Corporation, San Jose, CA                        TEL: (408) 437-3031            E-mail: info@multisys.com
  9. Lines: 32
  10.  
  11. In article <1adnk5m.westes@netcom.com> westes@netcom.com (Will Estes) writes:
  12. =
  13. =When I invoke vi
  14. =through xterm with
  15. =the command:
  16. =
  17. =    xterm -ls -132 -e vi
  18. =
  19. =I end up with a vi
  20. =window that is
  21. =always 24x80, even
  22. =if I re-size the
  23. =xterm window.
  24. =Further, as can be
  25. =seen in this note,
  26. =vi will set the
  27. =margin to around 20,
  28. =even if I explicitly
  29. =reset the margin
  30. =with the command:
  31. =    set wm=65
  32. =inside of vi.
  33. =
  34. =Is there a
  35. =workaround for this
  36. =bug? 
  37. =
  38. =-- 
  39. =Thanks,
  40. =Will Estes        Internet: westes@netcom.com
  41.  
  42. xterm -g =132x24 -ls -e vi
  43.