From owner-freebsd-hackers Sun Jan 5 14:56:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA18708 for hackers-outgoing; Sun, 5 Jan 1997 14:56:18 -0800 (PST) Received: from moog.kwest.com.au (root@moog.kwest.com.au [203.58.18.5]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id OAA18690 for ; Sun, 5 Jan 1997 14:56:13 -0800 (PST) Received: (from cactoid@localhost) by moog.kwest.com.au (8.8.3/8.7.3) id JAA01183; Mon, 6 Jan 1997 09:56:06 +1100 (EST) Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <199701052059.PAA04010@crh.cl.msu.edu> Date: Mon, 06 Jan 1997 09:46:24 +1100 (EST) Organization: Kwest Internetworks From: cactoid To: Charles Henrich Subject: RE: A cool xterm? Cc: freebsd-hackers@freebsd.org Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi.. I use "ansi_xterm", which is available from; /pub/Linux/X11/xutils/terms/ansi-xterm-R6.tgz (Yes it compiles just fine on FreeBSD) ..and inside that archive is a font called vga.pcf. A combination of these two make a really nice looking terminal. I have a customised .Xdefaults as well, here is the relevant bits: ! AnsiXTerm ansi_xterm*title: moog console ansi_xterm*font: vga ansi_xterm*iconName: nxterm ansi_xterm*reverseVideo: true ansi_xterm*scrollBar: true ansi_xterm*visualBell: true ansi_xterm*geometry: 80x32 ansi_xterm*saveLines: 256 ansi_xterm.vt100.background: Black ansi_xterm.vt100.foreground: LightGray !Eye saving pastel colors *VT100*color1: #ff4867 *VT100*color2: #77f0a0 *VT100*color3: #ffff90 *VT100*color4: #00a0b0 *VT100*color5: #fe80b0 *VT100*color6: #80c0ff Oh, btw - i also use neXtaw widgets, instead of plain old Athena. These can be downleeched from http://www.inf.ufrgs.br/~kojima/tkstep.html. If you need any help finding anything, just let me know. Remember to read the docs with ansi_xterm and add the define needed to get ansi colours. On 05-Jan-97 Charles Henrich wrote: >Has anyone out there ever found a nice terminal window, something like Dec's >mterm, or ssh for windows, or even better, NeXT's terminal? Xterm is peachy, >except the scrollback just sucks :) -- cactoid. /\/-> http://www.kwest.com.au /\/-> cactoid@kwest.com.au