Dennis Preiser
2013-08-25 20:40:31 UTC
In de.software.newsreader someone has asked how to display the date in
thread level. Currently not possible, but I think this might be useful
so I decided to implement this. The attached patch anables tin to
display a combination of lines/score/date where only lines and/or score
could be shown before (group and thread level). date_format is used for
formatting the date. The feature can be controlled vie 'M'enu ("Show
lines/score/date in listings") or via attributes.
In order to not overloading the screen, the date is only shown when the
terminal has more than 120 columns. This can be controlled via
MIN_COLS_TO_SHOW_DATE in tin.h.
Dennis
thread level. Currently not possible, but I think this might be useful
so I decided to implement this. The attached patch anables tin to
display a combination of lines/score/date where only lines and/or score
could be shown before (group and thread level). date_format is used for
formatting the date. The feature can be controlled vie 'M'enu ("Show
lines/score/date in listings") or via attributes.
In order to not overloading the screen, the date is only shown when the
terminal has more than 120 columns. This can be controlled via
MIN_COLS_TO_SHOW_DATE in tin.h.
Dennis