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

#ALIAS {setsize} {rows 300;cols 110};
#ALIAS {^clear$} {
#system {tput clear};
#split {2} {1};
setsize;
};
#ALIAS {htop} {
#system {htop};
};
#ALIAS {rst} {
#read {config.tin};
setsize;
shields;
};
#ALIAS {wiki} {
#system {w3m https://dwwiki.mooo.com/w/index.php?search=%0};
#split {2} {1};
setsize;
};