emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/term.c


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/term.c
Date: Mon, 27 May 2002 21:15:10 -0400

Index: emacs/src/term.c
diff -c emacs/src/term.c:1.140 emacs/src/term.c:1.141
*** emacs/src/term.c:1.140      Sun May 26 03:23:47 2002
--- emacs/src/term.c    Mon May 27 21:15:09 2002
***************
*** 1,5 ****
  /* Terminal control module for terminals described by TERMCAP
!    Copyright (C) 1985, 86, 87, 93, 94, 95, 98, 2000, 2001
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* Terminal control module for terminals described by TERMCAP
!    Copyright (C) 1985, 86, 87, 93, 94, 95, 98, 2000, 2001, 2002
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 1991,1997 ****
     capabilities in CAPS simultaneously, with foreground and background
     colors FG and BG.  */
  
! int tty_capable_p (f, caps, fg, bg)
       struct frame *f;
       unsigned caps;
       unsigned long fg, bg;
--- 1991,1998 ----
     capabilities in CAPS simultaneously, with foreground and background
     colors FG and BG.  */
  
! int
! tty_capable_p (f, caps, fg, bg)
       struct frame *f;
       unsigned caps;
       unsigned long fg, bg;



reply via email to

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