提交 f31660e5 编写于 作者: N nicolargo

Docs

上级 3e26e2d0
......@@ -462,7 +462,7 @@ class glancesScreen():
self.term_window.addnstr(self.process_y+1, self.process_x+30,str(processcount['sleeping']), 8)
self.term_window.addnstr(self.process_y+1, self.process_x+40,str(processcount['stopped']+stats.getProcessCount()['zombie']), 8)
if ((screen_y > self.process_y+6)
and (screen_x > self.process_x+50)):
and (screen_x > self.process_x+49)):
# Processes detail
if (self.getProcessSortedBy() == 'cpu_percent'):
sortchar = '^'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册