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.

24 lines
385 B

6 years ago
6 years ago
  1. #ALIAS {setsize} {rows 300;cols 110};
  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. };