Re: How does screen survive logout?

2014-02-21 Thread David Thomas
My understanding (not having looked at the code - someone correct me if I'm wrong) is that it's split into two processes, effectively a client and server. When you start a new screen session, it spins up both, but only the client is associated with the terminal. So closing the terminal kills the

Escape sequence voodoo.

2012-01-18 Thread David Thomas
Hi all, The terminal emulator rxvt-unicode supports perl plugins, whereby I can perform actions in response to escape sequences (amongst other events). I've been enjoying hacking at these. My immediate application is to allow notifications in notify-osd on my local machine without the complicati