commit-hurd
[Top][All Lists]
Advanced

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

hurd/console ChangeLog console.c console.h disp...


From: Marcus Brinkmann
Subject: hurd/console ChangeLog console.c console.h disp...
Date: Sun, 16 Jun 2002 21:42:06 -0400

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

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

Log message:
        2002-06-17  Marcus Brinkmann  <address@hidden>
        
        * console.c (new_node): Adjust size of display node.
        * console.h: Add macros for color names.  Add macros for intensity
        names.  Add new types conchar_t and conchar_attr_t, which
        represent a console matrix cell and the attribute of one such
        cell, resp.  Add macros for keycodes.
        (struct cons_display): Change type of _matrix member to conchar_t.
        * display.c (struct attr): Rewrite, usiong cons_attr_t to hold the
        attributes.
        (handle_escape_bracket_m): Use new members of ATTR.
        (display_flush_filechange): Send notification for changed matrix
        before the notification for new cur_line.  Fix types in length
        calculation.
        (conchar_memset): New function.
        (user_create): Accept CHR and ATTR arguments.  Fix calculation of
        NPAGES.  Use conchar_memset instead of wmemset.
        (screen_fill): Fix type of ATTR argument.  Use conchar_memset
        instead of wmemset.
        (screen_shift_left): Fix type of ATTR argument.  Set attribute of
        empty cells.  Fix length calculation.
        (screen_shift_right): Likewise.
        (handle_escape_bracket): Set default parameter for HUP.  Be more
        ECMA-48 conform.
        (display_output_one): Fix arguments in screen_fill invocation.
        Set attribute for character output.  Add <NEL> from ECMA-48.
        (display_create): Use 50 lines for now.  Set default colors, and
        add new arguments to user_create invocation.
        CVSi: 
----------------------------------------------------------------------

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/ChangeLog.diff?tr1=1.16&tr2=1.17&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/console.c.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/console.h.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/display.c.diff?tr1=1.7&tr2=1.8&r1=text&r2=text




reply via email to

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