From 7604e8eabbcc2e6142f7b3d75d38880044dd63f7 Mon Sep 17 00:00:00 2001 From: sabetts Date: Sun, 18 Mar 2001 23:21:50 +0000 Subject: added comment concerning INPUT_WINDOW_SIZE --- src/conf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/conf.h b/src/conf.h index e87d1cb..32f89dc 100644 --- a/src/conf.h +++ b/src/conf.h @@ -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 -- cgit v1.2.3