(terminal_encode_buffer): Make externally visible.
authorJason Rumney <jasonr@gnu.org>
Sat, 11 Oct 2003 22:15:08 +0000 (22:15 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 11 Oct 2003 22:15:08 +0000 (22:15 +0000)
src/term.c

index 3882842..d4432a2 100644 (file)
@@ -791,7 +791,7 @@ clear_end_of_line (first_unused_hpos)
 \f
 /* 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;