diff options
author | rcyeske <rcyeske> | 2001-02-14 03:55:07 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-02-14 03:55:07 +0000 |
commit | f37a974156ff730d7723546a706635b2100afbea (patch) | |
tree | 5d02469478916fce0f04c57b0cafc20e42d73a76 | |
parent | 0c62aad7d0ffd61cf17a77c103d9d42b9dee2fe8 (diff) | |
download | ratpoison-f37a974156ff730d7723546a706635b2100afbea.zip |
all displayed messages can have highlighted portions
-rw-r--r-- | src/bar.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,5 +25,5 @@ int show_bar (screen_info *s); int hide_bar (screen_info *s); int bar_y (screen_info *s); int bar_x (screen_info *s, int width); -void display_msg_in_bar (screen_info *s, char *msg); +void display_msg_in_bar (screen_info *s, char *msg, int hl_start, int hl_end); #endif _BAR_H |