/[pupa]/pupa/include/pupa/term.h
ViewVC logotype

Diff of /pupa/include/pupa/term.h

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

revision 1.2 by okuji, Thu Sep 25 20:15:52 2003 UTC revision 1.3 by marco_g, Mon Nov 17 18:07:06 2003 UTC
# Line 95  struct pupa_term Line 95  struct pupa_term
95    /* Turn on/off the cursor.  */    /* Turn on/off the cursor.  */
96    void (*setcursor) (int on);    void (*setcursor) (int on);
97    
98      /* Update the screen.  */
99      void (*refresh) (void);
100    
101    /* The feature flags defined above.  */    /* The feature flags defined above.  */
102    pupa_uint32_t flags;    pupa_uint32_t flags;
103        
# Line 121  void EXPORT_FUNC(pupa_setcolorstate) (pu Line 124  void EXPORT_FUNC(pupa_setcolorstate) (pu
124  void EXPORT_FUNC(pupa_setcolor) (pupa_uint8_t normal_color,  void EXPORT_FUNC(pupa_setcolor) (pupa_uint8_t normal_color,
125                                   pupa_uint8_t highlight_color);                                   pupa_uint8_t highlight_color);
126  int EXPORT_FUNC(pupa_setcursor) (int on);  int EXPORT_FUNC(pupa_setcursor) (int on);
127    void EXPORT_FUNC(pupa_refresh) (void);
128    
129  /* For convenience.  */  /* For convenience.  */
130  #define PUPA_TERM_ASCII_CHAR(c) ((c) & 0xff)  #define PUPA_TERM_ASCII_CHAR(c) ((c) & 0xff)

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