emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispextern.h


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h
Date: Sun, 26 May 2002 03:22:23 -0400

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.133 emacs/src/dispextern.h:1.134
*** emacs/src/dispextern.h:1.133        Mon Apr 29 05:04:36 2002
--- emacs/src/dispextern.h      Sun May 26 03:22:22 2002
***************
*** 2201,2207 ****
  
  
  /***********************************************************************
!                        Function Prototypes
   ***********************************************************************/
  
  /* Defined in xdisp.c */
--- 2201,2219 ----
  
  
  /***********************************************************************
!                        Terminal Capabilities
!  ***********************************************************************/
! 
! #define TTY_CAP_INVERSE               0x01
! #define TTY_CAP_UNDERLINE     0x02
! #define TTY_CAP_BOLD          0x04
! #define TTY_CAP_DIM           0x08
! #define TTY_CAP_BLINK         0x10
! #define TTY_CAP_ALT_CHARSET   0x20
! 
! 
! /***********************************************************************
!                         Function Prototypes
   ***********************************************************************/
  
  /* Defined in xdisp.c */
***************
*** 2443,2448 ****
--- 2455,2461 ----
  extern void term_init P_ ((char *));
  extern void fatal P_ ((/* char *, ... */));
  void cursor_to P_ ((int, int));
+ extern int tty_capable_p P_ ((struct frame *, unsigned, unsigned long, 
unsigned long));
  
  /* Defined in scroll.c */
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]