Mercurial > emacs
changeset 89582:25001d51c9f5
(terminal_encode_buffer): Make externally visible.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 11 Oct 2003 22:15:08 +0000 |
parents | d297605d3dd3 |
children | 01eb71b7bb3f |
files | src/term.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;