Date: Mon, 30 Aug 1999 18:57:12 -0700 From: "Dan O'Connor" <dan@jgl.reno.nv.us> To: "Pavel V. Antipov" <pavel@sdios.sea.ru>, <freebsd-questions@FreeBSD.ORG> Subject: Re: About gettytab Message-ID: <008201bef354$2658aa60$0200000a@danco.home>
next in thread | raw e-mail | index | archive | help
>How can I make color letters (and/or background) in string which >speciefied in "default" section of /etc/gettytab ? Use ANSI Escape sequences, e.g. 'ESC[1m' (bright text). There's a good reference at http://www.wco.com/~kin/ref/computer/escape/out.html. The ESC character is 0x1B (027d or \033), not the text 'ESC'. Use your editor's ASCII code tool to enter the code for the ESC character. --Dan ** The thing I like most about Windows 98 is... ** You can download FreeBSD with it! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?008201bef354$2658aa60$0200000a>