On 19/04/2012 11:52, Simon Tatham wrote:
> RedGrittyBrick<RedGrit...@spamweary.invalid> wrote:
>> In UTF-8 mode Putty ignores ANSI (DEC) box-drawing escape sequences.
>> Is this a bug in Putty?
>
> Not as far as we're concerned. It is on our wishlist, but listed as a
> possible enhancement rather than a bug:
>
>
http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/utf8-plus-vt100.html
>
Ok, thanks.
SecureCRT displays the output as I expected/wanted but that obviously
doesn't affect the factors that determined the priority of the Putty
enhancement.
Does anyone have ideas for workarounds? The app is developed using a
tool that has it's own variant of termcap. I have at my disposal
gs=\E(0 start graphics mode
ge=\E(B end graphics mode
gb=lmkjqx a block of 6 ASCII bytes representing ┌ ┐ └ ┘ ─ │
I can't put UTF-8 sequences in gb.
I could leave gs and ge empty and put in something like ++++-| or ..`'-|
for gb but the resulting borders would be a bit sad.
Any ideas?
--
RGB