diff --git a/TODO b/TODO index 0163d5a..3d43ad1 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.158 2009/06/28 07:16:25 tundra Exp $ +$Id: TODO,v 1.159 2009/06/28 07:40:53 tundra Exp $ Document @@ -10,26 +10,6 @@ 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 - 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 - - 'twander' does very little error checking to make sure you're using - a reasonable value for these column widths. If you set them so - small 'twander' cannot reasonably fit the required information in - that column, it will display an "X" character. If you set them too - large, your 'twander' window will become unreasonably wide. - - The mode, links, and date/time column widths may not be altered. - - twander 3 ========= @@ -48,6 +28,7 @@ Version 4 Future ================ +- Variable width columns - More OO model - each instance of the program is an object OR ... should each directory view be an object?