[tor-commits] [nyx/master] Drop legacy draw methods
atagar at torproject.org
atagar at torproject.org
Fri Jul 15 17:33:39 UTC 2016
commit 1191b1600e334f53aa81373b8a4a95cde0dd7f82
Merge: 8db8db6 f777422
Author: Damian Johnson <atagar at torproject.org>
Date: Fri Jul 15 10:02:24 2016 -0700
Drop legacy draw methods
Now that we're using curses.py for rendering we can clean up our panel. Vastly
simpler now.
nyx/controller.py | 51 +++--
nyx/curses.py | 19 ++
nyx/menu.py | 16 +-
nyx/panel/__init__.py | 536 ++++++------------------------------------------
nyx/panel/config.py | 14 +-
nyx/panel/connection.py | 20 +-
nyx/panel/graph.py | 30 +--
nyx/panel/header.py | 19 +-
nyx/panel/log.py | 23 +--
nyx/panel/torrc.py | 14 +-
nyx/starter.py | 3 +-
test/panel/header.py | 3 +-
test/panel/torrc.py | 8 +-
13 files changed, 198 insertions(+), 558 deletions(-)
More information about the tor-commits
mailing list