diff --git a/TODO b/TODO index abfe2ff..d556cc6 100644 --- a/TODO +++ b/TODO @@ -1,36 +1,31 @@ -$Id: TODO,v 1.155 2009/06/28 06:23:47 tundra Exp $ +$Id: TODO,v 1.156 2009/06/28 06:24:26 tundra Exp $ Document ======== -- Variable precision display of scaled sizes - and SCALEPRECISION (Default: 1). Note that - this does not do proper rounding but merely - blindly displays that many digits of precision. - Setting SCALEPRECISION=0 yields behavior like - previous versions of the program. +- Variable precision display of scaled sizes and SCALEPRECISION + (Default: 1). Note that this does not do proper rounding but merely + blindly displays that many digits of precision. Setting + SCALEPRECISION=0 yields behavior like previous versions of the + program. -- Some limited ability to manage display column - widths has been introduced. 'twander' originally - assumed some worst-case conditions for each - of the display columns. However, for many users, - these are unnecessarily conservative and result - in an overly wide display. You may now change - selected column widths via user-settable options +- Some limited ability to manage display column widths has been + introduced. 'twander' originally assumed some worst-case conditions + for each of the display columns. However, for many users, these are + unnecessarily conservative and result in an overly wide display. + You may now change selected column widths via user-settable options as follows: ST_SZUNAME (Default: 12) # Width of owner name column ST_SZGNAME (Default: 12) # Width of group name column ST_SZLEN (Default: 19) # Width of length column - Note that these lengths *include* the trailing blank - space separators. If you set any of them too small, - the affected column entries will be truncated only - the leftmost characters displayed. + Note that these lengths *include* the trailing blank space + separators. If you set any of them too small, the affected column + entries will be truncated only the leftmost characters displayed. - The mode, links, and date/time column widths may - not be altered. + The mode, links, and date/time column widths may not be altered. twander 3