Any way to enforce confirmation before quit?

OSX’s focus handling is often far from ideal. Sometimes I accidentally quit TotalTerminal using Cmd-Q, while trying to quit an application I see before me. Thus I’d like to configure TotalTerminal so that it won’t quit silently but instead displays a yes-no-dialog before. Not sure if this can already be done or if it’s a feature request?

This is not implemented. But easy workaround would be to run some shell script in foreground in some tab. This way you force Terminal.app to ask before quitting.

while true; do sleep 100; done