From 21d8a3e7e19dc639262ac7fa7d7817351ff8b4c1 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 10 Dec 2014 23:21:58 +0100 Subject: Make the screen_detach plugin support tmux, and use asyncio --- doc/source/plugins/index.rst | 2 +- doc/stub/pyinotify.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/source/plugins/index.rst b/doc/source/plugins/index.rst index 0b30a331..d1f021de 100644 --- a/doc/source/plugins/index.rst +++ b/doc/source/plugins/index.rst @@ -163,7 +163,7 @@ Plugin index Screen Detach :ref:`Documentation ` - Changes your status to **away** if the screen poezio is in is detached. + Changes your status to **away** if the screen (or tmux) poezio is in gets detached. Send Delayed :ref:`Documentation ` diff --git a/doc/stub/pyinotify.py b/doc/stub/pyinotify.py index 48721264..1f8fc574 100644 --- a/doc/stub/pyinotify.py +++ b/doc/stub/pyinotify.py @@ -1,3 +1,5 @@ +class Notifier: + pass class WatchManager: pass class EventsCodes: -- cgit v1.2.3