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.41 by root, Fri Jan 20 10:27:08 2006 UTC vs.
Revision 1.43 by root, Sat Jan 21 14:25:05 2006 UTC

144/* 144/*
145 * Allow 80/132 mode switching on startup 145 * Allow 80/132 mode switching on startup
146 */ 146 */
147/* #define ALLOW_132_MODE */ 147/* #define ALLOW_132_MODE */
148 148
149/*
150 * Add support for the Offix DND (Drag 'n' Drop) protocol
151 */
152/* #define OFFIX_DND */
153
154/*---------------------------------KEYS---------------------------------*/ 149/*---------------------------------KEYS---------------------------------*/
155 150
156/* 151/*
157 * Define defaults for backspace and delete keys - unless they have been 152 * Define defaults for backspace and delete keys - unless they have been
158 * configured out with --disable-backspace-key / --disable-delete-key 153 * configured out with --disable-backspace-key / --disable-delete-key
368#define SAVELINES 1000 363#define SAVELINES 1000
369 364
370/* 365/*
371 * Provide termcap/terminfo bw support (wrap backwards on cub1) 366 * Provide termcap/terminfo bw support (wrap backwards on cub1)
372 */ 367 */
373#define TERMCAP_HAS_BW 368#define TERMCAP_HAS_BW 1
374 369
375/* 370/*
376 * Some (older, e.g. fvwm 2.2.2) window managers need some time when
377 * updating window positions. If transparency isn't working correctly
378 * then you might try out this one.
379 */
380/* #define WAIT_FOR_WM */
381
382/*
383 * The duration of the visual bell flash in ยตs. The default of 20ms 371 * The duration of the visual bell flash in s. The default of 20ms
384 * corresponds to the delay given in the terminfo flash code. 372 * corresponds to the delay given in the terminfo flash code.
385 */ 373 */
386#define VISUAL_BELL_DURATION 20000 374#define VISUAL_BELL_DURATION .020
387 375
388#endif 376#endif
389 377

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines