[Mono-osx] Mono TermInfoDriver and IronPython
Diane Trout
diane at ghic.org
Tue Oct 31 03:29:50 EST 2006
Hi,
I've been trying to run IronPython under mono on OS X/intel and have
been having a couple of problems.
The simple one is I really wish there was a better way to override
the default console of white on black, to some colors that more
compatible with my black on yellow terminal. I temporarily solved
this by modifying fg/bgcolor in TermInfoDriver, but it'd be really
nice if there was some way to set a configuration. Perhaps it'd be
reasonable to add system.terminfodriver or system.console to
machine.config?
The second more difficult issue, is that OS X's Terminal.app really
wants to send DEL (\0x7f) instead of BS (\0x08) and that IronPython's
ReadLine loop isn't set up to respond to the DEL character. Should
mono try to deal with the oddness of the OS X Terminal and remap its
keys to look more like windows/linux? or should a console application
be expected to handle keyboard remapping?
Diane
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
Url : http://lists.ximian.com/pipermail/mono-osx/attachments/20061031/04c59c0e/attachment.bin
More information about the Mono-osx
mailing list