mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-04 11:47:14 +00:00
Merge pull request #82 from kanzure/show-filepath-in-statusbar
Show current filepath in status bar
This commit is contained in:
commit
3c8dcf8808
1 changed files with 3 additions and 0 deletions
|
|
@ -195,6 +195,9 @@ class StatusBar(common.WWrap):
|
|||
if self.master.stream:
|
||||
r.append("[W:%s]"%self.master.stream_path)
|
||||
|
||||
if self.master.state.last_saveload:
|
||||
r.append("[%s]"%self.master.state.last_saveload)
|
||||
|
||||
return r
|
||||
|
||||
def redraw(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue