emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Sun, 02 Dec 2001 08:13:02 -0500

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.691 emacs/src/xterm.c:1.692
*** emacs/src/xterm.c:1.691     Sat Dec  1 07:56:47 2001
--- emacs/src/xterm.c   Sun Dec  2 08:13:01 2001
***************
*** 7318,7324 ****
  
  
  /* Handle mouse button event on the tool-bar of frame F, at
!    frame-relative coordinates X/Y.  EVENT_TYPE is either ButtionPress
     or ButtonRelase.  */
  
  static void
--- 7318,7324 ----
  
  
  /* Handle mouse button event on the tool-bar of frame F, at
!    frame-relative coordinates X/Y.  EVENT_TYPE is either ButtonPress
     or ButtonRelase.  */
  
  static void
***************
*** 10408,10414 ****
                     status_return even if the input is too long to
                     fit in 81 bytes.  So, we must prepare sufficient
                     bytes for copy_buffer.  513 bytes (256 chars for
!                    two-byte character set) seems to be a faily good
                     approximation.  -- 2000.8.10 address@hidden  */
                  unsigned char copy_buffer[513];
                  unsigned char *copy_bufptr = copy_buffer;
--- 10408,10414 ----
                     status_return even if the input is too long to
                     fit in 81 bytes.  So, we must prepare sufficient
                     bytes for copy_buffer.  513 bytes (256 chars for
!                    two-byte character set) seems to be a fairly good
                     approximation.  -- 2000.8.10 address@hidden  */
                  unsigned char copy_buffer[513];
                  unsigned char *copy_bufptr = copy_buffer;



reply via email to

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