home
·
contact
·
privacy
projects
/
ircplom
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2717a4
)
Also show STREAM_SERVER in :raw window.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 10 Aug 2025 12:56:12 +0000
(14:56 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 10 Aug 2025 12:56:12 +0000
(14:56 +0200)
ircplom/client_tui.py
patch
|
blob
|
history
diff --git
a/ircplom/client_tui.py
b/ircplom/client_tui.py
index 7274bca89e7b6085bbd83f50eee00123cdd53da2..0eb007fabdb3cd12a5b15b40e20f8b191e474215 100644
(file)
--- a/
ircplom/client_tui.py
+++ b/
ircplom/client_tui.py
@@
-143,6
+143,8
@@
class ClientTui(BaseTui):
stream = kwargs.get('stream', _STREAM_SAME)
if stream != _STREAM_SAME and 'client_id' in kwargs:
m = self._client_mngrs[kwargs['client_id']]
+ if stream == STREAM_SERVER:
+ return [m.window(STREAM_SERVER), m.window(STREAM_RAW)]
return m.windows if stream == STREAM_ALL else [m.window(stream)]
return super()._log_target_wins(**kwargs)