texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/info terminal.c,1.3,1.4


From: karl
Subject: texinfo/info terminal.c,1.3,1.4
Date: Sat, 27 Mar 2004 16:35:58 +0100

Update of /cvsroot/texinfo/texinfo/info
In directory sheep:/tmp/cvs-serv16233

Modified Files:
        terminal.c 
Log Message:
(term_mo): remove unused variable.


Index: terminal.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/terminal.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** terminal.c  14 Mar 2004 00:57:30 -0000      1.3
--- terminal.c  27 Mar 2004 15:35:55 -0000      1.4
***************
*** 19,23 ****
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  
!    Written by Brian Fox (address@hidden). */
  
  #include "info.h"
--- 19,23 ----
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  
!    Originally written by Brian Fox (address@hidden). */
  
  #include "info.h"
***************
*** 104,110 ****
  static char *term_mm;
  
- /* The string to write to turn off the meta key, if this term has one. */
- static char *term_mo;
- 
  /* The string to turn on inverse mode, if this term has one. */
  static char *term_invbeg;
--- 104,107 ----
***************
*** 623,632 ****
      {
        term_mm = tgetstr ("mm", &buffer);
-       term_mo = tgetstr ("mo", &buffer);
      }
    else
      {
        term_mm = NULL;
-       term_mo = NULL;
      }
  
--- 620,627 ----



reply via email to

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