suzdraws / mintty

Automatically exported from code.google.com/p/mintty
0 stars 0 forks source link

Changing hardcoded Term enviroment #151

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
i need to change hard coded TERM environment variable. Gnu screen is 
support 256 color. i edit child.c for my needs. But if we can change with 
options panel, it will be nice.

Original issue reported on code.google.com by leventd...@gmail.com on 8 Nov 2009 at 1:51

GoogleCodeExporter commented 9 years ago
You can set TERM using the env command on the command line, e.g.:

mintty env TERM=xterm-256color bash -l

Original comment by andy.koppe on 8 Nov 2009 at 4:40

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 10 Nov 2009 at 7:29

GoogleCodeExporter commented 9 years ago
Implemented TERM option in r651 on 0.5 branch, along with Answerback setting.

Original comment by andy.koppe on 13 Nov 2009 at 10:20

GoogleCodeExporter commented 9 years ago
which option dialog? i can't see :(

Original comment by leventd...@gmail.com on 16 Nov 2009 at 11:09

GoogleCodeExporter commented 9 years ago
It's on the 'Output' page. (Which will probably need renaming. Not sure to what 
though.)

Also note that the change is on the 0.5 branch, not trunk.

Original comment by andy.koppe on 16 Nov 2009 at 1:53

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 20 Nov 2009 at 9:48