libt3window
|
00001 /* Copyright (C) 2011 G.P. Halkes 00002 This program is free software: you can redistribute it and/or modify 00003 it under the terms of the GNU General Public License version 3, as 00004 published by the Free Software Foundation. 00005 00006 This program is distributed in the hope that it will be useful, 00007 but WITHOUT ANY WARRANTY; without even the implied warranty of 00008 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00009 GNU General Public License for more details. 00010 00011 You should have received a copy of the GNU General Public License 00012 along with this program. If not, see <http://www.gnu.org/licenses/>. 00013 */ 00014 #ifndef T3_CONVERT_OUTPUT_H 00015 #define T3_CONVERT_OUTPUT_H 00016 00017 #include "terminal.h" 00018 00019 T3_WINDOW_LOCAL t3_bool _t3_init_output_buffer(void); 00020 T3_WINDOW_LOCAL void _t3_free_output_buffer(void); 00021 T3_WINDOW_LOCAL t3_bool _t3_init_output_converter(const char *encoding); 00022 T3_WINDOW_LOCAL void _t3_output_buffer_print(void); 00023 00024 #endif