/[hurd]/hurd/console/console.h
ViewVC logotype

Diff of /hurd/console/console.h

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

revision 1.9 by marcus, Mon Jun 24 01:05:27 2002 UTC revision 1.10 by marcus, Mon Jun 24 23:46:55 2002 UTC
# Line 62  typedef union Line 62  typedef union
62      uint32_t cursor_status : 1;      uint32_t cursor_status : 1;
63      uint32_t screen_cur_line : 1;      uint32_t screen_cur_line : 1;
64      uint32_t screen_scr_lines : 1;      uint32_t screen_scr_lines : 1;
65      uint32_t _unused : 27;      uint32_t bell_audible : 1;
66        uint32_t bell_visible : 1;
67        uint32_t _unused : 25;
68      uint32_t not_matrix : 1;      uint32_t not_matrix : 1;
69        /* Here are 32 more unused bits.  */
70    } what;    } what;
71  } cons_change_t;  } cons_change_t;
72    
# Line 106  struct cons_display Line 109  struct cons_display
109    
110    struct    struct
111    {    {
112        uint32_t audible;   /* Audible bell.  */
113        uint32_t visible;   /* Visible bell.  */
114      } bell;
115    
116      struct
117      {
118      uint32_t buffer;    /* Index (in uint32_t) of the beginning of the      uint32_t buffer;    /* Index (in uint32_t) of the beginning of the
119                             changes buffer in this structure.  */                             changes buffer in this structure.  */
120      uint32_t length;    /* Length of buffer.  */      uint32_t length;    /* Length of buffer.  */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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