public inbox for cygwin-xfree@sourceware.org
help / color / mirror / Atom feed
From: "Timares, Brian (HP)" <Brian.Timares@va.gov>
To: <cygwin-xfree@cygwin.com>
Subject: RE: How to launch an xterm using "Monospace" font
Date: Fri, 06 Aug 2010 16:10:00 -0000	[thread overview]
Message-ID: <270AA78168E41541833C52448F4F34AD24B088D3@VHAISHMSGJ2.vha.med.va.gov> (raw)
In-Reply-To: <1299EF3181B10F479D85C328013285240331C4DA@THEZE.intra.cea.fr>

JOHNER Jean wrote:
>Has anybody been able to launch xterm with a font (any is welcome)
which
>is not the default?

Jean,

I think this is what you want.  I have:
XTerm*font: -*-courier-medium-r-*-*-*-100-*-*-*-*-*-*
in my .Xdefaults

Other than colors, here is my .Xdefaults (in my home directory, natch):
XTerm*scrollBar: on
XTerm*saveLines: 99999
XTerm*font: -*-courier-medium-r-*-*-*-140-*-*-*-*-*-*
XTerm*visualBell: true
XTerm*titeInhibit: true
urxvt*secondaryScreen: false

The most important part is the XTerm*titeInhibit: true, it is beyond me
why that isn't the default everywhere (it prevents a screen clear when
you're, say, done reading a man page).  I want to get rid of the title
bar but haven't explored that as I launch most of my xterms from a
script. Extract:

nohup xterm -name $h -title $h -ls -mc none +tb +mb -vb -sb -sl 99999
-background grey95 -fg black -cr black -ms black -font
"-*-lucidatypewriter-medium-*-*-*-*-100-*-*-*-*-*-*" -e ssh -Yq root@$h
>/dev/null & 2>&1

Naturally $h is the server :)

To get the fonts I launched xfontsel and went through it and
experimented.  Use the 'select' button to put the string into the
buffer.


Brian



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


  reply	other threads:[~2010-08-06 16:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-06  9:41 JOHNER Jean 066030
2010-08-06 16:10 ` Timares, Brian (HP) [this message]
2010-08-06 16:17   ` Timares, Brian (HP)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-10  8:41 JOHNER Jean 066030
2010-08-06  8:30 JOHNER Jean 066030
2010-08-06  8:34 ` Thomas Dickey
2010-08-05 20:57 JOHNER Jean 066030
2010-08-05 22:32 ` Thomas Dickey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=270AA78168E41541833C52448F4F34AD24B088D3@VHAISHMSGJ2.vha.med.va.gov \
    --to=brian.timares@va.gov \
    --cc=cygwin-xfree@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).