diff options
author | sabetts <sabetts> | 2001-09-09 20:08:22 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-09-09 20:08:22 +0000 |
commit | 7f7db7d9a35928480ff2f7ef77147ee48a35dc14 (patch) | |
tree | 9182c6a71d30ecb6350b4043c5a3e1e0e3cf30dc /ChangeLog | |
parent | 29fc0a0b61524c858128dd5cc25d797182dd8a36 (diff) | |
download | ratpoison-7f7db7d9a35928480ff2f7ef77147ee48a35dc14.zip |
* src/split.c (set_active_frame): give the key_window focus when
no window has focus.
(blank_frame): give the key_window focus.
* src/main.c (init_screen): don't listen for keystrokes on the
root window.
(main): give the key_window focus in the case that no window has
focus.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2001-09-09 shawn <sabetts@diggin.lamenet.tmp> + * src/split.c (set_active_frame): give the key_window focus when + no window has focus. + (blank_frame): give the key_window focus. + + * src/main.c (init_screen): don't listen for keystrokes on the + root window. + (main): give the key_window focus in the case that no window has + focus. + * src/bar.c (marked_message): use the screen_info fg_color and bg_color to create the inverse GC. |