]> git.tdb.fi Git - ext/subsurface.git/commit
Fix dive location width problem
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Sep 2011 18:54:18 +0000 (11:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Sep 2011 18:54:18 +0000 (11:54 -0700)
commit184eecf7c0dbcbdecba097411828afaac30773aa
tree83c70b10351dc4debc52ee993cf6a73b53abde6c
parentb4c4a29a11ff82dacfe3a145fe4eedaae2341151
Fix dive location width problem

For really long dive locations, we now limit the width to the same size
as the date and time, and force it to a single line - with an ellipsis
if it ends up being too big.

Also, since we no longer use any markup anywhere, we migth as well show
the dive buddy information too, as we don't need no stinking quoting.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
print.c