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

Diff of /hurd/term/term.h

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

revision 1.51 by roland, Thu Jun 13 20:52:17 2002 UTC revision 1.52 by marcus, Tue Jun 25 15:46:29 2002 UTC
# Line 135  uid_t term_group; Line 135  uid_t term_group;
135  mode_t term_mode;  mode_t term_mode;
136    
137    
138    /* XXX Including <sys/ioctl.h> or <hurd/ioctl_types.h> leads to "ECHO
139       undeclared" errors in munge.c or users.c.  */
140    struct winsize;
141    
142  /* Functions a bottom half defines */  /* Functions a bottom half defines */
143  struct bottomhalf  struct bottomhalf
144  {  {
145    enum term_bottom_type type;    enum term_bottom_type type;
146    error_t (*init) (void);    error_t (*init) (void);
147      error_t (*gwinsz) (struct winsize *size);
148    error_t (*start_output) (void);    error_t (*start_output) (void);
149    error_t (*set_break) (void);    error_t (*set_break) (void);
150    error_t (*clear_break) (void);    error_t (*clear_break) (void);

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

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