File: init

package info (click to toggle)
aca 0.1.6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 492 kB
  • ctags: 569
  • sloc: ansic: 4,254; sh: 2,237; makefile: 256
file content (18 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18


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 );