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:
02bb307
)
Remove irrelevant code line.
author
Christian Heller
<c.heller@plomlompom.de>
Sat, 7 Jun 2025 16:52:37 +0000
(18:52 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sat, 7 Jun 2025 16:52:37 +0000
(18:52 +0200)
ircplom.py
patch
|
blob
|
history
diff --git
a/ircplom.py
b/ircplom.py
index a7d6366c2642fcff5363dfae0952ec331881a0ee..b9934c2d7f18d8ad5580cc6c7afe71dd6e8a0895 100755
(executable)
--- a/
ircplom.py
+++ b/
ircplom.py
@@
-577,7
+577,6
@@
class LogWidget(ScrollableWidget):
class Window(Widget):
'Collects a log and a prompt meant for the same content stream.'
- _idx: int
_y_status: int
def __init__(self, idx: int, term: Terminal) -> None: