home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.linux
- 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
- From: hlu@poly2.eecs.wsu.edu (H.J. Lu)
- Subject: Re: Minicom and X?
- Message-ID: <1992Sep4.001937.1874@serval.net.wsu.edu>
- Keywords: Minicom X Arrowkeys
- Sender: hlu@poly2 (H.J. Lu)
- Organization: Washington State University
- References: <whitney2.715389864@husc10> <1992Sep2.010519.16997@serval.net.wsu.edu> <1992Sep3.215716.3348@cs.tulane.edu>
- Date: Fri, 4 Sep 92 00:19:37 GMT
- Lines: 63
-
- In article <1992Sep3.215716.3348@cs.tulane.edu>, butler@cs.tulane.edu (Larry Butler) writes:
- |> In article <1992Sep2.010519.16997@serval.net.wsu.edu> hlu@poly2.eecs.wsu.edu (H.J. Lu) writes:
- |> >In article <whitney2.715389864@husc10>, whitney2@husc10.harvard.edu (Wayne Whitney) writes:
- |> >|> Hi,
- |>
- |> << Stuff Deleted >>
- |>
- |> >|> ---
- |> >|> Wayne Whitney
- |> >|> whitney2@husc.harvard.edu
- |> >
- |> >You just need a good .Xresources or whatever. You can even make xterm work
- |> >like AT console. I will upload mine if I still have it.
- |> >
- |> >H.J.
- |> Upload it to where?
-
-
- Sorry for the delay. I have to grab a old zmodem to work with minicom.
- BTW,, I just changed OFLAGS and did
-
- make sysvr3
-
- You have to have a patched termcap for it. I will see what I can get.
-
-
- H.J.
- -----------------
- ! <Key>F9: string(0x1b)\n\
- ! <Key>F10: string(0x08)
- XTerm*VT100.Translations: #override \
- <Key>F1: string(0x1b) string(OP) \n\
- <Key>F2: string(0x1b) string(OQ) \n\
- <Key>F3: string(0x1b) string(OR) \n\
- <Key>F4: string(0x1b) string(OS) \n\
- <Key>F5: string(0x1b) string(OT) \n\
- <Key>F6: string(0x1b) string(OU) \n\
- <Key>F7: string(0x1b) string(OV) \n\
- <Key>F8: string(0x1b) string(OW) \n\
- <Key>F9: string(0x1b) string(OX) \n\
- <Key>F10: string(0x1b) string(OY) \n\
- <Key>F11: string(0x1b) string(OZ) \n\
- <Key>F12: string(0x1b) string(OA) \n\
- <Key>End: string(0x1b) string([Y) \n\
- <Key>KP_Enter: string(0x1b) string(OM) \n\
- <Key>Home: string(0x1b) string([H) \n\
- <Key>Next: string(0x1b) string([U) \n\
- <Key>Prior: string(0x1b) string([V)
-
- XTerm*font: 9x15
- XTerm*boldFont: 9x15bold
- XTerm*foreground: green
- XTerm*background: black
-
- XTerm*scrollBar: true
- XTerm*loginShell: true
- XTerm*scrollLines: 500
-
- XTerm*cursorColor: yellow
- *foreground: green
- *background: black
- *BorderColor: red
- *borderColor: red
-