ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RP] Resizable input window


From: shawn
Subject: [RP] Resizable input window
Date: Mon, 19 Feb 2001 02:04:14 -0800

...has been implemented. You can set the initial size in
conf.h. There's a catch: this size is the size of the input area not
including the prompt width. So if you put your screen width in, the
prompt won't be visible. There is of course a nice sick hack you can
do, since its a #define. To get the input window to fit the width of
the screen, set INPUT_WINDOW_SIZE to:

#define INPUT_WINDOW_SIZE (s->root_attr.width - prompt_width)

Gross eh?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]