~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/osutils.py

[merge] jam-integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
516
516
        return ''
517
517
 
518
518
 
519
 
 
520
519
def terminal_width():
521
520
    """Return estimated terminal width."""
522
521