On 2014-01-05 18:13, Sampsa Laine wrote:
Actually xTerm has SOME of the mappings defined by default, does anyone have a decent .xtermrc file for all of them?
Everything works correct for me.
I don't have any .xtermrc. Didn't even know it used one...
However, I start xterm with the following:
---8<---
#!/bin/tcsh
unsetenv LC_CTYPE
unsetenv LANG
xterm +sf +sp -aw -ut -132 -ti vt220 -sb -sl 500 -name rsx &
---8<---
And my X resources:
iMac:/Users/bqt> cat .Xresources
! *.hold: true
*.vt100.decTerminalID: 220
*.vt100.c132: true
! *.vt100.deleteIsDEL: true
*.vt100.saveLines: 1000
*.ptyInitialErase: true
*.backarrowKeyIsErase: true
*.backarrowKey: false
*.sunKeyboard: true
*.rightScrollBar: true
xterm.vt100.activeIcon: false
xterm.vt100.multiScroll: true
local.utmpInhibit: false
local.title: Terminal
local.vt100.loginShell: false
local.vt100.scrollBar: true
remote.utmpInhibit: false
remote.title: Terminal
remote.vt100.loginShell: true
remote.vt100.scrollBar: true
xunix.utmpInhibit: true
xunix.title: Xunix terminal
xunix.vt100.loginShell: false
xunix.vt100.scrollBar: true
rsx.utmpInhibit: true
rsx.title: RSX terminal
rsx.vt100.loginShell: false
rsx.vt100.scrollBar: true
rsx.sunKeyboard: true
vms.utmpInhibit: true
vms.title: VMS terminal
vms.vt100.loginShell: false
vms.vt100.scrollBar: true
iMac:/Users/bqt>
Johnny
sampsa <sampsa at mac.com>
mobile +44 7961 149465
On 5 Jan 2014, at 19:05, Sampsa Laine <sampsa at mac.com> wrote:
On 5 Jan 2014, at 17:53, Johnny Billquist <bqt at softjar.se> wrote:
On 2014-01-04 21:08, Sampsa Laine wrote:
Been playing remapping some "slime slim, full size Apple" kbd but the results aren't great. Does anybody have a canonical list of VT220 escape codes, preferably in hex (I think my term's escape sequence is broken)..
Why don't you use xterm? The mappings are already correct. And as a bonus, you actually get a VT100 emulation with less bugs.
Where are the config files for xterm stored? I want it to look less 1982 and have a font that doesn't require a microscope to read.
sampsa
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
On 2014-01-05 18:05, Sampsa Laine wrote:
On 5 Jan 2014, at 17:53, Johnny Billquist <bqt at softjar.se> wrote:
On 2014-01-04 21:08, Sampsa Laine wrote:
Been playing remapping some "slime slim, full size Apple" kbd but the results aren't great. Does anybody have a canonical list of VT220 escape codes, preferably in hex (I think my term's escape sequence is broken)..
Why don't you use xterm? The mappings are already correct. And as a bonus, you actually get a VT100 emulation with less bugs.
Where are the config files for xterm stored? I want it to look less 1982 and have a font that doesn't require a microscope to read.
It's an X application. You either set parameters on the command line, or use the X resource database for it.
(man xrdb)
Besides, if you emulate a terminal from 1982, why would it not look like 1982?
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
On 2014-01-05 18:01, Sampsa Laine wrote:
Yeah, thinking of going that route, even though Xterm does look like crap and isn't really well integrated into the rest of OS X.
Looks like crap? Not sure I agree with that. It does not have a lot of eye candy and similar drivel. Instead it just looks like a terminal - which is what I think it should look like.
As a bonus, I'll get Erik's SIXEL support too..
Erik's? Who is Erik? I know of SIXEL support for xterm, and I believe I know the guy who wrote it, and his name is not Erik...
Or have two people done similar work at the same point in time?
Johnny
sampsa <sampsa at mac.com>
mobile +44 7961 149465
On 5 Jan 2014, at 17:53, Johnny Billquist <bqt at softjar.se> wrote:
On 2014-01-04 21:08, Sampsa Laine wrote:
Been playing remapping some "slime slim, full size Apple" kbd but the results aren't great. Does anybody have a canonical list of VT220 escape codes, preferably in hex (I think my term's escape sequence is broken)..
Why don't you use xterm? The mappings are already correct. And as a bonus, you actually get a VT100 emulation with less bugs.
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
Turns out iTerm 2 supports the same key mappings as xterm, out of the box.
Terminal.app does SORT of but is a bit random..
sampsa <sampsa at mac.com>
mobile +44 7961 149465
On 5 Jan 2014, at 20:03, Sampsa Laine <sampsa at mac.com> wrote:
Actually forget, xterm is unusable, even basic copy-paste between OS X apps and xterm doesn't work.
I'll hack out a keyboard mapping later for a slightly more modern terminal.
sampsa <sampsa at mac.com>
mobile +44 7961 149465
On 5 Jan 2014, at 19:54, Sampsa Laine <sampsa at mac.com> wrote:
OK, xterm works pretty well after some investigation..
I've never before attempted to change the setting of an old-skool X program and it looks like an absolute nightmare. Could any of you gurus produce an .xtermrc with a beige background and black text and font size set to 14?
sampsa <sampsa at mac.com>
mobile +44 7961 149465
On 5 Jan 2014, at 19:13, Sampsa Laine <sampsa at mac.com> wrote:
Actually xTerm has SOME of the mappings defined by default, does anyone have a decent .xtermrc file for all of them?
sampsa <sampsa at mac.com>
mobile +44 7961 149465
On 5 Jan 2014, at 19:05, Sampsa Laine <sampsa at mac.com> wrote:
On 5 Jan 2014, at 17:53, Johnny Billquist <bqt at softjar.se> wrote:
On 2014-01-04 21:08, Sampsa Laine wrote:
Been playing remapping some "slime slim, full size Apple" kbd but the results aren't great. Does anybody have a canonical list of VT220 escape codes, preferably in hex (I think my term's escape sequence is broken)..
Why don't you use xterm? The mappings are already correct. And as a bonus, you actually get a VT100 emulation with less bugs.
Where are the config files for xterm stored? I want it to look less 1982 and have a font that doesn't require a microscope to read.
sampsa
Well actually I did not write the SIXEL support for XTerm,
but did write SIXEL support for gnuplot and the ZX81 emulator
(http://rullf2.xs4all.nl/sg/zx81ce.html) to be used within XTerm.
On Sun, Jan 05, 2014 at 07:01:24PM +0200, Sampsa Laine wrote:
Yeah, thinking of going that route, even though Xterm does look like crap and isn't really well integrated into the rest of OS X.
As a bonus, I'll get Erik's SIXEL support too..
sampsa <sampsa at mac.com>
mobile +44 7961 149465
On 5 Jan 2014, at 17:53, Johnny Billquist <bqt at softjar.se> wrote:
On 2014-01-04 21:08, Sampsa Laine wrote:
Been playing remapping some "slime slim, full size Apple" kbd but the results aren't great. Does anybody have a canonical list of VT220 escape codes, preferably in hex (I think my term's escape sequence is broken)..
Why don't you use xterm? The mappings are already correct. And as a bonus, you actually get a VT100 emulation with less bugs.
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
Actually forget, xterm is unusable, even basic copy-paste between OS X apps and xterm doesn't work.
I'll hack out a keyboard mapping later for a slightly more modern terminal.
sampsa <sampsa at mac.com>
mobile +44 7961 149465
On 5 Jan 2014, at 19:54, Sampsa Laine <sampsa at mac.com> wrote:
OK, xterm works pretty well after some investigation..
I've never before attempted to change the setting of an old-skool X program and it looks like an absolute nightmare. Could any of you gurus produce an .xtermrc with a beige background and black text and font size set to 14?
sampsa <sampsa at mac.com>
mobile +44 7961 149465
On 5 Jan 2014, at 19:13, Sampsa Laine <sampsa at mac.com> wrote:
Actually xTerm has SOME of the mappings defined by default, does anyone have a decent .xtermrc file for all of them?
sampsa <sampsa at mac.com>
mobile +44 7961 149465
On 5 Jan 2014, at 19:05, Sampsa Laine <sampsa at mac.com> wrote:
On 5 Jan 2014, at 17:53, Johnny Billquist <bqt at softjar.se> wrote:
On 2014-01-04 21:08, Sampsa Laine wrote:
Been playing remapping some "slime slim, full size Apple" kbd but the results aren't great. Does anybody have a canonical list of VT220 escape codes, preferably in hex (I think my term's escape sequence is broken)..
Why don't you use xterm? The mappings are already correct. And as a bonus, you actually get a VT100 emulation with less bugs.
Where are the config files for xterm stored? I want it to look less 1982 and have a font that doesn't require a microscope to read.
sampsa
OK, xterm works pretty well after some investigation..
I've never before attempted to change the setting of an old-skool X program and it looks like an absolute nightmare. Could any of you gurus produce an .xtermrc with a beige background and black text and font size set to 14?
sampsa <sampsa at mac.com>
mobile +44 7961 149465
On 5 Jan 2014, at 19:13, Sampsa Laine <sampsa at mac.com> wrote:
Actually xTerm has SOME of the mappings defined by default, does anyone have a decent .xtermrc file for all of them?
sampsa <sampsa at mac.com>
mobile +44 7961 149465
On 5 Jan 2014, at 19:05, Sampsa Laine <sampsa at mac.com> wrote:
On 5 Jan 2014, at 17:53, Johnny Billquist <bqt at softjar.se> wrote:
On 2014-01-04 21:08, Sampsa Laine wrote:
Been playing remapping some "slime slim, full size Apple" kbd but the results aren't great. Does anybody have a canonical list of VT220 escape codes, preferably in hex (I think my term's escape sequence is broken)..
Why don't you use xterm? The mappings are already correct. And as a bonus, you actually get a VT100 emulation with less bugs.
Where are the config files for xterm stored? I want it to look less 1982 and have a font that doesn't require a microscope to read.
sampsa
Actually xTerm has SOME of the mappings defined by default, does anyone have a decent .xtermrc file for all of them?
sampsa <sampsa at mac.com>
mobile +44 7961 149465
On 5 Jan 2014, at 19:05, Sampsa Laine <sampsa at mac.com> wrote:
On 5 Jan 2014, at 17:53, Johnny Billquist <bqt at softjar.se> wrote:
On 2014-01-04 21:08, Sampsa Laine wrote:
Been playing remapping some "slime slim, full size Apple" kbd but the results aren't great. Does anybody have a canonical list of VT220 escape codes, preferably in hex (I think my term's escape sequence is broken)..
Why don't you use xterm? The mappings are already correct. And as a bonus, you actually get a VT100 emulation with less bugs.
Where are the config files for xterm stored? I want it to look less 1982 and have a font that doesn't require a microscope to read.
sampsa
On 5 Jan 2014, at 17:53, Johnny Billquist <bqt at softjar.se> wrote:
On 2014-01-04 21:08, Sampsa Laine wrote:
Been playing remapping some "slime slim, full size Apple" kbd but the results aren't great. Does anybody have a canonical list of VT220 escape codes, preferably in hex (I think my term's escape sequence is broken)..
Why don't you use xterm? The mappings are already correct. And as a bonus, you actually get a VT100 emulation with less bugs.
Where are the config files for xterm stored? I want it to look less 1982 and have a font that doesn't require a microscope to read.
sampsa
Yeah, thinking of going that route, even though Xterm does look like crap and isn't really well integrated into the rest of OS X.
As a bonus, I'll get Erik's SIXEL support too..
sampsa <sampsa at mac.com>
mobile +44 7961 149465
On 5 Jan 2014, at 17:53, Johnny Billquist <bqt at softjar.se> wrote:
On 2014-01-04 21:08, Sampsa Laine wrote:
Been playing remapping some "slime slim, full size Apple" kbd but the results aren't great. Does anybody have a canonical list of VT220 escape codes, preferably in hex (I think my term's escape sequence is broken)..
Why don't you use xterm? The mappings are already correct. And as a bonus, you actually get a VT100 emulation with less bugs.
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol