

1/	ACA Init
	========

	/* Init internal ACA structs */ 	
	init_aca(TRUE);				
	your_color_init();				/* <----- see example */ 
	
	/* if you want ini keys (learn keys) - see 'ini' documentation */
	init_keys_ini (INI_section *your_terminal_keys_section); 

	/* Load INI file - use if you need and have ini file */ 
	INI_load ( aca_INI *ini );

	/* Init ACA keys and load key sequences from INI (if its in INI) */
	init_keys ( aca_INI *ini );

