From 893b68c64375544cc7299957ecf0607f8971de19 Mon Sep 17 00:00:00 2001 From: Bahadir Balban Date: Sat, 19 Sep 2009 21:28:24 +0300 Subject: [PATCH] CML2 value width increased to 32. This little patch increases the notorious 8-char wide value width in the cml2 configurator to 32 characters. Now all values are properly visible. --- tools/cml2-tools/cmlconfigure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cml2-tools/cmlconfigure.py b/tools/cml2-tools/cmlconfigure.py index 5121c7a..2dba0f5 100755 --- a/tools/cml2-tools/cmlconfigure.py +++ b/tools/cml2-tools/cmlconfigure.py @@ -1119,7 +1119,7 @@ class WindowBaton: class curses_style_menu: "Command interpreter for line-oriented configurator." input_nmatch = re.compile(r">>>.*\(([0-9]+)\)$") - valwidth = 8 # This is a constant + valwidth = 32 # This is a constant def __init__(self, stdscr, config, mybanner): if mybanner and configuration.banner.find("%s") > -1: