From 633499c17d4d8dbd1a81c111ebcf9c0f2ff589d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 13 Sep 2014 11:27:56 +0200 Subject: php-pecl-termbox: add upstream patch, fix build, add reflection --- REFLECTION | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 5f84bfd..75c029b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -105,42 +105,118 @@ Extension [ extension #148 termbox version 0.1.0 ] { - Functions { Function [ function termbox_init ] { + + - Parameters [0] { + } } Function [ function termbox_shutdown ] { + + - Parameters [0] { + } } Function [ function termbox_width ] { + + - Parameters [0] { + } } Function [ function termbox_height ] { + + - Parameters [0] { + } } Function [ function termbox_clear ] { + + - Parameters [0] { + } } Function [ function termbox_set_clear_attributes ] { + + - Parameters [2] { + Parameter #0 [ $fg ] + Parameter #1 [ $bg ] + } } Function [ function termbox_present ] { + + - Parameters [0] { + } } Function [ function termbox_set_cursor ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } } Function [ function termbox_change_cell ] { + + - Parameters [5] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $ch ] + Parameter #3 [ $fg ] + Parameter #4 [ $bg ] + } } Function [ function termbox_set_input_mode ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } } Function [ function termbox_get_input_mode ] { + + - Parameters [0] { + } } Function [ function termbox_set_output_mode ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } } Function [ function termbox_get_output_mode ] { + + - Parameters [0] { + } } Function [ function termbox_peek_event ] { + + - Parameters [1] { + Parameter #0 [ $timeout_ms ] + } } Function [ function termbox_poll_event ] { + + - Parameters [0] { + } } Function [ function termbox_utf8_char_to_unicode ] { + + - Parameters [1] { + Parameter #0 [ $char ] + } } Function [ function termbox_utf8_unicode_to_char ] { + + - Parameters [1] { + Parameter #0 [ $unicode ] + } } Function [ function termbox_print ] { + + - Parameters [5] { + Parameter #0 [ $str ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] + Parameter #3 [ $fg ] + Parameter #4 [ $bg ] + } } Function [ function termbox_last_error ] { + + - Parameters [0] { + } } } } -- cgit