Opened 15 years ago

Closed 15 years ago

#4652 closed bug (fixed)

Implement origin mode in Terminal; miscellaneous positioning fixes

Reported by: joshe Owned by: anevilyak
Priority: normal Milestone: R1
Component: Applications/Terminal Version: R1/alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Attached is a patch which:

Implements origin mode.
Save origin mode and text attributes when saving the cursor.
Have RI respect the scroll region.
When erasing the screen actually erase the screen, not just the scroll region.
Implement all three variants of the EL (erase line) sequence.

Attachments (1)

term-misc-positioning.patch (13.9 KB ) - added by joshe 15 years ago.
Origin mode and misc. positioning fixes; added a line which was omitted in the first version of the patch

Download all attachments as: .zip

Change History (6)

by joshe, 15 years ago

Attachment: term-misc-positioning.patch added

Origin mode and misc. positioning fixes; added a line which was omitted in the first version of the patch

comment:1 by stippi, 15 years ago

The patch looks very clean and solid. Can you give me a hint how to apply these --git patches properly with patch? It always asks me which file to patch. (I am using patch -p0 -i your.patch). Thanks for contributing these great tickets, btw!

in reply to:  1 comment:2 by anevilyak, 15 years ago

Replying to stippi:

The patch looks very clean and solid. Can you give me a hint how to apply these --git patches properly with patch? It always asks me which file to patch. (I am using patch -p0 -i your.patch). Thanks for contributing these great tickets, btw!

patch -p1 will do it for those.

comment:3 by anevilyak, 15 years ago

Owner: changed from jackburton to anevilyak

comment:4 by anevilyak, 15 years ago

Status: newassigned

comment:5 by anevilyak, 15 years ago

Resolution: fixed
Status: assignedclosed

Applied in hrev33319. Thanks!

Note: See TracTickets for help on using tickets.