diff options
author | mathieui <mathieui@mathieui.net> | 2014-12-10 23:21:58 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-12-10 23:21:58 +0100 |
commit | 21d8a3e7e19dc639262ac7fa7d7817351ff8b4c1 (patch) | |
tree | 2c2642c40007e8769edb29266b6cc59f9d3bb373 /doc | |
parent | 003c28e953ccce64523946c3d3d6578c436c9f3e (diff) | |
download | poezio-21d8a3e7e19dc639262ac7fa7d7817351ff8b4c1.tar.gz poezio-21d8a3e7e19dc639262ac7fa7d7817351ff8b4c1.tar.bz2 poezio-21d8a3e7e19dc639262ac7fa7d7817351ff8b4c1.tar.xz poezio-21d8a3e7e19dc639262ac7fa7d7817351ff8b4c1.zip |
Make the screen_detach plugin support tmux, and use asyncio
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/plugins/index.rst | 2 | ||||
-rw-r--r-- | doc/stub/pyinotify.py | 2 |
2 files changed, 3 insertions, 1 deletions
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 <screendetach-plugin>` - 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 <senddelayed-plugin>` 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: |