Re: [dev] [dvtm] Graphics in madtty.c

From: Aurélien Aptel <aurelien.aptel_AT_gmail.com>
Date: Wed, 29 Dec 2010 23:27:01 +0100

On Wed, Dec 29, 2010 at 4:44 PM, Ross Mohn <rpmohn_AT_waxandwane.org> wrote:
>  Has anyone ever seen any of the graphics characters print in a madtty
> of dvtm? I don't think they work because they're not being displayed by
> an ncurses function, just by plain old write(), so there's no graphics
> translation being performed. Try echo'ing out this escape sequence and
> see what you get (remembering to replace '^[' with an actual ESC char):
>
> echo "^[(0lqj^[(B"

can be typed: echo -e '\e(0lqj\e(B'

> From your regular terminal it should pring an ULCORNER+VLINE+LRCORNER.
> From within dvtm it just prints l+q+j

> Anybody get different results or have ideas of how to fix?

It works on st [http://diobla.info/img/dvtm-works.png] and xterm.
Received on Wed Dec 29 2010 - 23:27:01 CET

This archive was generated by hypermail 2.2.0 : Wed Dec 29 2010 - 23:36:02 CET