home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9806 < prev    next >
Encoding:
Text File  |  1992-09-03  |  2.3 KB  |  76 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!cs.utexas.edu!usc!sdd.hp.com!uakari.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!serval!poly2!hlu
  3. From: hlu@poly2.eecs.wsu.edu (H.J. Lu)
  4. Subject: Re: Minicom and X?
  5. Message-ID: <1992Sep4.001937.1874@serval.net.wsu.edu>
  6. Keywords: Minicom X Arrowkeys
  7. Sender: hlu@poly2 (H.J. Lu)
  8. Organization: Washington State University
  9. References: <whitney2.715389864@husc10> <1992Sep2.010519.16997@serval.net.wsu.edu> <1992Sep3.215716.3348@cs.tulane.edu>
  10. Date: Fri, 4 Sep 92 00:19:37 GMT
  11. Lines: 63
  12.  
  13. In article <1992Sep3.215716.3348@cs.tulane.edu>, butler@cs.tulane.edu (Larry Butler) writes:
  14. |> In article <1992Sep2.010519.16997@serval.net.wsu.edu> hlu@poly2.eecs.wsu.edu (H.J. Lu) writes:
  15. |> >In article <whitney2.715389864@husc10>, whitney2@husc10.harvard.edu (Wayne Whitney) writes:
  16. |> >|> Hi,
  17. |> 
  18. |> << Stuff Deleted >>
  19. |> 
  20. |> >|> ---
  21. |> >|> Wayne Whitney
  22. |> >|> whitney2@husc.harvard.edu
  23. |> >
  24. |> >You just need a good .Xresources or whatever. You can even make xterm work
  25. |> >like AT console. I will upload mine if I still have it.
  26. |> >
  27. |> >H.J.
  28. |> Upload it to where?
  29.  
  30.  
  31. Sorry for the delay. I have to grab a old zmodem to work with minicom.
  32. BTW,, I just changed OFLAGS and did
  33.  
  34. make sysvr3
  35.  
  36. You have to have a patched termcap for it. I will see what I can get.
  37.  
  38.  
  39. H.J.
  40. -----------------
  41. !    <Key>F9:    string(0x1b)\n\
  42. !    <Key>F10:    string(0x08)
  43. XTerm*VT100.Translations: #override \
  44.     <Key>F1:        string(0x1b) string(OP) \n\
  45.     <Key>F2:        string(0x1b) string(OQ) \n\
  46.     <Key>F3:        string(0x1b) string(OR) \n\
  47.     <Key>F4:        string(0x1b) string(OS) \n\
  48.     <Key>F5:        string(0x1b) string(OT) \n\
  49.     <Key>F6:    string(0x1b) string(OU) \n\
  50.     <Key>F7:    string(0x1b) string(OV) \n\
  51.     <Key>F8:    string(0x1b) string(OW) \n\
  52.     <Key>F9:    string(0x1b) string(OX) \n\
  53.     <Key>F10:    string(0x1b) string(OY) \n\
  54.     <Key>F11:    string(0x1b) string(OZ) \n\
  55.     <Key>F12:    string(0x1b) string(OA) \n\
  56.     <Key>End:    string(0x1b) string([Y) \n\
  57.     <Key>KP_Enter:    string(0x1b) string(OM) \n\
  58.     <Key>Home:    string(0x1b) string([H) \n\
  59.     <Key>Next:    string(0x1b) string([U) \n\
  60.     <Key>Prior:    string(0x1b) string([V)
  61.  
  62. XTerm*font:        9x15
  63. XTerm*boldFont:        9x15bold
  64. XTerm*foreground:    green
  65. XTerm*background:    black
  66.  
  67. XTerm*scrollBar:    true
  68. XTerm*loginShell:    true
  69. XTerm*scrollLines:    500
  70.  
  71. XTerm*cursorColor:    yellow
  72. *foreground:    green
  73. *background:    black
  74. *BorderColor:    red
  75. *borderColor:    red
  76.