Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / gettext-tools / gnulib-lib / term_ostream.priv.h
1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
2
3 /* Field layout of superclass.  */
4 #include "ostream.priv.h"
5
6 /* Field layout of term_ostream class.  */
7 struct term_ostream_representation
8 {
9   struct ostream_representation base;
10    
11   int fd;
12   char *filename;
13    
14                                  
15   int max_colors;                
16   int no_color_video;            
17   char *set_a_foreground;        
18   char *set_foreground;          
19   char *set_a_background;        
20   char *set_background;          
21   char *orig_pair;               
22   char *enter_bold_mode;         
23   char *enter_italics_mode;      
24   char *exit_italics_mode;       
25   char *enter_underline_mode;    
26   char *exit_underline_mode;     
27   char *exit_attribute_mode;     
28    
29   bool supports_foreground;
30   bool supports_background;
31   colormodel_t colormodel;
32   bool supports_weight;
33   bool supports_posture;
34   bool supports_underline;
35    
36   char *buffer;                  
37   attributes_t *attrbuffer;      
38   size_t buflen;                 
39   size_t allocated;              
40   attributes_t curr_attr;        
41   attributes_t simp_attr;        
42 };