Re: Change background colour
John Robinson <[email protected]>
| Newsgroups | gmane.editors.qemacs.devel |
|---|---|
| Organization | None; Disorganisation: Total |
| Message-ID | <[email protected]> |
On 29/11/2004 18:22, Pau Rul·lan Ferragut wrote:
> On Monday 29 November 2004 19:03, Peter Hoffmann wrote:
[...]
>>// simple styles
>>set_style("mode-line", "background-color", "grey");
>>set_style("mode-line", "color", "black");
[...]
> The problem was that, if I changed the .qe/config to:
> set_style("mode-line", "foreground-color", "black");
> set_style("mode-line", "background-color", "grey");
> It just segfaults. I am on Debian unstable, ppc architecture if you are
> curiuos.
Hmm, try setting "color" rather than "foreground-color"?
Cheers,
John.