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

Diff of /hurd/libcons/priv.h

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

revision 1.1 by marcus, Thu Aug 22 19:24:19 2002 UTC revision 1.2 by marcus, Fri Sep 13 23:40:10 2002 UTC
# Line 25  Line 25 
25     server.  */     server.  */
26  extern int _cons_slack;  extern int _cons_slack;
27    
28    /* If we jump down at input.  */
29    extern int _cons_jump_down_at_input;
30    
31    /* If we jump down at output.  */
32    extern int _cons_jump_down_at_output;
33    
34  /* The filename of the console server.  */  /* The filename of the console server.  */
35  extern char *_cons_file;  extern char *_cons_file;
36    
37    
38    /* Non-locking version of cons_vcons_scrollback.  Does also not update
39       the display.  */
40    int _cons_vcons_scrollback (vcons_t vcons, cons_scroll_t type, float value);
41    
42    
43  /* Called by MiG to translate ports into cons_notify_t.  mutations.h  /* Called by MiG to translate ports into cons_notify_t.  mutations.h
44     arranges for this to happen for the fs_notify interfaces. */     arranges for this to happen for the fs_notify interfaces. */
45  static inline cons_notify_t  static inline cons_notify_t

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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