set-window-foreground!

Name

set-window-foreground! -- Set the foreground color of WIN to FG.

Synopsis

(set-window-foreground! fg #&optional win)

Description

Set the foreground color of win to fg. This color is used to draw the title text currently. In the future, it may have other uses as well. win defaults to the window context in the usual way if not specified. See also get-window-colors

Implementation Notes

Module: Built-in Primitive

Defined in src/window.c at line 3692 (CVS log)