From owner-cvs-all Tue Dec 22 03:51:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA03907 for cvs-all-outgoing; Tue, 22 Dec 1998 03:51:25 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA03902; Tue, 22 Dec 1998 03:51:24 -0800 (PST) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA10754; Tue, 22 Dec 1998 03:51:26 -0800 (PST) Date: Tue, 22 Dec 1998 03:51:26 -0800 (PST) Message-Id: <199812221151.DAA10754@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/ficl words.c src/sys/boot/i386/libi386 Makefile vidconsole.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk abial 1998/12/22 03:51:25 PST Modified files: sys/boot/ficl words.c Log: Add new word ".#" which acts like "." but doesn't output a space separator. I found it impossible to output parametrized strings like "\033[%d;%dH" without building them first in pad area. Revision Changes Path 1.13 +13 -0 src/sys/boot/ficl/words.c Modified files: sys/boot/i386/libi386 Makefile vidconsole.c Log: Add simple terminal emulator, compatible with cons25. Currently supported capabilities are: AF, AB, cm, ho, me, cd. The code is hidden behind -DTERM_EMU - should it cause any problems, you can remove this define to get back the old behaviour. You'll find some examples how to use it in src/share/examples/bootforth. Reviewed by: jkh Revision Changes Path 1.12 +4 -1 src/sys/boot/i386/libi386/Makefile 1.9 +382 -8 src/sys/boot/i386/libi386/vidconsole.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message