Scott Klement writes:
> 
> 
> Hi,
> 
> On Mon, 19 Jun 2000, kim gabrielsen wrote:

...

> > 1) The xterm is small and difficult to read. Isn't possible to change
> > the size / font of this window.?
> 
...

> There is probably a way to make this happen automatically when the
> xterm opens with a command line switch, as well.

I did the following to xt5250:

---------------
#!/bin/sh
xrdb /usr/share/tn5250/xt5250.keys
# Jack High, 3 Nov 1999
# xterm  -name "xt5250" -bg black -fg white -tn xterm-5250 -e tn5250 "$@"  &
xterm -name "xt5250" -fn 12x24 -bg gray20 -fg darkGoldenrod4 +ah -cr plum -tn x
term-5250 -e tn5250 "$@"  &
---------------

I inserted -fn 12x24 to change the font size (others might find this a
little large). While I was at it, I changed the background color from
black to gray20 (-bg), changed the font color from white to
darkGoldenrod4 (-fg), changed the cursor color to plum (-cr). The
option "+ah" causes the cursor to be highlighted based on focus.

...

Jack
-- 
Jack High                               [EMAIL PROTECTED]
Olympia, Washington
USA
+---
| This is the LINUX5250 Mailing List!
| To submit a new message, send your mail to [EMAIL PROTECTED]
| To subscribe to this list send email to [EMAIL PROTECTED]
| To unsubscribe from this list send email to [EMAIL PROTECTED]
| Questions should be directed to the list owner/operator: [EMAIL PROTECTED]
+---

Reply via email to