comparison src/dispnew.c @ 7926:b87f2c705501

(syms_of_display): Make baud-rate a user var.
author Richard M. Stallman <rms@gnu.org>
date Thu, 16 Jun 1994 15:14:30 +0000
parents 60795e826dad
children 60e866c3e99c
comparison
equal deleted inserted replaced
7925:55a80566d955 7926:b87f2c705501
2464 2464
2465 frame_and_buffer_state = Fmake_vector (make_number (1), Qlambda); 2465 frame_and_buffer_state = Fmake_vector (make_number (1), Qlambda);
2466 staticpro (&frame_and_buffer_state); 2466 staticpro (&frame_and_buffer_state);
2467 2467
2468 DEFVAR_INT ("baud-rate", &baud_rate, 2468 DEFVAR_INT ("baud-rate", &baud_rate,
2469 "The output baud rate of the terminal.\n\ 2469 "*The output baud rate of the terminal.\n\
2470 On most systems, changing this value will affect the amount of padding\n\ 2470 On most systems, changing this value will affect the amount of padding\n\
2471 and the other strategic decisions made during redisplay."); 2471 and the other strategic decisions made during redisplay.");
2472 DEFVAR_BOOL ("inverse-video", &inverse_video, 2472 DEFVAR_BOOL ("inverse-video", &inverse_video,
2473 "*Non-nil means invert the entire frame display.\n\ 2473 "*Non-nil means invert the entire frame display.\n\
2474 This means everything is in inverse video which otherwise would not be."); 2474 This means everything is in inverse video which otherwise would not be.");