mailr15541 - /1.3/status.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 19, 2012 - 10:32:
Author: bugman
Date: Mon Mar 19 10:32:45 2012
New Revision: 15541

URL: http://svn.gna.org/viewcvs/relax?rev=15541&view=rev
Log:
The MS Windows text wrapping width has been changed from 80 to 79.

This now fits the cmd prompt.


Modified:
    1.3/status.py

Modified: 1.3/status.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/status.py?rev=15541&r1=15540&r2=15541&view=diff
==============================================================================
--- 1.3/status.py (original)
+++ 1.3/status.py Mon Mar 19 10:32:45 2012
@@ -93,7 +93,7 @@
 
         # Text wrapping on different operating systems.
         if platform.uname()[0] in ['Windows', 'Microsoft']:
-            self.text_width = 80
+            self.text_width = 79
         else:
             self.text_width = 100
 




Related Messages


Powered by MHonArc, Updated Mon Mar 19 11:00:02 2012