From: Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>
Cc: eliz@is.elta.co.il, emacs-devel@gnu.org
Subject: Re: [Marcus.Brinkmann@ruhr-uni-bochum.de: fonts on terminal?]
Date: Mon, 16 Sep 2002 04:41:37 +0200 [thread overview]
Message-ID: <20020916024137.GE698@212.23.136.22> (raw)
In-Reply-To: <E17oxoM-0008Lv-00@fencepost.gnu.org>
On Tue, Sep 10, 2002 at 11:05:02PM -0400, Richard Stallman wrote:
> Is there any chance you could work on this?
> Since you wrote the tty color stuff, this would probably
> be easier for you than for anyone else.
I have now added the following capabilities to the Hurd console:
# Enable (disable) italic mode.
sitm=\E[3m, ritm=\E[23m,
# Enable (disable) real bold (not intensity bright) mode. This is a
# GNU extension.
gsbom=\EQ, grbom=\ER,
The sitm/ritm is ECMA-48 compatible. The GNU extension was made up by me,
following the common pattern for set/reset mode (sXYm/rXYm), with a "g"
prefix to mark it as a GNU extension. The escape sequences they are mapped to
(\EQ/\ER) are marked for private use by ECMA-48.
I will submit this to the ncurses people when I have finished the console (I
am still tweaking the hurd.ti when adding new features etc).
BTW, ECMA-48 also defines an escape sequence to select one of 10 fonts.
However, I am happy to have one usable unicode font, there is no
terminal capability name for that ECMA capability, and there are no standard
meanings for the font numbers, so it is probably not something worth
implementing. However, we might keep it in mind for the future.
Thanks,
Marcus
--
`Rhubarb is no Egyptian god.' GNU http://www.gnu.org marcus@gnu.org
Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de/
next prev parent reply other threads:[~2002-09-16 2:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-11 3:05 [Marcus.Brinkmann@ruhr-uni-bochum.de: fonts on terminal?] Richard Stallman
2002-09-11 3:42 ` Miles Bader
2002-09-11 3:53 ` Marcus Brinkmann
2002-09-11 4:17 ` Miles Bader
2002-09-16 2:41 ` Marcus Brinkmann [this message]
2002-09-16 19:27 ` Richard Stallman
2002-09-19 3:42 ` Eli Zaretskii
2002-09-19 4:10 ` Miles Bader
2002-09-19 11:01 ` Eli Zaretskii
2002-09-19 18:57 ` Richard Stallman
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=20020916024137.GE698@212.23.136.22 \
--to=marcus.brinkmann@ruhr-uni-bochum.de \
--cc=eliz@is.elta.co.il \
--cc=emacs-devel@gnu.org \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.