home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.editors
- Path: sparky!uunet!sun-barr!cs.utexas.edu!hermes.chpc.utexas.edu!aswx266
- From: aswx266@chpc.utexas.edu (Michael Lemke)
- Subject: Re: mined -- problems, problems ...
- Message-ID: <1992Aug27.001638.9471@chpc.utexas.edu>
- Organization: The University of Texas System - CHPC
- References: <1992Aug26.143939.23188@infko.uucp>
- Date: Thu, 27 Aug 92 00:16:38 GMT
- Lines: 61
-
- In article <1992Aug26.143939.23188@infko.uucp> litauer@infko.uni-koblenz.de writes:
- >--
- >Hello netters,
- >is there someone who successfully compiled the mined editor and runs it
- >in an xterm. I ftp'd the most recent version from berlin, compiled it
- >and started without changing anything. The cursor keys do their work
- >but all the other usefull keys seems to send other keycodes as expected
- >by mined (F1-F12, R1-R7, R9, R13, R15, ...). Please help !!!
-
- xterms are sick. You need the following junk in your .Xdefaults to make
- xterm send application keypad codes. Real standard terminals, i.e.,
- ANSI, can be switched from normal keypad mode to application keypad
- mode with an escape sequence. When will we ever get a working terminal
- emulation for X windows? Ok, here's the nonsense:
-
- XTerm*c132: on
- XTerm*Font: terminal
- XTerm*saveLines: 1000
- XTerm*scrollBar: on
- XTerm*ttyModes: kill ^k
- XTerm*VT100.translations: \
- #override \
- <Key>R3: string(0x1b) string("Om") \n\
- <Key>KP_Add: string(0x1b) string("Ol") \n\
- <Key>F9: string(0x1b) string("[A") \n\
- <Key>F11: string(0x1b) string("[D") \n\
- <Key>F10: string(0x1b) string("[B") \n\
- <Key>F12: string(0x1b) string("[C") \n\
- <Key>F24: string(0x1b) string("OP") \n\
- <Key>KP_Equal: string(0x1b) string("OP") \n\
- <Key>F25: string(0x1b) string("OQ") \n\
- <Key>KP_Divide: string(0x1b) string("OQ") \n\
- <Key>F26: string(0x1b) string("OR") \n\
- <Key>KP_Multiply: string(0x1b) string("OR") \n\
- <Key>KP_Subtract: string(0x1b) string("OS") \n\
- <Key>KP_Enter: string(0x1b) string("OM") \n\
- <Key>KP_Decimal: string(0x1b) string("On") \n\
- <Key>KP_0: string(0x1b) string("Op") \n\
- <Key>Insert: string(0x1b) string("Op") \n\
- <Key>KP_1: string(0x1b) string("Oq") \n\
- <Key>R13: string(0x1b) string("Oq") \n\
- <Key>KP_2: string(0x1b) string("Or") \n\
- <Key>Down: string(0x1b) string("Or") \n\
- <Key>KP_3: string(0x1b) string("Os") \n\
- <Key>F35: string(0x1b) string("Os") \n\
- <Key>KP_4: string(0x1b) string("Ot") \n\
- <Key>Left: string(0x1b) string("Ot") \n\
- <Key>KP_5: string(0x1b) string("Ou") \n\
- <Key>F31: string(0x1b) string("Ou") \n\
- <Key>KP_6: string(0x1b) string("Ov") \n\
- <Key>Right: string(0x1b) string("Ov") \n\
- <Key>KP_7: string(0x1b) string("Ow") \n\
- <Key>F27: string(0x1b) string("Ow") \n\
- <Key>KP_8: string(0x1b) string("Ox") \n\
- <Key>KP_9: string(0x1b) string("Oy") \n\
- <Key>F29: string(0x1b) string("Oy") \n
-
- --
- Michael Lemke
- Astronomy, UT Austin, Texas
- (michael@io.as.utexas.edu or UTSPAN::UTADNX::IO::MICHAEL [SPAN])
-