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

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!caen!hellgate.utah.edu!dog.ee.lbl.gov!epb9.lbl.gov!envbvs
  2. From: envbvs@epb9.lbl.gov (Brian V. Smith)
  3. Newsgroups: comp.windows.x
  4. Subject: Re: xterm popup menu strangeness
  5. Date: 26 Aug 1992 21:06:57 GMT
  6. Organization: lbl
  7. Lines: 32
  8. Distribution: world
  9. Message-ID: <25788@dog.ee.lbl.gov>
  10. References: <1992Aug26.172950.1002@cbnewsj.cb.att.com> <21104@optima.cs.arizona.edu>
  11. NNTP-Posting-Host: 128.3.12.98
  12.  
  13. In article <21104@optima.cs.arizona.edu>, azhao@cs.arizona.edu (Qiang Alex Zhao) writes:
  14. |> In article <1992Aug26.172950.1002@cbnewsj.cb.att.com>, dbw@cbnewsj.cb.att.com (david.b.wood) writes:
  15. |> |> On my xterm (direct from the X11R5 distribution) the popup menus don't
  16. |> |> work correctly.  All I get with ctrl-leftbutton is a little box big
  17. |> |> enough for the "Main" title, and nothing else.  The other two popups
  18. |> |> do the same thing, except no text at all.
  19. |> 
  20. |> I met the same kind of problem except only those xterm's started from
  21. |> .xinitrc have the problem, and those started from afterwards (either
  22. |> from an old xterm, or opened by the window manager) don't have the
  23. |> problem.
  24. |> 
  25. |> Any information may be helpful -- thanks.
  26.  
  27. From the FAQ:
  28.  
  29. Subject:  29)  Why are my xterm menus so small?
  30.  
  31.         You are probably setting the geometry small accidentally. If you give 
  32. a resource specification like this:
  33.                 xterm*geometry: 80x24
  34. then you are asking for all widgets under xterm to have their geometry set to
  35. 80x24. For the main window, this is OK, as it uses characters for its size. 
  36. But its popup menus don't; they are in pixels and show up small. To set only
  37. the terminal widget to have the specified geometry, name it explicitly:
  38.                 xterm*VT100.geometry: 80x24
  39.  
  40.  
  41. -- 
  42. Brian V. Smith    (bvsmith@lbl.gov)
  43. Lawrence Berkeley Laboratory
  44. I don't speak for LBL; they don't pay me enough for that.
  45.