bug-guile-ncurses
[Top][All Lists]
Advanced

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

Re: [Bug-guile-ncurses] Examples of programs.


From: Mike Gran
Subject: Re: [Bug-guile-ncurses] Examples of programs.
Date: Wed, 30 Apr 2014 11:39:02 -0700 (PDT)

Hi-

You need to do what you described.  attr-on!, then write spaces to the
window with 'clear' then 'refresh'

Remember to call 'start-color!' at the beginning.

Also, only some terminal types can do color.  the 'has-colors?' procedure
will let you check if your terminal type will work.

-Mike

On Wednesday, April 30, 2014 10:45 AM, "address@hidden" <address@hidden> wrote:
Hello, where can i find examples or programs in guile uses
guile-ncurses. I learn but stuck on simple thing, set background color
to a win or stdscr. Is there a procedure to make this at ones or maby i
must use attr-on! and then write spaces to all window before refresh?

thanks,
Konrad




reply via email to

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