/[grub]/grub/stage2/term.h
ViewVC logotype

Diff of /grub/stage2/term.h

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

revision 1.2 by jthomas, Thu Aug 22 05:59:55 2002 UTC revision 1.3 by okuji, Tue Dec 3 00:02:53 2002 UTC
# Line 77  struct term_entry Line 77  struct term_entry
77    /* Set the normal color and the highlight color. The format of each    /* Set the normal color and the highlight color. The format of each
78       color is VGA's.  */       color is VGA's.  */
79    void (*setcolor) (int normal_color, int highlight_color);    void (*setcolor) (int normal_color, int highlight_color);
80    /* Don't show the cursor.  */    /* Turn on/off the cursor.  */
81    void (*nocursor) (void);    int (*setcursor) (int on);
82  };  };
83    
84  /* This lists up available terminals.  */  /* This lists up available terminals.  */
# Line 101  void console_gotoxy (int x, int y); Line 101  void console_gotoxy (int x, int y);
101  void console_cls (void);  void console_cls (void);
102  void console_setcolorstate (color_state state);  void console_setcolorstate (color_state state);
103  void console_setcolor (int normal_color, int highlight_color);  void console_setcolor (int normal_color, int highlight_color);
104  void console_nocursor (void);  int console_setcursor (int on);
105  #endif  #endif
106    
107  #ifdef SUPPORT_SERIAL  #ifdef SUPPORT_SERIAL
# Line 121  void hercules_gotoxy (int x, int y); Line 121  void hercules_gotoxy (int x, int y);
121  void hercules_cls (void);  void hercules_cls (void);
122  void hercules_setcolorstate (color_state state);  void hercules_setcolorstate (color_state state);
123  void hercules_setcolor (int normal_color, int highlight_color);  void hercules_setcolor (int normal_color, int highlight_color);
124  void hercules_nocursor (void);  int hercules_setcursor (int on);
125  #endif  #endif
126    
127  #endif /* ! GRUB_TERM_HEADER */  #endif /* ! GRUB_TERM_HEADER */

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

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