commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

hurd/console ChangeLog console.h display.c


From: Marcus Brinkmann
Subject: hurd/console ChangeLog console.h display.c
Date: Mon, 17 Jun 2002 21:12:06 -0400

CVSROOT:        /cvsroot/hurd
Module name:    hurd
Changes by:     Marcus Brinkmann <address@hidden>       02/06/17 21:12:06

Modified files:
        console        : ChangeLog console.h display.c 

Log message:
        2002-06-18  Marcus Brinkmann  <address@hidden>
        
        * console.h: Update all CONS_KEY_* macros to match other terminfo
        definitions (like "linux", "screen", "gnome").  Add CONS_CHAR_*
        macros for terminal graphic characters.
        
        * display.c (struct attr): New member ALTCHAR to flag usage of
        alternate character set.
        (display_notice_filechange): Make static.
        (handle_escape_bracket_m): Set ALTCHAR to 0 when resetting.
        Support new modes 10 and 11 to disable and enable ALTCHAR.
        (limit_cursor): New function, moved to global scope from ...
        (handle_escape_bracket): ... here.
        (linefeed): New function, moved to global scope from ...
        (display_output_one): ... here.
        (horizontal_tab): New function.
        (handle_escape_bracket): Add alias \E[' to \E[G for VT100
        compatibility.  Add capability \E[a (horizontal cursor position
        relative) for ECMA-48 compatibility.  Add capabilities \E[I
        (horizontal tab) and \E[Z (backward tabulation) for ECMA-48
        compatibility.  Move capabilities \E[s and \E[u to ...
        (display_output_one): ... here as \E7 and \E8 for VT100
        compatibility.
        (altchar_to_ucs4): New function.
        (display_output_one): Use altchar_to_ucs4 when in altchar mode.
        Add \EM (reset) capability.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/ChangeLog.diff?tr1=1.18&tr2=1.19&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/console.h.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/display.c.diff?tr1=1.8&tr2=1.9&r1=text&r2=text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]