This is the mail archive of the cygwin-patches@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: fhandler_console


Hi!

Tuesday, 20 February, 2001 Egor Duda deo@logos-m.ru wrote:

ED> i've   looked   a  bit deeper into fhandler_console code, and think it
ED> needs more fixing. for example, this command:

ED> echo -e -n "\033[?" && echo -e "1000h"

ED> won't  enable  mouse  events  reporting  ("saw_question_mark" should be
ED> persistent   across  write calls) and several other issues. so i think
ED> several variables  which are related to console "state" should be made
ED> members of  class  fhandler_console.

i've   moved   console  state variables inside fhandler_console class.
this is a combined patch (with raw keyboard mode patch i sent sometime
ago). it adds 4 new rendition commands (\033[24;27;39;49m), compatible
with  linux console and already described in Chuck's terminfo file for
cygwin, and emulate "blink" attribute with bright background.

Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19

console.ChangeLog

console.diff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]