Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 1998 03:51:26 -0800 (PST)
From:      Andrzej Bialecki <abial@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
Message-ID:  <199812221151.DAA10754@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812221151.DAA10754>