diff options
Diffstat (limited to 'src/macterm.c')
| -rw-r--r-- | src/macterm.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/macterm.c b/src/macterm.c index f0f5a3f4722..7d27e5430eb 100644 --- a/src/macterm.c +++ b/src/macterm.c | |||
| @@ -8674,12 +8674,13 @@ mac_initialize () | |||
| 8674 | redeem_scroll_bar_hook = XTredeem_scroll_bar; | 8674 | redeem_scroll_bar_hook = XTredeem_scroll_bar; |
| 8675 | judge_scroll_bars_hook = XTjudge_scroll_bars; | 8675 | judge_scroll_bars_hook = XTjudge_scroll_bars; |
| 8676 | 8676 | ||
| 8677 | scroll_region_ok = 1; /* we'll scroll partial frames */ | 8677 | TERMINAL_SCROLL_REGION_OK (CURRENT_TERMINAL ()) = 1; /* we'll scroll partial frames */ |
| 8678 | char_ins_del_ok = 1; | 8678 | TERMINAL_CHAR_INS_DEL_OK (CURRENT_TERMINAL ()) = 1; |
| 8679 | line_ins_del_ok = 1; /* we'll just blt 'em */ | 8679 | TERMINAL_LINE_INS_DEL_OK (CURRENT_TERMINAL ()) = 1; /* we'll just blt 'em */ |
| 8680 | fast_clear_end_of_line = 1; /* X does this well */ | 8680 | TERMINAL_FAST_CLEAR_END_OF_LINE (CURRENT_TERMINAL ()) = 1; /* X does this well */ |
| 8681 | memory_below_frame = 0; /* we don't remember what scrolls | 8681 | TERMINAL_MEMORY_BELOW_FRAME (CURRENT_TERMINAL ()) = 0; /* we don't remember what |
| 8682 | off the bottom */ | 8682 | scrolls off the |
| 8683 | bottom */ | ||
| 8683 | baud_rate = 19200; | 8684 | baud_rate = 19200; |
| 8684 | 8685 | ||
| 8685 | x_noop_count = 0; | 8686 | x_noop_count = 0; |