/[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.134 by miles, Sun May 26 07:22:22 2002 UTC revision 1.135 by miles, Tue May 28 01:19:49 2002 UTC
# Line 1  Line 1 
1  /* Interface definitions for display code.  /* Interface definitions for display code.
2     Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001     Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002
3       Free Software Foundation, Inc.       Free Software Foundation, Inc.
4    
5  This file is part of GNU Emacs.  This file is part of GNU Emacs.
# Line 2204  extern EMACS_INT tool_bar_button_relief; Line 2204  extern EMACS_INT tool_bar_button_relief;
2204                           Terminal Capabilities                           Terminal Capabilities
2205   ***********************************************************************/   ***********************************************************************/
2206    
2207    /* Each of these is a bit representing a terminal `capability' (bold, inverse,
2208       etc).  They are used to when calling `tty_capable_p' to ask what a terminal
2209       supports.  */
2210    
2211  #define TTY_CAP_INVERSE         0x01  #define TTY_CAP_INVERSE         0x01
2212  #define TTY_CAP_UNDERLINE       0x02  #define TTY_CAP_UNDERLINE       0x02
2213  #define TTY_CAP_BOLD            0x04  #define TTY_CAP_BOLD            0x04

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

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