diff src/term.c @ 89582:25001d51c9f5

(terminal_encode_buffer): Make externally visible.
author Jason Rumney <jasonr@gnu.org>
date Sat, 11 Oct 2003 22:15:08 +0000
parents 86c0ff434620
children 68c22ea6027c
line wrap: on
line diff
--- a/src/term.c	Sat Oct 11 22:05:10 2003 +0000
+++ b/src/term.c	Sat Oct 11 22:15:08 2003 +0000
@@ -791,7 +791,7 @@
 
 /* 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;
+unsigned char *terminal_encode_buffer;
 /* Size of terminal_encode_buffer.  */
 static int terminal_encode_buf_size;