TinTin++ Configs for DiscworldMUD
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.

45 lines
734 B

6 years ago
  1. #ALIAS {setsize} {rows 300;cols 148};
  2. #ALIAS {setmsize} {rows 300;cols 60};
  3. #ALIAS {^clear$} {
  4. #system {tput clear};
  5. #split {2} {1};
  6. setsize;
  7. };
  8. #ALIAS {htop} {
  9. #system {htop};
  10. };
  11. #ALIAS {rst} {
  12. #read {config.tin};
  13. setsize;
  14. shields;
  15. };
  16. #ALIAS {wiki} {
  17. #system {w3m https://dwwiki.mooo.com/w/index.php?search=%0};
  18. #split {2} {1};
  19. setsize;
  20. };
  21. #ALIAS {colourpalette}
  22. {
  23. #foreach {a;b;c;d;e;f} {cnt1}
  24. {
  25. #foreach {a;b;c;d;e;f} {cnt2}
  26. {
  27. #var result <000>;
  28. #foreach {a;b;c;d;e;f} {cnt3}
  29. {
  30. #var result $result <$cnt1$cnt2$cnt3> <<888>$cnt1$cnt2$cnt3><088>
  31. };
  32. #showme $result
  33. }
  34. }
  35. }
  36. #ALIAS {easyvote} {
  37. #system {lynx http://www.topmudsites.com/vote-pinkfish.html};
  38. };