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 [emacs-unicode-2]


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/term.c [emacs-unicode-2]
Date: Sat, 11 Oct 2003 18:15:09 -0400

Index: emacs/src/term.c
diff -c emacs/src/term.c:1.146.4.3 emacs/src/term.c:1.146.4.4
*** emacs/src/term.c:1.146.4.3  Thu Oct  2 08:39:47 2003
--- emacs/src/term.c    Sat Oct 11 18:15:08 2003
***************
*** 791,797 ****
  
  /* Buffer to store the result of terminal codes.  It is initialized in
     term_init and, if necessary, enlarged in encode_terminal_code.  */
! static unsigned char *terminal_encode_buffer;
  /* Size of terminal_encode_buffer.  */
  static int terminal_encode_buf_size;
  
--- 791,797 ----
  
  /* Buffer to store the result of terminal codes.  It is initialized in
     term_init and, if necessary, enlarged in encode_terminal_code.  */
! unsigned char *terminal_encode_buffer;
  /* Size of terminal_encode_buffer.  */
  static int terminal_encode_buf_size;
  




reply via email to

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