/[hurd]/hurd/libcons/cons.h
ViewVC logotype

Diff of /hurd/libcons/cons.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by marcus, Mon Sep 9 22:04:25 2002 UTC revision 1.4 by marcus, Tue Sep 10 18:05:41 2002 UTC
# Line 76  struct vcons Line 76  struct vcons
76    
77    struct    struct
78    {    {
79        uint32_t flags;
80      struct      struct
81      {      {
82        uint32_t col;        uint32_t col;
# Line 195  void cons_vcons_beep (vcons_t vcons); Line 196  void cons_vcons_beep (vcons_t vcons);
196     VCONS, which is locked, flash visibly.  */     VCONS, which is locked, flash visibly.  */
197  void cons_vcons_flash (vcons_t vcons);  void cons_vcons_flash (vcons_t vcons);
198    
199    /* The user must define this function.  Notice the current status of
200       the scroll lock flag.  */
201    void cons_vcons_set_scroll_lock (vcons_t vcons, int onoff);
202    
203  /* The user must define this function.  It is called whenever a  /* The user must define this function.  It is called whenever a
204     virtual console is selected to be the active one.  It is the user's     virtual console is selected to be the active one.  It is the user's
205     responsibility to close the console at some later time.  */     responsibility to close the console at some later time.  */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26