screen -X <function> remotely exsecute a screen function
This is key! Used by many of the hacks I'll discuss
Shell script to change the title of the current screen:
#!/bin/bash test -n "$*" && screen -X title $* screen -X windows