view etc/gtkrc @ 5783:cfc6a8c144f1

Don't return a Charbpos before visible region, start_with_line_at_pixpos() src/ChangeLog addition: 2014-01-21 Aidan Kehoe <kehoea@parhasard.net> * redisplay.c (start_with_line_at_pixpos): Apply Julian Bradfield's change of slrnlc7tnv.l3h.jcb@home.stevens-bradfield.com , never returning a Charbpos before the visible region. Thank you Julian!
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 21 Jan 2014 00:27:16 +0000
parents 8d3d05ffbb43
children
line wrap: on
line source

# Force the window background to be the same as the default face background:
# white.

# Copyright 1999 Malcolm Purvis
# This file is part of XEmacs, licensed to you under the GNU
# General Public License, version 3 or later at your option.
# There is NO WARRANTY, explicit or implied, on this file.

style "default_background"
{
	bg[NORMAL] = { 1.0, 1.0, 1.0 }
}

class "GtkXEmacs" style "default_background"