Lots of work on web config

Change to make fish immediately show color changes
This commit is contained in:
ridiculousfish
2012-03-25 03:00:38 -07:00
parent c0655b6b08
commit 0c9a1a56c2
9 changed files with 576 additions and 129 deletions

View File

@@ -30,6 +30,9 @@ enum
*/
void input_common_init( int (*ih)() );
/* Sets a callback to be invoked every time a byte is read */
void input_common_set_poll_callback(void (*handler)(void));
/**
Free memory used by the library
*/