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:19:50 -0400

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.134 emacs/src/dispextern.h:1.135
*** emacs/src/dispextern.h:1.134        Sun May 26 03:22:22 2002
--- emacs/src/dispextern.h      Mon May 27 21:19:49 2002
***************
*** 1,5 ****
  /* Interface definitions for display code.
!    Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001
       Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* Interface definitions for display code.
!    Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002
       Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 2203,2208 ****
--- 2203,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



reply via email to

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