[#4479] Requesting addition to IRB (configurable standard output) — Sascha Ebach <se@...>

Hello,

13 messages 2005/02/24
[#4482] Re: Requesting addition to IRB (configurable standard output) — Sam Roberts <sroberts@...> 2005/02/25

Quoting se@digitale-wertschoepfung.de, on Fri, Feb 25, 2005 at 01:22:34AM +0900:

[#4483] Re: Requesting addition to IRB (configurable standard output) — Eric Hodel <drbrain@...7.net> 2005/02/25

On 24 Feb 2005, at 19:51, Sam Roberts wrote:

[#4488] Re: Requesting addition to IRB (configurable standard output) — Sam Roberts <sroberts@...> 2005/02/26

Quoting drbrain@segment7.net, on Sat, Feb 26, 2005 at 02:43:31AM +0900:

[#4489] Re: Requesting addition to IRB (configurable standard output) — Eric Hodel <drbrain@...7.net> 2005/02/26

On 25 Feb 2005, at 16:03, Sam Roberts wrote:

Re: [PATCH] add color_set support to curses.c

From: Yukihiro Matsumoto <matz@...>
Date: 2005-02-08 23:07:17 UTC
List: ruby-core #4396
Hi,

In message "Re: [PATCH] add color_set support to curses.c"
    on Wed, 9 Feb 2005 06:04:15 +0900, Paul Duncan <pabs@pablotron.org> writes:

|> Do you know whether wcolor_set is available when USE_COLOR is defined?
|
|Err, USE_COLOR is defined in curses.c.  If you're asking whether or not
|it's available in standard curses, here's what I got from the
|man page:
|
|  PORTABILITY
|    All these functions are supported in the XSI Curses standard,
|    Issue  4.  The  standard  defined the dedicated type for
|    highlights, attr_t, which is not defined in SVr4 curses. The
|    functions  taking attr_t  arguments are not supported under SVr4.
|
|Anyway, I think I see where you're going with this line of questions, so
|I went ahead and redid the patch so Curses::Window#color_set only exists
|if USE_COLOR is defined.

That's exactly what I wanted to know.  Thank you.

|Patch is attached.

I will merge the patch.

							matz.

In This Thread