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)
Change History (6)
by , 15 years ago
Attachment: | term-misc-positioning.patch added |
---|
follow-up: 2 comment:1 by , 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!
comment:2 by , 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 , 15 years ago
Owner: | changed from | to
---|
comment:4 by , 15 years ago
Status: | new → assigned |
---|
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Applied in hrev33319. Thanks!
Origin mode and misc. positioning fixes; added a line which was omitted in the first version of the patch