diff options
author | sabetts <sabetts> | 2001-10-18 22:47:45 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-10-18 22:47:45 +0000 |
commit | 89c4411a9cc3bdb756cff8746f4333df610ab455 (patch) | |
tree | cdf25ccc98325d272c8d8f6ccd477c43833f24d6 /src/conf.h | |
parent | 0b7d45f2a5590f332f7528b7455b82513f28b9dc (diff) | |
download | ratpoison-89c4411a9cc3bdb756cff8746f4333df610ab455.zip |
* src/split.c (show_frame_indicator): call XSync after clearing the window.
* src/input.c (get_more_input): clear the window after it is
raised. Call XSync aftwards.
* src/conf.h (MAX_LINK_DEPTH): new define
* src/bar.c (marked_message): clear the window after it is
raised. Call XSync aftwards.
* src/actions.h (cmd_link): new prototype
* src/actions.c (user_command): new command 'link'
(find_command_by_keydesc): new function
(resolve_command_from_keydesc): likewise
(cmd_link): likewise
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -47,4 +47,7 @@ mostly for use with hand-helds. */ #define UNMANAGED_WINDOW_LIST "xapm","xclock","xscribble" +/* Maximum depth of a link. Used in the 'link' command. */ +#define MAX_LINK_DEPTH 16 + #endif /* !_ _RATPOISON_CONF_H */ |