From 09e69605b16070de8ce317d86ad736d665a58906 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 17 Sep 2002 12:26:10 +0000 Subject: 2002-09-17 Marcus Brinkmann * Makefile (prog-subdirs): Add console-client. sutils/ 2002-09-17 Marcus Brinkmann * MAKEDEV.sh (mkdev: vcs): New console device. (mkdev: tty[0-9a-f]|tty[0-9][0-9a-f]): Replaced with new rules for tty[1-9][0-9]. utils/ 2002-09-17 Marcus Brinkmann * console-ncurses.c: File removed (the ncursesw console client is now a driver in the console-client). * Makefile: Revert 2002-08-22 change: Do not include`../config.make'. (targets) [LIBNCURSES]: Removed. (SRCS) [LIBNCURSES]: Likewise. (HURDLIBS) [LIBNCURSES]: Likewise. (console-ncurses): Target removed. (console-ncurses-CPPFLAGS): Removed. (console-ncurses-LDLIBS): Likewise. console-client/ 2002-09-17 Marcus Brinkmann * Makefile, bdf.c, bdf.h, bell.h, console.c, display.h, driver.c, driver.h, generic-speaker.c, input.h, pc-kbd.c, timer.c, timer.h, unicode.h, vga.c, vga-dynacolor.c, vga-dynacolor.h, vga-dynafont.c, vga-dynafont.h, vga-hw.h, vga-support.c, vga-support.h: New file. --- console/hurd.ti | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console/hurd.ti') diff --git a/console/hurd.ti b/console/hurd.ti index d0496d26..ea95fcc4 100644 --- a/console/hurd.ti +++ b/console/hurd.ti @@ -33,7 +33,7 @@ hurd|The GNU Hurd console server, cuu1=\E[A, cuu=\E[%p1%dA, # Set horizontal (vertical) cursor position to P1. hpa=\E[%i%p1%dG, vpa=\E[%i%p1%dd, -# Save (restore) cursor position. XXX Linux has \E7 (\E8). +# Save (restore) cursor position. sc=\E7, rc=\E8, # XXX When we support this. # Set the scrolling region to lines P1 to P2. -- cgit v1.2.3