/[emacs]/emacs/src/dispextern.h
ViewVC logotype

Diff of /emacs/src/dispextern.h

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

revision 1.133 by pj, Mon Apr 29 09:04:36 2002 UTC revision 1.134 by miles, Sun May 26 07:22:22 2002 UTC
# Line 2201  extern EMACS_INT tool_bar_button_relief; Line 2201  extern EMACS_INT tool_bar_button_relief;
2201    
2202    
2203  /***********************************************************************  /***********************************************************************
2204                           Function Prototypes                           Terminal Capabilities
2205     ***********************************************************************/
2206    
2207    #define TTY_CAP_INVERSE         0x01
2208    #define TTY_CAP_UNDERLINE       0x02
2209    #define TTY_CAP_BOLD            0x04
2210    #define TTY_CAP_DIM             0x08
2211    #define TTY_CAP_BLINK           0x10
2212    #define TTY_CAP_ALT_CHARSET     0x20
2213    
2214    
2215    /***********************************************************************
2216                              Function Prototypes
2217   ***********************************************************************/   ***********************************************************************/
2218    
2219  /* Defined in xdisp.c */  /* Defined in xdisp.c */
# Line 2443  extern void tty_setup_colors P_ ((int)); Line 2455  extern void tty_setup_colors P_ ((int));
2455  extern void term_init P_ ((char *));  extern void term_init P_ ((char *));
2456  extern void fatal P_ ((/* char *, ... */));  extern void fatal P_ ((/* char *, ... */));
2457  void cursor_to P_ ((int, int));  void cursor_to P_ ((int, int));
2458    extern int tty_capable_p P_ ((struct frame *, unsigned, unsigned long, unsigned long));
2459    
2460  /* Defined in scroll.c */  /* Defined in scroll.c */
2461    

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.134

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