-
Committer:
Vincent Ladeuil
-
Date:
2009-12-09 14:24:07 UTC
-
mto:
(4901.1.1 integration)
-
mto:
This revision was merged to the branch mainline in
revision
4902.
-
Revision ID:
v.ladeuil+lp@free.fr-20091209142407-qqdaebna2fyz9vam
catch SIGWINCH, but that means soem IO can be interrupted and the code
base is not ready for that.
* bzrlib/ui/text.py:
(TextProgressView._show_line): Refresh width in case a SIGWINCH
was received.
* bzrlib/osutils.py:
(_terminal_size_changed): Trivial implementation