diff options
author | sabetts <sabetts> | 2002-01-24 22:22:57 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2002-01-24 22:22:57 +0000 |
commit | 80d32867eab4d95a84ee1ff69852eaea933757ad (patch) | |
tree | 896720468033a1b397a3fc9ac5fa0f8b861815ea /ChangeLog | |
parent | 358f741058879d91b501df1d8eb336df6897c55a (diff) | |
download | ratpoison-80d32867eab4d95a84ee1ff69852eaea933757ad.zip |
* src/actions.c (cmd_defbgcolor): don't set the background color for key_window.
(cmd_deffgcolor): don't set the foreground color for key_window.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ * src/actions.c (cmd_defbarloc): Read the location argument as a gravity argument using parse_wingravity. + (cmd_defbgcolor): don't set the background color for key_window. + (cmd_deffgcolor): don't set the foreground color for key_window. * src/messages.h (MESSAGE_FRAME_STRING): Pad the string with spaces on both sides. |