Bug#650029: rs: -z accumulates column width

2012-03-25 Thread Thorsten Glaser
Hi, while reviewing my packages pre-freeze (it’s said to happen in April or June) I looked at this again and pull my previous statement that the current behaviour is correct for -z, as it is correct only for when -z is not given. I’ll apply your patch, thanks! bye, //mirabilos -- “Having a

Bug#650029: rs: -z accumulates column width

2011-11-25 Thread RjY
Package: rs Version: 20101029-1 Tags: patch When using -z to compress column width, the loop does not reset the maximum width for each column, but instead accumulates the maximum width of all preceeding columns. For example, the following input 1 a wide column 2 3 4 a another wide column b c d

Bug#650029: rs: -z accumulates column width

2011-11-25 Thread Thorsten Glaser
RjY dixit: When using -z to compress column width, the loop does not reset the maximum width for each column, but instead accumulates the maximum width of all preceeding columns. I believe the current behaviour correct, but will accept the change to be driven by another flag. I've got no