Closed
Bug 477293
Opened 16 years ago
Closed 16 years ago
goto command is strange if you goto a line that is less than 10
Categories
(Skywriter Graveyard :: Command Line, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
0.1.x
People
(Reporter: dion, Unassigned)
Details
The goto implementation does a +10 trick to make the line showing not be the top one. If you try "goto 1" the cursor will actually be off screen.
Reporter | ||
Comment 1•16 years ago
|
||
Changed goto to center on the screen instead of the +10 trick.
It only centers if the new location is off screen, else if just moves in place.
rev: e860ad6ef92d
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•16 years ago
|
Whiteboard: commandline
Reporter | ||
Updated•16 years ago
|
Priority: -- → P1
Updated•16 years ago
|
Group: mozilla-corporation-confidential
Comment 2•16 years ago
|
||
This is a mass migration from Mozilla Labs :: Bespin to Bespin :: Command Line.
Component: Bespin → Command Line
Product: Mozilla Labs → Bespin
QA Contact: bespin → command.line
Whiteboard: commandline
Target Milestone: 0.1 → 0.1.x
You need to log in
before you can comment on or make changes to this bug.
Description
•