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.59 by ayin, Sun Feb 17 15:03:30 2008 UTC vs.
Revision 1.60 by ayin, Sun Feb 17 15:41:43 2008 UTC

236 * rxvt scrollbar shadow width in pixels, must be 1 or 2 236 * rxvt scrollbar shadow width in pixels, must be 1 or 2
237 */ 237 */
238#define SHADOW_WIDTH 1 238#define SHADOW_WIDTH 1
239 239
240/* 240/*
241 * When using Rxvt scrollbar, clicking above or below the slider will move 241 * clicking above or below the scrollbar slider (all styles minus
242 * 1/4 of the screen height, if possible. Setting RXVT_SCROLL_FULL will move 242 * xterm) will scroll by (height - 1) rather than (height / 4).
243 * it one screen height less one line, if possible
244 */ 243 */
245#define RXVT_SCROLL_FULL 1 244#define RXVT_SCROLL_FULL 1
246 245
247/* 246/*
248 * (Hops) draw an internal border line on inside edge of the scrollbar 247 * (Hops) draw an internal border line on inside edge of the rxvt scrollbar
249 */ 248 */
250/* #define SB_BORDER */ 249/* #define SB_BORDER */
251 250
252/*---------------------------MULTILINGUAL-------------------------------*/ 251/*---------------------------MULTILINGUAL-------------------------------*/
253/* 252/*
270 * Change what ESC Z transmits instead of the default "\E[?1;2c" 269 * Change what ESC Z transmits instead of the default "\E[?1;2c"
271 */ 270 */
272/* #define ESCZ_ANSWER "\033[?1;2C" */ 271/* #define ESCZ_ANSWER "\033[?1;2C" */
273 272
274/* 273/*
275 * Allow foreground/background colour to be changed with an 274 * Allow foreground/background colour to be changed with xterm
276 * xterm escape sequence "\E]39;colour^G" 275 * operating system commands.
277 */ 276 */
278#define XTERM_COLOR_CHANGE 277#define XTERM_COLOR_CHANGE
279 278
280/* 279/*
281 * Remove secondary screen's independent cursor position, a la xterm 280 * Remove secondary screen's independent cursor position, a la xterm

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines