~ubuntu-branches/debian/stretch/grub2/stretch

« back to all changes in this revision

Viewing changes to include/grub/normal.h

Tags: upstream-1.98+20100705
ImportĀ upstreamĀ versionĀ 1.98+20100705

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 
78
78
/* Defined in `menu_text.c'.  */
79
79
void grub_wait_after_message (void);
80
 
void grub_print_ucs4 (const grub_uint32_t * str,
81
 
                      const grub_uint32_t * last_position,
82
 
                      struct grub_term_output *term);
 
80
void
 
81
grub_print_ucs4 (const grub_uint32_t * str,
 
82
                 const grub_uint32_t * last_position,
 
83
                 int margin_left, int margin_right,
 
84
                 struct grub_term_output *term);
83
85
grub_ssize_t grub_getstringwidth (grub_uint32_t * str,
84
86
                                  const grub_uint32_t * last_position,
85
87
                                  struct grub_term_output *term);
110
112
 
111
113
void grub_set_more (int onoff);
112
114
 
113
 
int grub_normal_get_line_counter (void);
114
 
void grub_install_newline_hook (void);
 
115
int grub_normal_get_char_counter (void);
 
116
void grub_normal_reset_more (void);
 
117
 
 
118
void grub_xputs_normal (const char *str);
115
119
 
116
120
#endif /* ! GRUB_NORMAL_HEADER */