Explorar o código

Update to reflect change to cls_timeout handling

Seems this functionality did exist explicitly at some point. I did try setting this to a negative integer but it did not work.
donnm %!s(int64=7) %!d(string=hai) anos
pai
achega
df6ec29b1f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -67,12 +67,12 @@ You can also install PWMAN3 using python pip:
       ...
       cls_timeout = 10
       ```
-      To disable the automatic 'clear screen' functionality set `cls_timeout` to a negative integer. 
+      To disable the automatic 'clear screen' functionality set `cls_timeout` to 0. 
 
       ```
       [Global]
       ...
-      cls_timeout = -1
+      cls_timeout = 0
       ```
  * making a password from the numeric character and the alphabet character ([A-Za-z0-9]).