| View previous topic :: View next topic |
| Author |
Message |
abedour
Joined: 29 Oct 2010 Posts: 33
|
Posted: Wed Sep 21, 2011 10:54 am Post subject: Colorized Input |
|
|
I think it would be nifty if we could colorize the #split section of the input of tintin++. Not just that, but perhaps make the color of the text within it the same as the cursor text, and be able to change the background of it.
If this is more of a terminal feature, perhaps someone might be able to point me in the direction of a terminal which can do something like this? |
|
| Back to top |
|
 |
tangobravo
Joined: 02 Jan 2010 Posts: 37 Location: TorilMUD
|
Posted: Wed Sep 21, 2011 3:40 pm Post subject: |
|
|
You know... I've never tried it before, but I'm pretty sure (at least in Linux) you could very easily use a terminal emulator which supports splits / etc of its own, and simply redirect the I/O of one instance to the one running TT++.
I've done some similar things with Terminator and a couple other terminal emulators out there... just never involving TinTin. I don't see why something like that wouldn't work! |
|
| Back to top |
|
 |
Scandum Site Admin
Joined: 03 Dec 2004 Posts: 3274
|
Posted: Wed Sep 21, 2011 4:39 pm Post subject: |
|
|
What might work is:
#showme {<128> } {0}
That might make the input line green for the remainder of the session.
There's also: #config {command color} {<code>} |
|
| Back to top |
|
 |
Slysven
Joined: 10 Apr 2011 Posts: 254 Location: As "Jomin al'Bara" in WoTMUD or Wiltshire, UK
|
Posted: Wed Sep 21, 2011 4:41 pm Post subject: |
|
|
Don't forget if you are running tintin in a window in a GUI enviroment (TinTin & XWindows & GNU/Linux OR TinTin under Cygwin with the XWin server) then you can specify a foreground and background colour for the underlying window that TinTin inherits when you start it with the standard 'X' -bg and -fg arguments. Also you can specify a different font wiith -fn <font> (best to use a monospaced one, use 'xfontsel' to examine the ones on your system. )
| Code: | $ xterm -bg blue -fg yellow -sb&
...
$ rxvt -bg grey10 -fg grey75 -fn -adobe-courier-medium-r-*-*-10-*-*-*-m-*-*-* & |
I typically use the first terminal window started above for a comms window running tail -f comms.txt where comms.txt is a log file I write from TinTin, the -sb argument puts in scroll bars so I can review earlier stuff if necessary.  |
|
| Back to top |
|
 |
|