| Summary: | less doesn't query terminal size through serial connection. | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Rob Landley <rob> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.17.x | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Rob Landley
2010-10-04 23:51:46 UTC
Fixed in git, will be in 1.19.x: commit 4e552a70ec00e4eb9bb0bcde95688ddb3c4fcefe Author: Denys Vlasenko <vda.linux@googlemail.com> Date: Mon Jul 25 15:18:20 2011 +0200 less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659. +7 bytes is not selected, +100 if selected. |