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: Mon, 27 May 2002 21:32:36 -0400

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.135 emacs/src/dispextern.h:1.136
*** emacs/src/dispextern.h:1.135        Mon May 27 21:19:49 2002
--- emacs/src/dispextern.h      Mon May 27 21:32:36 2002
***************
*** 2204,2212 ****
                         Terminal Capabilities
   ***********************************************************************/
  
! /* Each of these is a bit representing a terminal `capability' (bold, inverse,
!    etc).  They are used to when calling `tty_capable_p' to ask what a terminal
!    supports.  */
  
  #define TTY_CAP_INVERSE               0x01
  #define TTY_CAP_UNDERLINE     0x02
--- 2204,2213 ----
                         Terminal Capabilities
   ***********************************************************************/
  
! /* Each of these is a bit representing a terminal `capability' (bold,
!    inverse, etc).  They are or'd together to specify the set of
!    capabilities being queried for when calling `tty_capable_p' (which
!    returns true if the terminal supports all of them).  */
  
  #define TTY_CAP_INVERSE               0x01
  #define TTY_CAP_UNDERLINE     0x02



reply via email to

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