Ticket #37312

SrcPage and DstPage params not used in BuffCopyBox()

오픈 날짜: 2017-06-30 20:27 마지막 업데이트: 2017-07-05 11:22

Reporter:
(Anonymous)
소유자:
Type:
Status:
Open [Owner assigned]
Component:
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None
Vote
Score: 0
No votes
0.0% (0/0)
0.0% (0/0)

Details

In buffer.c, in BuffCopyBox() the params "SrcPage" and "DstPage" are not used, so it is not possible to copy a text box between different pages. It is important because "DECCRA—Copy Rectangular Area" command uses this params to copy text areas, than could be visible or not.

For example:

- Copy rectagle area from page 1 to page 2 (save background with DECCRA) "\e[1;1;10;10;1;1;1;2"

- Paint a window over this area in page 1.

- Copy rectagle area from page 2 to page 1 (restore background with DECCRA) "\e[1;1;10;10;2;1;1;1"

Regards

Ticket History (3/3 Histories)

2017-06-30 20:27 Updated by: None
  • New Ticket "SrcPage and DstPage params not used in BuffCopyBox()" created
2017-07-03 10:21 Updated by: doda
  • Priority Update from 6 to 5 - Medium
  • Severity Update from 6 to 5 - Medium
댓글 올리기

In the specification of DECCRA, it says "If a page value exceeds the number of pages available in the current page arrangement, then the value is treated as the last available page number."

Currently Tera Term supports one page only. So DECCRA always affects page 1.

We are planning to support multiple pages in a future version.

2017-07-05 11:22 Updated by: doda

Attachment File List

No attachments

Edit

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login