summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_load.py
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2017-10-29 11:31:06 +0100
committernicolargo <nicolas@nicolargo.com>2017-10-29 11:31:06 +0100
commit5af24e8b9362f9672ff14a755a5b60bf3bdae846 (patch)
treee8abeb587f73c512d69e32bed96e367ea18ade39 /glances/plugins/glances_load.py
parent71afcfc3c082915756042052661f0aad08a0544b (diff)
Make the left side bar width dynamic in the Curse UI #1177 - First run
Diffstat (limited to 'glances/plugins/glances_load.py')
-rw-r--r--glances/plugins/glances_load.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glances/plugins/glances_load.py b/glances/plugins/glances_load.py
index 9246894c..f4f78bfb 100644
--- a/glances/plugins/glances_load.py
+++ b/glances/plugins/glances_load.py
@@ -125,7 +125,7 @@ class Plugin(GlancesPlugin):
# try/except mandatory for Windows compatibility (no load stats)
pass
- def msg_curse(self, args=None):
+ def msg_curse(self, args=None, max_width=None):
"""Return the dict to display in the curse interface."""
# Init the return message
ret = []