Lines cut off at 80 chars regardless of actual terminal size
Bug #353370 reported by
DanielBachran
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
High
|
Vincent Ladeuil | ||
Bazaar Pager Plugin |
Invalid
|
Undecided
|
Unassigned |
Bug Description
When using the pager plugin lines are cut off at a length of 80 characters even if the actual terminal size has a bigger size.
This can be observed when using a terminal with a size of e.g. 100x40 characters and running "bzr log --line" in the current branch of the pager plugin: the commit description of revision 9 is cut off at 80 characters.
I'm currently using the latest revision (revision 11) of the pager branch at: http://
Related branches
lp://staging/~joke/bzr/bugfix353370
Merged
into
lp://staging/bzr
- Vincent Ladeuil: Needs Fixing
- John A Meinel: Needs Information
- Ian Clatworthy: Approve
-
Diff: 13 lines1 file modifiedbzrlib/osutils.py (+3/-0)
lp://staging/~vila/bzr/integration
- Vincent Ladeuil: Approve
-
Diff: 31 lines (+4/-4)2 files modifiedbzrlib/lazy_regex.py (+3/-3)
doc/en/release-notes/bzr-2.7.txt (+1/-1)
lp://staging/~vila/bzr/353370-notty-no-term-width
Merged
into
lp://staging/bzr
- Martin Pool: Needs Fixing
- John A Meinel: Approve
-
Diff: 208 lines (+106/-38)3 files modifiedNEWS (+4/-2)
bzrlib/osutils.py (+56/-15)
bzrlib/tests/test_osutils.py (+46/-21)
Changed in bzr: | |
status: | New → Fix Committed |
status: | Fix Committed → In Progress |
assignee: | nobody → Vincent Ladeuil (vila) |
milestone: | none → 2.1.0b2 |
importance: | Undecided → Medium |
status: | In Progress → Fix Committed |
Changed in bzr: | |
status: | Fix Committed → Fix Released |
Changed in bzr: | |
status: | Fix Committed → In Progress |
Changed in bzr: | |
milestone: | 2.1.0b2 → 2.1.0b4 |
Changed in bzr: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
Plain "bzr log --line | less" has the same problem.