home *** CD-ROM | disk | FTP | other *** search
- #
- # panel.config
- #
- # config pour _panel_, le tableau de commande pour
- # Term II, en fait c'est un processus externe. On
- # dispose de 4 lignes de 5 gadgets. Ici, ces 4 lignes
- # sont adaptées à Calvacom.
- #
- # Chaque ligne correspond à un gadget. Il y a tout
- # d'abord le nom du gadget, terminé par ';' Seuls les
- # 9 premiers caractères sont retenus. Après le ';' il
- # y a la commande à passe à Term II
- #
-
-
- # première ligne :
-
- Amiga; serial_send "ci amiga\n"
- Mac; serial_send "ci mac\n"
- RCI; serial_send "ci RCI\n"
- OUF; serial_send "ci ouf\n"
- IBM; serial_send "ci IBM\n"
-
-
- # deuxième ligne :
-
- Forums; serial_send "fo\n\n"
- Qui ?; serial_send "/q tout\n"
- !; serial_send "!\n"
- !!; serial_send "!!\n"
- Messages; serial_send "/m\n"
-
- # troisième ligne :
-
- Textes; serial_send "/tex\n"
- BIB Amiga; serial_send "BIB Amiga\n"
- Stat; serial_send "*\nst\n"
- Signal; serial_send "/s\n";
- Info; serial_send "/in\n";
-
- # quatrième ligne :
-
- Lire; serial_send "li\n"
- Calva .; serial_send ".\n"
- RETURN; serial_send "\n"
- 1; serial_send "1\n"
- 2; serial_send "2\n"
-
- # cinquième ligne
-
- 3; serial_send "3\n"
- 4; serial_send "4\n"
- 5; serial_send "5\n"
- 6; serial_send "6\n"
- 7; serial_send "7\n"
-