commit-hurd
[Top][All Lists]
Advanced

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

hurd/libcons ChangeLog Makefile cons.h file-cha...


From: Marco Gerards
Subject: hurd/libcons ChangeLog Makefile cons.h file-cha...
Date: Thu, 06 Jan 2005 17:05:42 -0500

CVSROOT:        /cvsroot/hurd
Module name:    hurd
Branch:         
Changes by:     Marco Gerards <address@hidden>  05/01/06 21:53:27

Modified files:
        libcons        : ChangeLog Makefile cons.h file-changed.c 
                         opts-std-startup.c priv.h vcons-input.c 
                         vcons-refresh.c vcons-scrollback.c 
Added files:
        libcons        : vcons-event.c vcons-move-mouse.c 

Log message:
        2005-01-06  Marco Gerards  <address@hidden>
        
        * Makefile (SRCS): Add `vcons-move-mouse.c' and `vcons-event.c'.
        * cons.h (mouse_movement): New enum.
        (mouse_button): Likewise.
        (mouse_event): New struct.
        (mouse_event_t): New type.
        (cons_vcons_set_mousecursor_pos): New prototype.
        (cons_vcons_set_mousecursor_status): Likewise.
        (cons_vcons_move_mouse): Likewise.
        * file-changed.c (cons_S_file_changed): Generate the
        `CONS_EVT_OUTPUT' event, in case there was output.
        * opts-std-startup.c (OPT_MOUSE_SHOW, OPT_MOUSE_HIDE)
        (OPT_MOUSE_SENS, DEFAULT_MOUSE_SENS, DEFAULT_MOUSE_SENS_STRING):
        New macros.
        (_cons_show_mouse, _cons_hide_mouse, _cons_mouse_sens): New
        variables.
        (startup_options): Add the options `--mouse-show-on',
        `--mouse-hide-on' and `--mouse-sensitivity'.
        (parse_startup_opt): Parse the options that were added to
        `startup_options' using the new local function `parse_events'.
        * priv.h (CONS_EVT_MOUSE_MOVE, CONS_EVT_MOUSE_BUTTON)
        (CONS_EVT_KEYPRESS, CONS_EVT_OUTPUT): New macros.
        (_cons_show_mouse, _cons_hide_mouse, _cons_mouse_sens): New
        declarations.
        (_cons_vcons_input): New prototype.
        (_cons_vcons_console_event): Likewise.
        * vcons-event.c: New file.
        * vcons-move-mouse.c: Likewise.
        * vcons-input.c (_cons_vcons_input): New function.
        (cons_vcons_input): Rewritten to use _cons_vcons_input and report
        the `CONS_EVT_KEYPRESS' event.
        * vcons-refresh.c: Include "priv.h".
        (cons_vcons_refresh): Report the `CONS_EVT_OUTPUT' event.
        * vcons-scrollback.c: Include "priv.h".
        (cons_vcons_scrollback): Report the `CONS_EVT_OUTPUT' event.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libcons/vcons-event.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libcons/vcons-move-mouse.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libcons/ChangeLog.diff?tr1=1.16&tr2=1.17&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libcons/Makefile.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libcons/cons.h.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libcons/file-changed.c.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libcons/opts-std-startup.c.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libcons/priv.h.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libcons/vcons-input.c.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libcons/vcons-refresh.c.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libcons/vcons-scrollback.c.diff?tr1=1.3&tr2=1.4&r1=text&r2=text





reply via email to

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