Mercurial > hg > xemacs-beta
comparison src/redisplay.c @ 448:3078fd1074e8 r21-2-39
Import from CVS: tag r21-2-39
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:38:25 +0200 |
parents | 576fb035e263 |
children | c33ae14dd6d0 |
comparison
equal
deleted
inserted
replaced
447:4fc5f13f3bd3 | 448:3078fd1074e8 |
---|---|
9364 and a specifier `cursor-shape' added, which allows a block | 9364 and a specifier `cursor-shape' added, which allows a block |
9365 cursor, a bar cursor, a flashing block or bar cursor, | 9365 cursor, a bar cursor, a flashing block or bar cursor, |
9366 maybe a caret cursor, etc. */ | 9366 maybe a caret cursor, etc. */ |
9367 | 9367 |
9368 DEFVAR_LISP ("bar-cursor", &Vbar_cursor /* | 9368 DEFVAR_LISP ("bar-cursor", &Vbar_cursor /* |
9369 Use vertical bar cursor if non-nil. If t width is 1 pixel, otherwise 2. | 9369 *Use vertical bar cursor if non-nil. If t width is 1 pixel, otherwise 2. |
9370 */ ); | 9370 */ ); |
9371 Vbar_cursor = Qnil; | 9371 Vbar_cursor = Qnil; |
9372 | 9372 |
9373 #ifndef INHIBIT_REDISPLAY_HOOKS | 9373 #ifndef INHIBIT_REDISPLAY_HOOKS |
9374 xxDEFVAR_LISP ("pre-redisplay-hook", &Vpre_redisplay_hook /* | 9374 xxDEFVAR_LISP ("pre-redisplay-hook", &Vpre_redisplay_hook /* |