Ram Yalamanchili
2007-Apr-21 04:57 UTC
[syslinux] Patch: Ansi mode support for terminal wrapping mode, added a new character to vt mode
This patch adds support for "<ESC>[7h" and "<ESC>[7l" terminal codes. They are used to switch between line wrapping mode and not. This is especially useful if you had to do this in the last row of the screen like drawing a border, etc. Also, added a full fill rectangle character (0xDB code in codepage 437). I hope its ok to make use of the seemingly redundant 0007 codes? The diff is against 3.50-pre5. thanks. -- Ram -------------- next part -------------- A non-text attachment was scrubbed... Name: syslinux_ansi_nowrap.patch Type: text/x-patch Size: 1692 bytes Desc: not available URL: <http://www.zytor.com/pipermail/syslinux/attachments/20070420/6145514f/attachment.bin>
Ram Yalamanchili
2007-May-03 05:36 UTC
[syslinux] Patch: Ansi mode support for terminal wrapping mode, added a new character to vt mode
On 4/20/07, Ram Yalamanchili <ramyinc at gmail.com> wrote:> This patch adds support for "<ESC>[7h" and "<ESC>[7l" terminal codes. > They are used to switch between line wrapping mode and not. This is > especially useful if you had to do this in the last row of the screen > like drawing a border, etc. > > Also, added a full fill rectangle character (0xDB code in codepage > 437). I hope its ok to make use of the seemingly redundant 0007 codes? > > The diff is against 3.50-pre5. > > thanks. > > -- > Ram > >Any word on the status of this patch? thanks.