From b02570228737f8db4ca664f65e65bf8cb686c230 Mon Sep 17 00:00:00 2001 From: Matt O'Gorman Date: Sat, 11 Nov 2006 02:12:27 +0000 Subject: safe terminal output is sweet. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47491 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/term.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/asterisk/term.h') diff --git a/include/asterisk/term.h b/include/asterisk/term.h index f3c41d8eb..3b454ce2c 100644 --- a/include/asterisk/term.h +++ b/include/asterisk/term.h @@ -59,6 +59,8 @@ char *term_color_code(char *outbuf, int fgcolor, int bgcolor, int maxout); char *term_strip(char *outbuf, char *inbuf, int maxout); +void term_filter_escapes(char *line); + char *term_prompt(char *outbuf, const char *inbuf, int maxout); char *term_prep(void); -- cgit v1.2.3