Skip to content

Commit

Permalink
bug fix for w3m.. Found in project janit
Browse files Browse the repository at this point in the history
  • Loading branch information
ruapotato committed Mar 7, 2018
1 parent b04996a commit 2f91353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. -*- mode: rst -*-
Small bug fix in streams.py... this alows you to run w3m in pyte. :)
::

_
Expand Down
2 changes: 1 addition & 1 deletion pyte/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def create_dispatcher(mapping):
current = ""
else:
if private:
csi_dispatch[char](*params, private=True)
csi_dispatch[char](*params)
else:
csi_dispatch[char](*params)
break # CSI is finished.
Expand Down

0 comments on commit 2f91353

Please sign in to comment.