You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 rivejä
199 B

  1. #!/usr/bin/php5
  2. <?
  3. echo "libcaca version: ".caca_get_version()."\n";
  4. echo "Available drivers:\n";
  5. $list = caca_get_display_driver_list();
  6. foreach($list as $type => $name)
  7. echo "* $name ($type)\n";