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.

23 lines
347 B

6 years ago
  1. #ALIAS {setsize} {rows 300;cols 110};
  2. #ALIAS {^clear$} {
  3. #system {tput clear};
  4. #split {2} {1};
  5. setsize;
  6. };
  7. #ALIAS {htop} {
  8. #system {htop};
  9. };
  10. #ALIAS {rst} {
  11. #read {config.tin};
  12. setsize;
  13. shields;
  14. };
  15. #ALIAS {wiki} {
  16. #system {w3m https://dwwiki.mooo.com/w/index.php?search=%0};
  17. #split {2} {1};
  18. setsize;
  19. };