bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: xterm/gnome-terminal rectangular area sequences


From: xetum
Subject: Re: xterm/gnome-terminal rectangular area sequences
Date: Tue, 10 Jul 2012 01:36:38 -0700 (PDT)

Thanks Thomas for your promptly response. Just a last question.

If rectangle operations aren't widely available, how come does ncurses
implement e.g. attron?
The only solution I can think of is to have a backup buffer for the console,
change attributes for the rectangle of interest leaving characters untouched
and then reprinting chars+attrs to the console. Am I right?

What I was trying to do is to change attrs of a rectangle with ESC sequences
only (without ncurses aid). I'm afraid that I'll have to remeber the
rectangle contents (e.g. in a string), change attr mode at first and then
rewrite the string.

Francesc

-- 
View this message in context: 
http://old.nabble.com/xterm-gnome-terminal-rectangular-area-sequences-tp34136362p34137887.html
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]