提交 06e68c93 编写于 作者: N Nicolas Hennion

Merge pull request #335 from weaselkeeper/master

Implement toggle of process list display
......@@ -2540,6 +2540,9 @@ class glancesScreen:
elif self.pressedkey == ord('n') and network_tag:
# 'n' > Show/hide network stats
self.network_tag = not self.network_tag
elif self.pressedkey == ord('z'):
# 'z' > Show/Hide process list
self.process_tag = not self.process_tag
elif self.pressedkey == ord('p'):
# 'p' > Sort processes by name
self.setProcessSortedBy('name')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册