ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/feature.h
(Generate patch)

Comparing rxvt-unicode/src/feature.h (file contents):
Revision 1.30 by root, Wed Jan 11 00:59:58 2006 UTC vs.
Revision 1.32 by root, Mon Jan 16 15:00:20 2006 UTC

222 * this long after the last mouse click [default: 50 milliseconds] 222 * this long after the last mouse click [default: 50 milliseconds]
223 */ 223 */
224#define MOUSE_THRESHOLD 50 224#define MOUSE_THRESHOLD 50
225 225
226/* 226/*
227 * If mouse wheel is defined, then scrolling is by 5 lines (or 1 line
228 * if the shift key is down). Scrolling can be smooth or jump scrolling
229 */
230#define JUMP_MOUSE_WHEEL
231
232/*
233 * Set delay periods for continuous scrolling with scrollbar buttons 227 * Set delay periods for continuous scrolling with scrollbar buttons
234 */ 228 */
235/* #define SCROLLBAR_INITIAL_DELAY 0.33 */ 229/* #define SCROLLBAR_INITIAL_DELAY 0.33 */
236/* #define SCROLLBAR_CONTINUOUS_DELAY 0.05 */ 230/* #define SCROLLBAR_CONTINUOUS_DELAY 0.05 */
237 231
299/* 293/*
300 * (Hops) draw an internal border line on inside edge of the scrollbar 294 * (Hops) draw an internal border line on inside edge of the scrollbar
301 */ 295 */
302/* #define SB_BORDER */ 296/* #define SB_BORDER */
303 297
304/*------------------------------MENU BAR--------------------------------*/
305/*
306 * Choose how many of (experimental) menuBars you want to be able to stack at
307 * one time.
308 * A value of 1 disables menuBar stacking.
309 * A value of 0 disables menuBar all together.
310 * Note that the amount of memory overhead is the same for any value >= 2.
311 */
312#define MENUBAR_MAX 16
313
314/*
315 * Change the default shadow style
316 */
317/* #define MENUBAR_SHADOW_IN */
318
319/*
320 * Change the default shadow style
321 */
322#define MENU_SHADOW_IN
323
324/*---------------------------MULTILINGUAL-------------------------------*/ 298/*---------------------------MULTILINGUAL-------------------------------*/
325/* 299/*
326 * Allow run-time selection of Meta (Alt) to set the 8th bit on 300 * Allow run-time selection of Meta (Alt) to set the 8th bit on
327 */ 301 */
328#define META8_OPTION 302#define META8_OPTION

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines