/* Matrix on curses v. 0.3 (21 03 2006) by meo@bogliolo.name Compile with: cc matrix.c -o matrix -lcurses */ #define SIZE 32 #define COLS 80 #define ROWS 24 #define ZZZ 83 #define MESS "Matrix" main() { int i,j,len,t; int posx[SIZE]; int posy[SIZE]; char *message=MESS; len=strlen(message); for(j=0;j