diff options
author | sabetts <sabetts> | 2001-03-18 23:21:50 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-03-18 23:21:50 +0000 |
commit | 7604e8eabbcc2e6142f7b3d75d38880044dd63f7 (patch) | |
tree | 9887480057f8808394eb3cb3b19275e6acce0e06 /src | |
parent | a777e8317fb0087d75498a7d61ce80ac2caea8a1 (diff) | |
download | ratpoison-7604e8eabbcc2e6142f7b3d75d38880044dd63f7.zip |
added comment concerning INPUT_WINDOW_SIZE
Diffstat (limited to 'src')
-rw-r--r-- | src/conf.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -34,6 +34,11 @@ /* The minimum size of the input window */ #define INPUT_WINDOW_SIZE 200 +/* If you want the input window to take up the length of the screen, + use this: */ +/* #define INPUT_WINDOW_SIZE (s->root_attr.width - prompt_width) */ + + /* The border width ratpoison configures all windows with */ #define WINDOW_BORDER_WIDTH 0 |