]> code.delx.au - gnu-emacs/blob - src/term.c
Merge from emacs--devo--0
[gnu-emacs] / src / term.c
1 /* Terminal control module for terminals described by TERMCAP
2 Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1998, 2000, 2001,
3 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
4
5 This file is part of GNU Emacs.
6
7 GNU Emacs is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2, or (at your option)
10 any later version.
11
12 GNU Emacs is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with GNU Emacs; see the file COPYING. If not, write to
19 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 Boston, MA 02110-1301, USA. */
21
22 /* New redisplay, TTY faces by Gerd Moellmann <gerd@gnu.org>. */
23
24 #include <config.h>
25 #include <stdio.h>
26 #include <ctype.h>
27 #include <string.h>
28
29 #include "termchar.h"
30 #include "termopts.h"
31 #include "lisp.h"
32 #include "buffer.h"
33 #include "character.h"
34 #include "charset.h"
35 #include "coding.h"
36 #include "composite.h"
37 #include "keyboard.h"
38 #include "frame.h"
39 #include "disptab.h"
40 #include "termhooks.h"
41 #include "dispextern.h"
42 #include "window.h"
43 #include "keymap.h"
44 #include "blockinput.h"
45
46 /* For now, don't try to include termcap.h. On some systems,
47 configure finds a non-standard termcap.h that the main build
48 won't find. */
49
50 #if defined HAVE_TERMCAP_H && 0
51 #include <termcap.h>
52 #else
53 extern void tputs P_ ((const char *, int, int (*)(int)));
54 extern int tgetent P_ ((char *, const char *));
55 extern int tgetflag P_ ((char *id));
56 extern int tgetnum P_ ((char *id));
57 #endif
58
59 #include "cm.h"
60 #ifdef HAVE_X_WINDOWS
61 #include "xterm.h"
62 #endif
63 #ifdef MAC_OS
64 #include "macterm.h"
65 #endif
66
67 static void turn_on_face P_ ((struct frame *, int face_id));
68 static void turn_off_face P_ ((struct frame *, int face_id));
69 static void tty_show_cursor P_ ((void));
70 static void tty_hide_cursor P_ ((void));
71
72 #define OUTPUT(a) \
73 tputs (a, (int) (FRAME_LINES (XFRAME (selected_frame)) - curY), cmputc)
74 #define OUTPUT1(a) tputs (a, 1, cmputc)
75 #define OUTPUTL(a, lines) tputs (a, lines, cmputc)
76
77 #define OUTPUT_IF(a) \
78 do { \
79 if (a) \
80 tputs (a, (int) (FRAME_LINES (XFRAME (selected_frame)) \
81 - curY), cmputc); \
82 } while (0)
83
84 #define OUTPUT1_IF(a) do { if (a) tputs (a, 1, cmputc); } while (0)
85
86 /* Display space properties */
87
88 extern Lisp_Object Qspace, QCalign_to, QCwidth;
89
90 /* Function to use to ring the bell. */
91
92 Lisp_Object Vring_bell_function;
93
94 /* If true, use "vs", otherwise use "ve" to make the cursor visible. */
95
96 static int visible_cursor;
97
98 /* Terminal characteristics that higher levels want to look at.
99 These are all extern'd in termchar.h */
100
101 int must_write_spaces; /* Nonzero means spaces in the text
102 must actually be output; can't just skip
103 over some columns to leave them blank. */
104 int min_padding_speed; /* Speed below which no padding necessary */
105
106 int line_ins_del_ok; /* Terminal can insert and delete lines */
107 int char_ins_del_ok; /* Terminal can insert and delete chars */
108 int scroll_region_ok; /* Terminal supports setting the
109 scroll window */
110 int scroll_region_cost; /* Cost of setting a scroll window,
111 measured in characters */
112 int memory_below_frame; /* Terminal remembers lines
113 scrolled off bottom */
114 int fast_clear_end_of_line; /* Terminal has a `ce' string */
115
116 /* Nonzero means no need to redraw the entire frame on resuming
117 a suspended Emacs. This is useful on terminals with multiple pages,
118 where one page is used for Emacs and another for all else. */
119
120 int no_redraw_on_reenter;
121
122 /* Hook functions that you can set to snap out the functions in this file.
123 These are all extern'd in termhooks.h */
124
125 void (*cursor_to_hook) P_ ((int, int));
126 void (*raw_cursor_to_hook) P_ ((int, int));
127 void (*clear_to_end_hook) P_ ((void));
128 void (*clear_frame_hook) P_ ((void));
129 void (*clear_end_of_line_hook) P_ ((int));
130
131 void (*ins_del_lines_hook) P_ ((int, int));
132
133 void (*delete_glyphs_hook) P_ ((int));
134
135 void (*ring_bell_hook) P_ ((void));
136
137 void (*reset_terminal_modes_hook) P_ ((void));
138 void (*set_terminal_modes_hook) P_ ((void));
139 void (*update_begin_hook) P_ ((struct frame *));
140 void (*update_end_hook) P_ ((struct frame *));
141 void (*set_terminal_window_hook) P_ ((int));
142 void (*insert_glyphs_hook) P_ ((struct glyph *, int));
143 void (*write_glyphs_hook) P_ ((struct glyph *, int));
144 void (*delete_glyphs_hook) P_ ((int));
145
146 int (*read_socket_hook) P_ ((int, int, struct input_event *));
147
148 void (*frame_up_to_date_hook) P_ ((struct frame *));
149
150 /* Return the current position of the mouse.
151
152 Set *f to the frame the mouse is in, or zero if the mouse is in no
153 Emacs frame. If it is set to zero, all the other arguments are
154 garbage.
155
156 If the motion started in a scroll bar, set *bar_window to the
157 scroll bar's window, *part to the part the mouse is currently over,
158 *x to the position of the mouse along the scroll bar, and *y to the
159 overall length of the scroll bar.
160
161 Otherwise, set *bar_window to Qnil, and *x and *y to the column and
162 row of the character cell the mouse is over.
163
164 Set *time to the time the mouse was at the returned position.
165
166 This should clear mouse_moved until the next motion
167 event arrives. */
168
169 void (*mouse_position_hook) P_ ((FRAME_PTR *f, int insist,
170 Lisp_Object *bar_window,
171 enum scroll_bar_part *part,
172 Lisp_Object *x,
173 Lisp_Object *y,
174 unsigned long *time));
175
176 /* When reading from a minibuffer in a different frame, Emacs wants
177 to shift the highlight from the selected frame to the mini-buffer's
178 frame; under X, this means it lies about where the focus is.
179 This hook tells the window system code to re-decide where to put
180 the highlight. */
181
182 void (*frame_rehighlight_hook) P_ ((FRAME_PTR f));
183
184 /* If we're displaying frames using a window system that can stack
185 frames on top of each other, this hook allows you to bring a frame
186 to the front, or bury it behind all the other windows. If this
187 hook is zero, that means the device we're displaying on doesn't
188 support overlapping frames, so there's no need to raise or lower
189 anything.
190
191 If RAISE is non-zero, F is brought to the front, before all other
192 windows. If RAISE is zero, F is sent to the back, behind all other
193 windows. */
194
195 void (*frame_raise_lower_hook) P_ ((FRAME_PTR f, int raise));
196
197 /* If the value of the frame parameter changed, whis hook is called.
198 For example, if going from fullscreen to not fullscreen this hook
199 may do something OS dependent, like extended window manager hints on X11. */
200 void (*fullscreen_hook) P_ ((struct frame *f));
201
202 /* Set the vertical scroll bar for WINDOW to have its upper left corner
203 at (TOP, LEFT), and be LENGTH rows high. Set its handle to
204 indicate that we are displaying PORTION characters out of a total
205 of WHOLE characters, starting at POSITION. If WINDOW doesn't yet
206 have a scroll bar, create one for it. */
207
208 void (*set_vertical_scroll_bar_hook)
209 P_ ((struct window *window,
210 int portion, int whole, int position));
211
212
213 /* The following three hooks are used when we're doing a thorough
214 redisplay of the frame. We don't explicitly know which scroll bars
215 are going to be deleted, because keeping track of when windows go
216 away is a real pain - can you say set-window-configuration?
217 Instead, we just assert at the beginning of redisplay that *all*
218 scroll bars are to be removed, and then save scroll bars from the
219 fiery pit when we actually redisplay their window. */
220
221 /* Arrange for all scroll bars on FRAME to be removed at the next call
222 to `*judge_scroll_bars_hook'. A scroll bar may be spared if
223 `*redeem_scroll_bar_hook' is applied to its window before the judgment.
224
225 This should be applied to each frame each time its window tree is
226 redisplayed, even if it is not displaying scroll bars at the moment;
227 if the HAS_SCROLL_BARS flag has just been turned off, only calling
228 this and the judge_scroll_bars_hook will get rid of them.
229
230 If non-zero, this hook should be safe to apply to any frame,
231 whether or not it can support scroll bars, and whether or not it is
232 currently displaying them. */
233
234 void (*condemn_scroll_bars_hook) P_ ((FRAME_PTR frame));
235
236 /* Unmark WINDOW's scroll bar for deletion in this judgement cycle.
237 Note that it's okay to redeem a scroll bar that is not condemned. */
238
239 void (*redeem_scroll_bar_hook) P_ ((struct window *window));
240
241 /* Remove all scroll bars on FRAME that haven't been saved since the
242 last call to `*condemn_scroll_bars_hook'.
243
244 This should be applied to each frame after each time its window
245 tree is redisplayed, even if it is not displaying scroll bars at the
246 moment; if the HAS_SCROLL_BARS flag has just been turned off, only
247 calling this and condemn_scroll_bars_hook will get rid of them.
248
249 If non-zero, this hook should be safe to apply to any frame,
250 whether or not it can support scroll bars, and whether or not it is
251 currently displaying them. */
252
253 void (*judge_scroll_bars_hook) P_ ((FRAME_PTR FRAME));
254
255 /* Strings, numbers and flags taken from the termcap entry. */
256
257 char *TS_ins_line; /* "al" */
258 char *TS_ins_multi_lines; /* "AL" (one parameter, # lines to insert) */
259 char *TS_bell; /* "bl" */
260 char *TS_clr_to_bottom; /* "cd" */
261 char *TS_clr_line; /* "ce", clear to end of line */
262 char *TS_clr_frame; /* "cl" */
263 char *TS_set_scroll_region; /* "cs" (2 params, first line and last line) */
264 char *TS_set_scroll_region_1; /* "cS" (4 params: total lines,
265 lines above scroll region, lines below it,
266 total lines again) */
267 char *TS_del_char; /* "dc" */
268 char *TS_del_multi_chars; /* "DC" (one parameter, # chars to delete) */
269 char *TS_del_line; /* "dl" */
270 char *TS_del_multi_lines; /* "DL" (one parameter, # lines to delete) */
271 char *TS_delete_mode; /* "dm", enter character-delete mode */
272 char *TS_end_delete_mode; /* "ed", leave character-delete mode */
273 char *TS_end_insert_mode; /* "ei", leave character-insert mode */
274 char *TS_ins_char; /* "ic" */
275 char *TS_ins_multi_chars; /* "IC" (one parameter, # chars to insert) */
276 char *TS_insert_mode; /* "im", enter character-insert mode */
277 char *TS_pad_inserted_char; /* "ip". Just padding, no commands. */
278 char *TS_end_keypad_mode; /* "ke" */
279 char *TS_keypad_mode; /* "ks" */
280 char *TS_pad_char; /* "pc", char to use as padding */
281 char *TS_repeat; /* "rp" (2 params, # times to repeat
282 and character to be repeated) */
283 char *TS_end_standout_mode; /* "se" */
284 char *TS_fwd_scroll; /* "sf" */
285 char *TS_standout_mode; /* "so" */
286 char *TS_rev_scroll; /* "sr" */
287 char *TS_end_termcap_modes; /* "te" */
288 char *TS_termcap_modes; /* "ti" */
289 char *TS_visible_bell; /* "vb" */
290 char *TS_cursor_normal; /* "ve" */
291 char *TS_cursor_visible; /* "vs" */
292 char *TS_cursor_invisible; /* "vi" */
293 char *TS_set_window; /* "wi" (4 params, start and end of window,
294 each as vpos and hpos) */
295
296 /* Value of the "NC" (no_color_video) capability, or 0 if not
297 present. */
298
299 static int TN_no_color_video;
300
301 /* Meaning of bits in no_color_video. Each bit set means that the
302 corresponding attribute cannot be combined with colors. */
303
304 enum no_color_bit
305 {
306 NC_STANDOUT = 1 << 0,
307 NC_UNDERLINE = 1 << 1,
308 NC_REVERSE = 1 << 2,
309 NC_BLINK = 1 << 3,
310 NC_DIM = 1 << 4,
311 NC_BOLD = 1 << 5,
312 NC_INVIS = 1 << 6,
313 NC_PROTECT = 1 << 7,
314 NC_ALT_CHARSET = 1 << 8
315 };
316
317 /* "md" -- turn on bold (extra bright mode). */
318
319 char *TS_enter_bold_mode;
320
321 /* "mh" -- turn on half-bright mode. */
322
323 char *TS_enter_dim_mode;
324
325 /* "mb" -- enter blinking mode. */
326
327 char *TS_enter_blink_mode;
328
329 /* "mr" -- enter reverse video mode. */
330
331 char *TS_enter_reverse_mode;
332
333 /* "us"/"ue" -- start/end underlining. */
334
335 char *TS_exit_underline_mode, *TS_enter_underline_mode;
336
337 /* "as"/"ae" -- start/end alternate character set. Not really
338 supported, yet. */
339
340 char *TS_enter_alt_charset_mode, *TS_exit_alt_charset_mode;
341
342 /* "me" -- switch appearances off. */
343
344 char *TS_exit_attribute_mode;
345
346 /* "Co" -- number of colors. */
347
348 int TN_max_colors;
349
350 /* "pa" -- max. number of color pairs on screen. Not handled yet.
351 Could be a problem if not equal to TN_max_colors * TN_max_colors. */
352
353 int TN_max_pairs;
354
355 /* "op" -- SVr4 set default pair to its original value. */
356
357 char *TS_orig_pair;
358
359 /* "AF"/"AB" or "Sf"/"Sb"-- set ANSI or SVr4 foreground/background color.
360 1 param, the color index. */
361
362 char *TS_set_foreground, *TS_set_background;
363
364 int TF_hazeltine; /* termcap hz flag. */
365 int TF_insmode_motion; /* termcap mi flag: can move while in insert mode. */
366 int TF_standout_motion; /* termcap mi flag: can move while in standout mode. */
367 int TF_underscore; /* termcap ul flag: _ underlines if over-struck on
368 non-blank position. Must clear before writing _. */
369 int TF_teleray; /* termcap xt flag: many weird consequences.
370 For t1061. */
371
372 static int RPov; /* # chars to start a TS_repeat */
373
374 static int delete_in_insert_mode; /* delete mode == insert mode */
375
376 static int se_is_so; /* 1 if same string both enters and leaves
377 standout mode */
378
379 /* internal state */
380
381 /* The largest frame width in any call to calculate_costs. */
382
383 int max_frame_cols;
384
385 /* The largest frame height in any call to calculate_costs. */
386
387 int max_frame_lines;
388
389 static int costs_set; /* Nonzero if costs have been calculated. */
390
391 int insert_mode; /* Nonzero when in insert mode. */
392 int standout_mode; /* Nonzero when in standout mode. */
393
394 /* Size of window specified by higher levels.
395 This is the number of lines, from the top of frame downwards,
396 which can participate in insert-line/delete-line operations.
397
398 Effectively it excludes the bottom frame_lines - specified_window_size
399 lines from those operations. */
400
401 int specified_window;
402
403 /* Frame currently being redisplayed; 0 if not currently redisplaying.
404 (Direct output does not count). */
405
406 FRAME_PTR updating_frame;
407
408 /* Provided for lisp packages. */
409
410 static int system_uses_terminfo;
411
412 /* Flag used in tty_show/hide_cursor. */
413
414 static int tty_cursor_hidden;
415
416 char *tparam ();
417
418 extern char *tgetstr ();
419 \f
420
421 #ifdef WINDOWSNT
422 /* We aren't X windows, but we aren't termcap either. This makes me
423 uncertain as to what value to use for frame.output_method. For
424 this file, we'll define FRAME_TERMCAP_P to be zero so that our
425 output hooks get called instead of the termcap functions. Probably
426 the best long-term solution is to define an output_windows_nt... */
427
428 #undef FRAME_TERMCAP_P
429 #define FRAME_TERMCAP_P(_f_) 0
430 #endif /* WINDOWSNT */
431
432 void
433 ring_bell ()
434 {
435 if (!NILP (Vring_bell_function))
436 {
437 Lisp_Object function;
438
439 /* Temporarily set the global variable to nil
440 so that if we get an error, it stays nil
441 and we don't call it over and over.
442
443 We don't specbind it, because that would carefully
444 restore the bad value if there's an error
445 and make the loop of errors happen anyway. */
446
447 function = Vring_bell_function;
448 Vring_bell_function = Qnil;
449
450 call0 (function);
451
452 Vring_bell_function = function;
453 }
454 else if (!FRAME_TERMCAP_P (XFRAME (selected_frame)))
455 (*ring_bell_hook) ();
456 else
457 OUTPUT (TS_visible_bell && visible_bell ? TS_visible_bell : TS_bell);
458 }
459
460 void
461 set_terminal_modes ()
462 {
463 if (FRAME_TERMCAP_P (XFRAME (selected_frame)))
464 {
465 if (TS_termcap_modes)
466 OUTPUT (TS_termcap_modes);
467 else
468 {
469 /* Output enough newlines to scroll all the old screen contents
470 off the screen, so it won't be overwritten and lost. */
471 int i;
472 for (i = 0; i < FRAME_LINES (XFRAME (selected_frame)); i++)
473 putchar ('\n');
474 }
475
476 OUTPUT_IF (visible_cursor ? TS_cursor_visible : TS_cursor_normal);
477 OUTPUT_IF (TS_keypad_mode);
478 losecursor ();
479 }
480 else
481 (*set_terminal_modes_hook) ();
482 }
483
484 void
485 reset_terminal_modes ()
486 {
487 if (FRAME_TERMCAP_P (XFRAME (selected_frame)))
488 {
489 turn_off_highlight ();
490 turn_off_insert ();
491 OUTPUT_IF (TS_end_keypad_mode);
492 OUTPUT_IF (TS_cursor_normal);
493 OUTPUT_IF (TS_end_termcap_modes);
494 OUTPUT_IF (TS_orig_pair);
495 /* Output raw CR so kernel can track the cursor hpos. */
496 cmputc ('\r');
497 }
498 else if (reset_terminal_modes_hook)
499 (*reset_terminal_modes_hook) ();
500 }
501
502 void
503 update_begin (f)
504 struct frame *f;
505 {
506 updating_frame = f;
507 if (!FRAME_TERMCAP_P (f))
508 update_begin_hook (f);
509 }
510
511 void
512 update_end (f)
513 struct frame *f;
514 {
515 if (FRAME_TERMCAP_P (f))
516 {
517 if (!XWINDOW (selected_window)->cursor_off_p)
518 tty_show_cursor ();
519 turn_off_insert ();
520 background_highlight ();
521 }
522 else
523 update_end_hook (f);
524
525 updating_frame = NULL;
526 }
527
528 void
529 set_terminal_window (size)
530 int size;
531 {
532 if (FRAME_TERMCAP_P (updating_frame))
533 {
534 specified_window = size ? size : FRAME_LINES (updating_frame);
535 if (scroll_region_ok)
536 set_scroll_region (0, specified_window);
537 }
538 else
539 set_terminal_window_hook (size);
540 }
541
542 void
543 set_scroll_region (start, stop)
544 int start, stop;
545 {
546 char *buf;
547 struct frame *sf = XFRAME (selected_frame);
548
549 if (TS_set_scroll_region)
550 buf = tparam (TS_set_scroll_region, 0, 0, start, stop - 1);
551 else if (TS_set_scroll_region_1)
552 buf = tparam (TS_set_scroll_region_1, 0, 0,
553 FRAME_LINES (sf), start,
554 FRAME_LINES (sf) - stop,
555 FRAME_LINES (sf));
556 else
557 buf = tparam (TS_set_window, 0, 0, start, 0, stop, FRAME_COLS (sf));
558
559 OUTPUT (buf);
560 xfree (buf);
561 losecursor ();
562 }
563
564 \f
565 static void
566 turn_on_insert ()
567 {
568 if (!insert_mode)
569 OUTPUT (TS_insert_mode);
570 insert_mode = 1;
571 }
572
573 void
574 turn_off_insert ()
575 {
576 if (insert_mode)
577 OUTPUT (TS_end_insert_mode);
578 insert_mode = 0;
579 }
580 \f
581 /* Handle highlighting. */
582
583 void
584 turn_off_highlight ()
585 {
586 if (standout_mode)
587 OUTPUT_IF (TS_end_standout_mode);
588 standout_mode = 0;
589 }
590
591 static void
592 turn_on_highlight ()
593 {
594 if (!standout_mode)
595 OUTPUT_IF (TS_standout_mode);
596 standout_mode = 1;
597 }
598
599 static void
600 toggle_highlight ()
601 {
602 if (standout_mode)
603 turn_off_highlight ();
604 else
605 turn_on_highlight ();
606 }
607
608
609 /* Make cursor invisible. */
610
611 static void
612 tty_hide_cursor ()
613 {
614 if (tty_cursor_hidden == 0)
615 {
616 tty_cursor_hidden = 1;
617 OUTPUT_IF (TS_cursor_invisible);
618 }
619 }
620
621
622 /* Ensure that cursor is visible. */
623
624 static void
625 tty_show_cursor ()
626 {
627 if (tty_cursor_hidden)
628 {
629 tty_cursor_hidden = 0;
630 OUTPUT_IF (TS_cursor_normal);
631 if (visible_cursor)
632 OUTPUT_IF (TS_cursor_visible);
633 }
634 }
635
636
637 /* Set standout mode to the state it should be in for
638 empty space inside windows. What this is,
639 depends on the user option inverse-video. */
640
641 void
642 background_highlight ()
643 {
644 if (inverse_video)
645 turn_on_highlight ();
646 else
647 turn_off_highlight ();
648 }
649
650 /* Set standout mode to the mode specified for the text to be output. */
651
652 static void
653 highlight_if_desired ()
654 {
655 if (inverse_video)
656 turn_on_highlight ();
657 else
658 turn_off_highlight ();
659 }
660 \f
661
662 /* Move cursor to row/column position VPOS/HPOS. HPOS/VPOS are
663 frame-relative coordinates. */
664
665 void
666 cursor_to (vpos, hpos)
667 int vpos, hpos;
668 {
669 struct frame *f = updating_frame ? updating_frame : XFRAME (selected_frame);
670
671 if (! FRAME_TERMCAP_P (f) && cursor_to_hook)
672 {
673 (*cursor_to_hook) (vpos, hpos);
674 return;
675 }
676
677 /* Detect the case where we are called from reset_sys_modes
678 and the costs have never been calculated. Do nothing. */
679 if (! costs_set)
680 return;
681
682 if (curY == vpos && curX == hpos)
683 return;
684 if (!TF_standout_motion)
685 background_highlight ();
686 if (!TF_insmode_motion)
687 turn_off_insert ();
688 cmgoto (vpos, hpos);
689 }
690
691 /* Similar but don't take any account of the wasted characters. */
692
693 void
694 raw_cursor_to (row, col)
695 int row, col;
696 {
697 struct frame *f = updating_frame ? updating_frame : XFRAME (selected_frame);
698 if (! FRAME_TERMCAP_P (f))
699 {
700 (*raw_cursor_to_hook) (row, col);
701 return;
702 }
703 if (curY == row && curX == col)
704 return;
705 if (!TF_standout_motion)
706 background_highlight ();
707 if (!TF_insmode_motion)
708 turn_off_insert ();
709 cmgoto (row, col);
710 }
711 \f
712 /* Erase operations */
713
714 /* clear from cursor to end of frame */
715 void
716 clear_to_end ()
717 {
718 register int i;
719
720 if (clear_to_end_hook && ! FRAME_TERMCAP_P (updating_frame))
721 {
722 (*clear_to_end_hook) ();
723 return;
724 }
725 if (TS_clr_to_bottom)
726 {
727 background_highlight ();
728 OUTPUT (TS_clr_to_bottom);
729 }
730 else
731 {
732 for (i = curY; i < FRAME_LINES (XFRAME (selected_frame)); i++)
733 {
734 cursor_to (i, 0);
735 clear_end_of_line (FRAME_COLS (XFRAME (selected_frame)));
736 }
737 }
738 }
739
740 /* Clear entire frame */
741
742 void
743 clear_frame ()
744 {
745 struct frame *sf = XFRAME (selected_frame);
746
747 if (clear_frame_hook
748 && ! FRAME_TERMCAP_P ((updating_frame ? updating_frame : sf)))
749 {
750 (*clear_frame_hook) ();
751 return;
752 }
753 if (TS_clr_frame)
754 {
755 background_highlight ();
756 OUTPUT (TS_clr_frame);
757 cmat (0, 0);
758 }
759 else
760 {
761 cursor_to (0, 0);
762 clear_to_end ();
763 }
764 }
765
766 /* Clear from cursor to end of line.
767 Assume that the line is already clear starting at column first_unused_hpos.
768
769 Note that the cursor may be moved, on terminals lacking a `ce' string. */
770
771 void
772 clear_end_of_line (first_unused_hpos)
773 int first_unused_hpos;
774 {
775 register int i;
776
777 if (clear_end_of_line_hook
778 && ! FRAME_TERMCAP_P ((updating_frame
779 ? updating_frame
780 : XFRAME (selected_frame))))
781 {
782 (*clear_end_of_line_hook) (first_unused_hpos);
783 return;
784 }
785
786 /* Detect the case where we are called from reset_sys_modes
787 and the costs have never been calculated. Do nothing. */
788 if (! costs_set)
789 return;
790
791 if (curX >= first_unused_hpos)
792 return;
793 background_highlight ();
794 if (TS_clr_line)
795 {
796 OUTPUT1 (TS_clr_line);
797 }
798 else
799 { /* have to do it the hard way */
800 struct frame *sf = XFRAME (selected_frame);
801 turn_off_insert ();
802
803 /* Do not write in last row last col with Auto-wrap on. */
804 if (AutoWrap && curY == FRAME_LINES (sf) - 1
805 && first_unused_hpos == FRAME_COLS (sf))
806 first_unused_hpos--;
807
808 for (i = curX; i < first_unused_hpos; i++)
809 {
810 if (termscript)
811 fputc (' ', termscript);
812 putchar (' ');
813 }
814 cmplus (first_unused_hpos - curX);
815 }
816 }
817 \f
818 /* Buffers to store the source and result of code conversion for terminal. */
819 static unsigned char *encode_terminal_src;
820 static unsigned char *encode_terminal_dst;
821 /* Allocated sizes of the above buffers. */
822 static int encode_terminal_src_size;
823 static int encode_terminal_dst_size;
824
825 /* Encode SRC_LEN glyphs starting at SRC to terminal output codes.
826 Set CODING->produced to the byte-length of the resulting byte
827 sequence, and return a pointer to that byte sequence. */
828
829 unsigned char *
830 encode_terminal_code (src, src_len, coding)
831 struct glyph *src;
832 int src_len;
833 struct coding_system *coding;
834 {
835 struct glyph *src_end = src + src_len;
836 register GLYPH g;
837 unsigned char *buf;
838 int nchars, nbytes, required;
839 register int tlen = GLYPH_TABLE_LENGTH;
840 register Lisp_Object *tbase = GLYPH_TABLE_BASE;
841 Lisp_Object charset_list;
842
843 /* Allocate sufficient size of buffer to store all characters in
844 multibyte-form. But, it may be enlarged on demand if
845 Vglyph_table contains a string or a composite glyph is
846 encountered. */
847 required = MAX_MULTIBYTE_LENGTH * src_len;
848 if (encode_terminal_src_size < required)
849 {
850 if (encode_terminal_src_size == 0)
851 encode_terminal_src = xmalloc (required);
852 else
853 encode_terminal_src = xrealloc (encode_terminal_src, required);
854 encode_terminal_src_size = required;
855 }
856
857 charset_list = coding_charset_list (coding);
858
859 buf = encode_terminal_src;
860 nchars = 0;
861 while (src < src_end)
862 {
863 if (src->type == COMPOSITE_GLYPH)
864 {
865 struct composition *cmp = composition_table[src->u.cmp_id];
866 int i;
867
868 nbytes = buf - encode_terminal_src;
869 required = MAX_MULTIBYTE_LENGTH * cmp->glyph_len;
870
871 if (encode_terminal_src_size < nbytes + required)
872 {
873 encode_terminal_src_size = nbytes + required;
874 encode_terminal_src = xrealloc (encode_terminal_src,
875 encode_terminal_src_size);
876 buf = encode_terminal_src + nbytes;
877 }
878
879 for (i = 0; i < cmp->glyph_len; i++)
880 {
881 int c = COMPOSITION_GLYPH (cmp, i);
882
883 if (! char_charset (c, charset_list, NULL))
884 break;
885 buf += CHAR_STRING (c, buf);
886 nchars++;
887 }
888 if (i == 0)
889 {
890 /* The first character of the composition is not encodable. */
891 *buf++ = '?';
892 nchars++;
893 }
894 }
895 /* We must skip glyphs to be padded for a wide character. */
896 else if (! CHAR_GLYPH_PADDING_P (*src))
897 {
898 int c;
899 Lisp_Object string;
900
901 string = Qnil;
902 g = GLYPH_FROM_CHAR_GLYPH (src[0]);
903
904 if (g < 0 || g >= tlen)
905 {
906 /* This glyph doesn't has an entry in Vglyph_table. */
907 c = src->u.ch;
908 }
909 else
910 {
911 /* This glyph has an entry in Vglyph_table,
912 so process any alias before testing for simpleness. */
913 GLYPH_FOLLOW_ALIASES (tbase, tlen, g);
914
915 if (GLYPH_SIMPLE_P (tbase, tlen, g))
916 /* We set the multi-byte form of a character in G
917 (that should be an ASCII character) at WORKBUF. */
918 c = FAST_GLYPH_CHAR (g);
919 else
920 /* We have a string in Vglyph_table. */
921 string = tbase[g];
922 }
923
924 if (NILP (string))
925 {
926 nbytes = buf - encode_terminal_src;
927 if (encode_terminal_src_size < nbytes + MAX_MULTIBYTE_LENGTH)
928 {
929 encode_terminal_src_size = nbytes + MAX_MULTIBYTE_LENGTH;
930 encode_terminal_src = xrealloc (encode_terminal_src,
931 encode_terminal_src_size);
932 buf = encode_terminal_src + nbytes;
933 }
934 if (char_charset (c, charset_list, NULL))
935 {
936 /* Store the multibyte form of C at BUF. */
937 buf += CHAR_STRING (c, buf);
938 nchars++;
939 }
940 else
941 {
942 /* C is not encodable. */
943 *buf++ = '?';
944 nchars++;
945 while (src + 1 < src_end && CHAR_GLYPH_PADDING_P (src[1]))
946 {
947 *buf++ = '?';
948 nchars++;
949 src++;
950 }
951 }
952 }
953 else
954 {
955 unsigned char *p = SDATA (string), *pend = p + SBYTES (string);
956
957 if (! STRING_MULTIBYTE (string))
958 string = string_to_multibyte (string);
959 nbytes = buf - encode_terminal_src;
960 if (encode_terminal_src_size < nbytes + SBYTES (string))
961 {
962 encode_terminal_src_size = nbytes + SBYTES (string);
963 encode_terminal_src = xrealloc (encode_terminal_src,
964 encode_terminal_src_size);
965 buf = encode_terminal_src + nbytes;
966 }
967 bcopy (SDATA (string), buf, SBYTES (string));
968 buf += SBYTES (string);
969 nchars += SCHARS (string);
970 }
971 }
972 src++;
973 }
974
975 if (nchars == 0)
976 {
977 coding->produced = 0;
978 return NULL;
979 }
980
981 nbytes = buf - encode_terminal_src;
982 coding->source = encode_terminal_src;
983 if (encode_terminal_dst_size == 0)
984 {
985 encode_terminal_dst_size = encode_terminal_src_size;
986 encode_terminal_dst = xmalloc (encode_terminal_dst_size);
987 }
988 coding->destination = encode_terminal_dst;
989 coding->dst_bytes = encode_terminal_dst_size;
990 encode_coding_object (coding, Qnil, 0, 0, nchars, nbytes, Qnil);
991 /* coding->destination may have been reallocated. */
992 encode_terminal_dst = coding->destination;
993 encode_terminal_dst_size = coding->dst_bytes;
994
995 return (encode_terminal_dst);
996 }
997
998
999 void
1000 write_glyphs (string, len)
1001 register struct glyph *string;
1002 register int len;
1003 {
1004 int produced, consumed;
1005 struct frame *sf = XFRAME (selected_frame);
1006 struct frame *f = updating_frame ? updating_frame : sf;
1007 unsigned char *conversion_buffer;
1008 struct coding_system *coding;
1009
1010 if (write_glyphs_hook
1011 && ! FRAME_TERMCAP_P (f))
1012 {
1013 (*write_glyphs_hook) (string, len);
1014 return;
1015 }
1016
1017 turn_off_insert ();
1018 tty_hide_cursor ();
1019
1020 /* Don't dare write in last column of bottom line, if Auto-Wrap,
1021 since that would scroll the whole frame on some terminals. */
1022
1023 if (AutoWrap
1024 && curY + 1 == FRAME_LINES (sf)
1025 && (curX + len) == FRAME_COLS (sf))
1026 len --;
1027 if (len <= 0)
1028 return;
1029
1030 cmplus (len);
1031
1032 /* If terminal_coding does any conversion, use it, otherwise use
1033 safe_terminal_coding. We can't use CODING_REQUIRE_ENCODING here
1034 because it always return 1 if the member src_multibyte is 1. */
1035 coding = (terminal_coding.common_flags & CODING_REQUIRE_ENCODING_MASK
1036 ? &terminal_coding : &safe_terminal_coding);
1037 /* The mode bit CODING_MODE_LAST_BLOCK should be set to 1 only at
1038 the tail. */
1039 coding->mode &= ~CODING_MODE_LAST_BLOCK;
1040
1041 while (len > 0)
1042 {
1043 /* Identify a run of glyphs with the same face. */
1044 int face_id = string->face_id;
1045 int n;
1046
1047 for (n = 1; n < len; ++n)
1048 if (string[n].face_id != face_id)
1049 break;
1050
1051 /* Turn appearance modes of the face of the run on. */
1052 highlight_if_desired ();
1053 turn_on_face (f, face_id);
1054
1055 if (n == len)
1056 /* This is the last run. */
1057 coding->mode |= CODING_MODE_LAST_BLOCK;
1058 conversion_buffer = encode_terminal_code (string, n, coding);
1059 if (coding->produced > 0)
1060 {
1061 BLOCK_INPUT;
1062 fwrite (conversion_buffer, 1, coding->produced, stdout);
1063 if (ferror (stdout))
1064 clearerr (stdout);
1065 if (termscript)
1066 fwrite (conversion_buffer, 1, coding->produced, termscript);
1067 UNBLOCK_INPUT;
1068 }
1069 len -= n;
1070 string += n;
1071
1072 /* Turn appearance modes off. */
1073 turn_off_face (f, face_id);
1074 turn_off_highlight ();
1075 }
1076
1077 cmcheckmagic ();
1078 }
1079
1080 /* If start is zero, insert blanks instead of a string at start */
1081
1082 void
1083 insert_glyphs (start, len)
1084 register struct glyph *start;
1085 register int len;
1086 {
1087 char *buf;
1088 struct glyph *glyph = NULL;
1089 struct frame *f, *sf;
1090 unsigned char *conversion_buffer;
1091 unsigned char space[1];
1092 struct coding_system *coding;
1093
1094 if (len <= 0)
1095 return;
1096
1097 if (insert_glyphs_hook)
1098 {
1099 (*insert_glyphs_hook) (start, len);
1100 return;
1101 }
1102
1103 sf = XFRAME (selected_frame);
1104 f = updating_frame ? updating_frame : sf;
1105
1106 if (TS_ins_multi_chars)
1107 {
1108 buf = tparam (TS_ins_multi_chars, 0, 0, len);
1109 OUTPUT1 (buf);
1110 xfree (buf);
1111 if (start)
1112 write_glyphs (start, len);
1113 return;
1114 }
1115
1116 turn_on_insert ();
1117 cmplus (len);
1118
1119 if (! start)
1120 space[0] = SPACEGLYPH;
1121
1122 /* If terminal_coding does any conversion, use it, otherwise use
1123 safe_terminal_coding. We can't use CODING_REQUIRE_ENCODING here
1124 because it always return 1 if the member src_multibyte is 1. */
1125 coding = (terminal_coding.common_flags & CODING_REQUIRE_ENCODING_MASK
1126 ? &terminal_coding : &safe_terminal_coding);
1127 /* The mode bit CODING_MODE_LAST_BLOCK should be set to 1 only at
1128 the tail. */
1129 coding->mode &= ~CODING_MODE_LAST_BLOCK;
1130
1131 while (len-- > 0)
1132 {
1133 OUTPUT1_IF (TS_ins_char);
1134 if (!start)
1135 {
1136 conversion_buffer = space;
1137 coding->produced = 1;
1138 }
1139 else
1140 {
1141 highlight_if_desired ();
1142 turn_on_face (f, start->face_id);
1143 glyph = start;
1144 ++start;
1145 /* We must open sufficient space for a character which
1146 occupies more than one column. */
1147 while (len && CHAR_GLYPH_PADDING_P (*start))
1148 {
1149 OUTPUT1_IF (TS_ins_char);
1150 start++, len--;
1151 }
1152
1153 if (len <= 0)
1154 /* This is the last glyph. */
1155 coding->mode |= CODING_MODE_LAST_BLOCK;
1156
1157 conversion_buffer = encode_terminal_code (glyph, 1, coding);
1158 }
1159
1160 if (coding->produced > 0)
1161 {
1162 BLOCK_INPUT;
1163 fwrite (conversion_buffer, 1, coding->produced, stdout);
1164 if (ferror (stdout))
1165 clearerr (stdout);
1166 if (termscript)
1167 fwrite (conversion_buffer, 1, coding->produced, termscript);
1168 UNBLOCK_INPUT;
1169 }
1170
1171 OUTPUT1_IF (TS_pad_inserted_char);
1172 if (start)
1173 {
1174 turn_off_face (f, glyph->face_id);
1175 turn_off_highlight ();
1176 }
1177 }
1178
1179 cmcheckmagic ();
1180 }
1181
1182 void
1183 delete_glyphs (n)
1184 register int n;
1185 {
1186 char *buf;
1187 register int i;
1188
1189 if (delete_glyphs_hook && ! FRAME_TERMCAP_P (updating_frame))
1190 {
1191 (*delete_glyphs_hook) (n);
1192 return;
1193 }
1194
1195 if (delete_in_insert_mode)
1196 {
1197 turn_on_insert ();
1198 }
1199 else
1200 {
1201 turn_off_insert ();
1202 OUTPUT_IF (TS_delete_mode);
1203 }
1204
1205 if (TS_del_multi_chars)
1206 {
1207 buf = tparam (TS_del_multi_chars, 0, 0, n);
1208 OUTPUT1 (buf);
1209 xfree (buf);
1210 }
1211 else
1212 for (i = 0; i < n; i++)
1213 OUTPUT1 (TS_del_char);
1214 if (!delete_in_insert_mode)
1215 OUTPUT_IF (TS_end_delete_mode);
1216 }
1217 \f
1218 /* Insert N lines at vpos VPOS. If N is negative, delete -N lines. */
1219
1220 void
1221 ins_del_lines (vpos, n)
1222 int vpos, n;
1223 {
1224 char *multi = n > 0 ? TS_ins_multi_lines : TS_del_multi_lines;
1225 char *single = n > 0 ? TS_ins_line : TS_del_line;
1226 char *scroll = n > 0 ? TS_rev_scroll : TS_fwd_scroll;
1227 struct frame *sf;
1228
1229 register int i = n > 0 ? n : -n;
1230 register char *buf;
1231
1232 if (ins_del_lines_hook && ! FRAME_TERMCAP_P (updating_frame))
1233 {
1234 (*ins_del_lines_hook) (vpos, n);
1235 return;
1236 }
1237
1238 sf = XFRAME (selected_frame);
1239
1240 /* If the lines below the insertion are being pushed
1241 into the end of the window, this is the same as clearing;
1242 and we know the lines are already clear, since the matching
1243 deletion has already been done. So can ignore this. */
1244 /* If the lines below the deletion are blank lines coming
1245 out of the end of the window, don't bother,
1246 as there will be a matching inslines later that will flush them. */
1247 if (scroll_region_ok && vpos + i >= specified_window)
1248 return;
1249 if (!memory_below_frame && vpos + i >= FRAME_LINES (sf))
1250 return;
1251
1252 if (multi)
1253 {
1254 raw_cursor_to (vpos, 0);
1255 background_highlight ();
1256 buf = tparam (multi, 0, 0, i);
1257 OUTPUT (buf);
1258 xfree (buf);
1259 }
1260 else if (single)
1261 {
1262 raw_cursor_to (vpos, 0);
1263 background_highlight ();
1264 while (--i >= 0)
1265 OUTPUT (single);
1266 if (TF_teleray)
1267 curX = 0;
1268 }
1269 else
1270 {
1271 set_scroll_region (vpos, specified_window);
1272 if (n < 0)
1273 raw_cursor_to (specified_window - 1, 0);
1274 else
1275 raw_cursor_to (vpos, 0);
1276 background_highlight ();
1277 while (--i >= 0)
1278 OUTPUTL (scroll, specified_window - vpos);
1279 set_scroll_region (0, specified_window);
1280 }
1281
1282 if (!scroll_region_ok && memory_below_frame && n < 0)
1283 {
1284 cursor_to (FRAME_LINES (sf) + n, 0);
1285 clear_to_end ();
1286 }
1287 }
1288 \f
1289 /* Compute cost of sending "str", in characters,
1290 not counting any line-dependent padding. */
1291
1292 int
1293 string_cost (str)
1294 char *str;
1295 {
1296 cost = 0;
1297 if (str)
1298 tputs (str, 0, evalcost);
1299 return cost;
1300 }
1301
1302 /* Compute cost of sending "str", in characters,
1303 counting any line-dependent padding at one line. */
1304
1305 static int
1306 string_cost_one_line (str)
1307 char *str;
1308 {
1309 cost = 0;
1310 if (str)
1311 tputs (str, 1, evalcost);
1312 return cost;
1313 }
1314
1315 /* Compute per line amount of line-dependent padding,
1316 in tenths of characters. */
1317
1318 int
1319 per_line_cost (str)
1320 register char *str;
1321 {
1322 cost = 0;
1323 if (str)
1324 tputs (str, 0, evalcost);
1325 cost = - cost;
1326 if (str)
1327 tputs (str, 10, evalcost);
1328 return cost;
1329 }
1330
1331 #ifndef old
1332 /* char_ins_del_cost[n] is cost of inserting N characters.
1333 char_ins_del_cost[-n] is cost of deleting N characters.
1334 The length of this vector is based on max_frame_cols. */
1335
1336 int *char_ins_del_vector;
1337
1338 #define char_ins_del_cost(f) (&char_ins_del_vector[FRAME_COLS ((f))])
1339 #endif
1340
1341 /* ARGSUSED */
1342 static void
1343 calculate_ins_del_char_costs (frame)
1344 FRAME_PTR frame;
1345 {
1346 int ins_startup_cost, del_startup_cost;
1347 int ins_cost_per_char, del_cost_per_char;
1348 register int i;
1349 register int *p;
1350
1351 if (TS_ins_multi_chars)
1352 {
1353 ins_cost_per_char = 0;
1354 ins_startup_cost = string_cost_one_line (TS_ins_multi_chars);
1355 }
1356 else if (TS_ins_char || TS_pad_inserted_char
1357 || (TS_insert_mode && TS_end_insert_mode))
1358 {
1359 ins_startup_cost = (30 * (string_cost (TS_insert_mode)
1360 + string_cost (TS_end_insert_mode))) / 100;
1361 ins_cost_per_char = (string_cost_one_line (TS_ins_char)
1362 + string_cost_one_line (TS_pad_inserted_char));
1363 }
1364 else
1365 {
1366 ins_startup_cost = 9999;
1367 ins_cost_per_char = 0;
1368 }
1369
1370 if (TS_del_multi_chars)
1371 {
1372 del_cost_per_char = 0;
1373 del_startup_cost = string_cost_one_line (TS_del_multi_chars);
1374 }
1375 else if (TS_del_char)
1376 {
1377 del_startup_cost = (string_cost (TS_delete_mode)
1378 + string_cost (TS_end_delete_mode));
1379 if (delete_in_insert_mode)
1380 del_startup_cost /= 2;
1381 del_cost_per_char = string_cost_one_line (TS_del_char);
1382 }
1383 else
1384 {
1385 del_startup_cost = 9999;
1386 del_cost_per_char = 0;
1387 }
1388
1389 /* Delete costs are at negative offsets */
1390 p = &char_ins_del_cost (frame)[0];
1391 for (i = FRAME_COLS (frame); --i >= 0;)
1392 *--p = (del_startup_cost += del_cost_per_char);
1393
1394 /* Doing nothing is free */
1395 p = &char_ins_del_cost (frame)[0];
1396 *p++ = 0;
1397
1398 /* Insert costs are at positive offsets */
1399 for (i = FRAME_COLS (frame); --i >= 0;)
1400 *p++ = (ins_startup_cost += ins_cost_per_char);
1401 }
1402
1403 void
1404 calculate_costs (frame)
1405 FRAME_PTR frame;
1406 {
1407 register char *f = (TS_set_scroll_region
1408 ? TS_set_scroll_region
1409 : TS_set_scroll_region_1);
1410
1411 FRAME_COST_BAUD_RATE (frame) = baud_rate;
1412
1413 scroll_region_cost = string_cost (f);
1414
1415 /* These variables are only used for terminal stuff. They are allocated
1416 once for the terminal frame of X-windows emacs, but not used afterwards.
1417
1418 char_ins_del_vector (i.e., char_ins_del_cost) isn't used because
1419 X turns off char_ins_del_ok. */
1420
1421 max_frame_lines = max (max_frame_lines, FRAME_LINES (frame));
1422 max_frame_cols = max (max_frame_cols, FRAME_COLS (frame));
1423
1424 costs_set = 1;
1425
1426 if (char_ins_del_vector != 0)
1427 char_ins_del_vector
1428 = (int *) xrealloc (char_ins_del_vector,
1429 (sizeof (int)
1430 + 2 * max_frame_cols * sizeof (int)));
1431 else
1432 char_ins_del_vector
1433 = (int *) xmalloc (sizeof (int)
1434 + 2 * max_frame_cols * sizeof (int));
1435
1436 bzero (char_ins_del_vector, (sizeof (int)
1437 + 2 * max_frame_cols * sizeof (int)));
1438
1439 if (f && (!TS_ins_line && !TS_del_line))
1440 do_line_insertion_deletion_costs (frame,
1441 TS_rev_scroll, TS_ins_multi_lines,
1442 TS_fwd_scroll, TS_del_multi_lines,
1443 f, f, 1);
1444 else
1445 do_line_insertion_deletion_costs (frame,
1446 TS_ins_line, TS_ins_multi_lines,
1447 TS_del_line, TS_del_multi_lines,
1448 0, 0, 1);
1449
1450 calculate_ins_del_char_costs (frame);
1451
1452 /* Don't use TS_repeat if its padding is worse than sending the chars */
1453 if (TS_repeat && per_line_cost (TS_repeat) * baud_rate < 9000)
1454 RPov = string_cost (TS_repeat);
1455 else
1456 RPov = FRAME_COLS (frame) * 2;
1457
1458 cmcostinit (); /* set up cursor motion costs */
1459 }
1460 \f
1461 struct fkey_table {
1462 char *cap, *name;
1463 };
1464
1465 /* Termcap capability names that correspond directly to X keysyms.
1466 Some of these (marked "terminfo") aren't supplied by old-style
1467 (Berkeley) termcap entries. They're listed in X keysym order;
1468 except we put the keypad keys first, so that if they clash with
1469 other keys (as on the IBM PC keyboard) they get overridden.
1470 */
1471
1472 static struct fkey_table keys[] =
1473 {
1474 {"kh", "home"}, /* termcap */
1475 {"kl", "left"}, /* termcap */
1476 {"ku", "up"}, /* termcap */
1477 {"kr", "right"}, /* termcap */
1478 {"kd", "down"}, /* termcap */
1479 {"%8", "prior"}, /* terminfo */
1480 {"%5", "next"}, /* terminfo */
1481 {"@7", "end"}, /* terminfo */
1482 {"@1", "begin"}, /* terminfo */
1483 {"*6", "select"}, /* terminfo */
1484 {"%9", "print"}, /* terminfo */
1485 {"@4", "execute"}, /* terminfo --- actually the `command' key */
1486 /*
1487 * "insert" --- see below
1488 */
1489 {"&8", "undo"}, /* terminfo */
1490 {"%0", "redo"}, /* terminfo */
1491 {"%7", "menu"}, /* terminfo --- actually the `options' key */
1492 {"@0", "find"}, /* terminfo */
1493 {"@2", "cancel"}, /* terminfo */
1494 {"%1", "help"}, /* terminfo */
1495 /*
1496 * "break" goes here, but can't be reliably intercepted with termcap
1497 */
1498 {"&4", "reset"}, /* terminfo --- actually `restart' */
1499 /*
1500 * "system" and "user" --- no termcaps
1501 */
1502 {"kE", "clearline"}, /* terminfo */
1503 {"kA", "insertline"}, /* terminfo */
1504 {"kL", "deleteline"}, /* terminfo */
1505 {"kI", "insertchar"}, /* terminfo */
1506 {"kD", "deletechar"}, /* terminfo */
1507 {"kB", "backtab"}, /* terminfo */
1508 /*
1509 * "kp_backtab", "kp-space", "kp-tab" --- no termcaps
1510 */
1511 {"@8", "kp-enter"}, /* terminfo */
1512 /*
1513 * "kp-f1", "kp-f2", "kp-f3" "kp-f4",
1514 * "kp-multiply", "kp-add", "kp-separator",
1515 * "kp-subtract", "kp-decimal", "kp-divide", "kp-0";
1516 * --- no termcaps for any of these.
1517 */
1518 {"K4", "kp-1"}, /* terminfo */
1519 /*
1520 * "kp-2" --- no termcap
1521 */
1522 {"K5", "kp-3"}, /* terminfo */
1523 /*
1524 * "kp-4" --- no termcap
1525 */
1526 {"K2", "kp-5"}, /* terminfo */
1527 /*
1528 * "kp-6" --- no termcap
1529 */
1530 {"K1", "kp-7"}, /* terminfo */
1531 /*
1532 * "kp-8" --- no termcap
1533 */
1534 {"K3", "kp-9"}, /* terminfo */
1535 /*
1536 * "kp-equal" --- no termcap
1537 */
1538 {"k1", "f1"},
1539 {"k2", "f2"},
1540 {"k3", "f3"},
1541 {"k4", "f4"},
1542 {"k5", "f5"},
1543 {"k6", "f6"},
1544 {"k7", "f7"},
1545 {"k8", "f8"},
1546 {"k9", "f9"},
1547
1548 {"&0", "S-cancel"}, /*shifted cancel key*/
1549 {"&9", "S-begin"}, /*shifted begin key*/
1550 {"*0", "S-find"}, /*shifted find key*/
1551 {"*1", "S-execute"}, /*shifted execute? actually shifted command key*/
1552 {"*4", "S-delete"}, /*shifted delete-character key*/
1553 {"*7", "S-end"}, /*shifted end key*/
1554 {"*8", "S-clearline"}, /*shifted clear-to end-of-line key*/
1555 {"#1", "S-help"}, /*shifted help key*/
1556 {"#2", "S-home"}, /*shifted home key*/
1557 {"#3", "S-insert"}, /*shifted insert-character key*/
1558 {"#4", "S-left"}, /*shifted left-arrow key*/
1559 {"%d", "S-menu"}, /*shifted menu? actually shifted options key*/
1560 {"%c", "S-next"}, /*shifted next key*/
1561 {"%e", "S-prior"}, /*shifted previous key*/
1562 {"%f", "S-print"}, /*shifted print key*/
1563 {"%g", "S-redo"}, /*shifted redo key*/
1564 {"%i", "S-right"}, /*shifted right-arrow key*/
1565 {"!3", "S-undo"} /*shifted undo key*/
1566 };
1567
1568 static char **term_get_fkeys_arg;
1569 static Lisp_Object term_get_fkeys_1 ();
1570
1571 /* Find the escape codes sent by the function keys for Vfunction_key_map.
1572 This function scans the termcap function key sequence entries, and
1573 adds entries to Vfunction_key_map for each function key it finds. */
1574
1575 void
1576 term_get_fkeys (address)
1577 char **address;
1578 {
1579 /* We run the body of the function (term_get_fkeys_1) and ignore all Lisp
1580 errors during the call. The only errors should be from Fdefine_key
1581 when given a key sequence containing an invalid prefix key. If the
1582 termcap defines function keys which use a prefix that is already bound
1583 to a command by the default bindings, we should silently ignore that
1584 function key specification, rather than giving the user an error and
1585 refusing to run at all on such a terminal. */
1586
1587 extern Lisp_Object Fidentity ();
1588 term_get_fkeys_arg = address;
1589 internal_condition_case (term_get_fkeys_1, Qerror, Fidentity);
1590 }
1591
1592 static Lisp_Object
1593 term_get_fkeys_1 ()
1594 {
1595 int i;
1596
1597 char **address = term_get_fkeys_arg;
1598
1599 /* This can happen if CANNOT_DUMP or with strange options. */
1600 if (!initialized)
1601 Vfunction_key_map = Fmake_sparse_keymap (Qnil);
1602
1603 for (i = 0; i < (sizeof (keys)/sizeof (keys[0])); i++)
1604 {
1605 char *sequence = tgetstr (keys[i].cap, address);
1606 if (sequence)
1607 Fdefine_key (Vfunction_key_map, build_string (sequence),
1608 Fmake_vector (make_number (1),
1609 intern (keys[i].name)));
1610 }
1611
1612 /* The uses of the "k0" capability are inconsistent; sometimes it
1613 describes F10, whereas othertimes it describes F0 and "k;" describes F10.
1614 We will attempt to politely accommodate both systems by testing for
1615 "k;", and if it is present, assuming that "k0" denotes F0, otherwise F10.
1616 */
1617 {
1618 char *k_semi = tgetstr ("k;", address);
1619 char *k0 = tgetstr ("k0", address);
1620 char *k0_name = "f10";
1621
1622 if (k_semi)
1623 {
1624 if (k0)
1625 /* Define f0 first, so that f10 takes precedence in case the
1626 key sequences happens to be the same. */
1627 Fdefine_key (Vfunction_key_map, build_string (k0),
1628 Fmake_vector (make_number (1), intern ("f0")));
1629 Fdefine_key (Vfunction_key_map, build_string (k_semi),
1630 Fmake_vector (make_number (1), intern ("f10")));
1631 }
1632 else if (k0)
1633 Fdefine_key (Vfunction_key_map, build_string (k0),
1634 Fmake_vector (make_number (1), intern (k0_name)));
1635 }
1636
1637 /* Set up cookies for numbered function keys above f10. */
1638 {
1639 char fcap[3], fkey[4];
1640
1641 fcap[0] = 'F'; fcap[2] = '\0';
1642 for (i = 11; i < 64; i++)
1643 {
1644 if (i <= 19)
1645 fcap[1] = '1' + i - 11;
1646 else if (i <= 45)
1647 fcap[1] = 'A' + i - 20;
1648 else
1649 fcap[1] = 'a' + i - 46;
1650
1651 {
1652 char *sequence = tgetstr (fcap, address);
1653 if (sequence)
1654 {
1655 sprintf (fkey, "f%d", i);
1656 Fdefine_key (Vfunction_key_map, build_string (sequence),
1657 Fmake_vector (make_number (1),
1658 intern (fkey)));
1659 }
1660 }
1661 }
1662 }
1663
1664 /*
1665 * Various mappings to try and get a better fit.
1666 */
1667 {
1668 #define CONDITIONAL_REASSIGN(cap1, cap2, sym) \
1669 if (!tgetstr (cap1, address)) \
1670 { \
1671 char *sequence = tgetstr (cap2, address); \
1672 if (sequence) \
1673 Fdefine_key (Vfunction_key_map, build_string (sequence), \
1674 Fmake_vector (make_number (1), \
1675 intern (sym))); \
1676 }
1677
1678 /* if there's no key_next keycap, map key_npage to `next' keysym */
1679 CONDITIONAL_REASSIGN ("%5", "kN", "next");
1680 /* if there's no key_prev keycap, map key_ppage to `previous' keysym */
1681 CONDITIONAL_REASSIGN ("%8", "kP", "prior");
1682 /* if there's no key_dc keycap, map key_ic to `insert' keysym */
1683 CONDITIONAL_REASSIGN ("kD", "kI", "insert");
1684 /* if there's no key_end keycap, map key_ll to 'end' keysym */
1685 CONDITIONAL_REASSIGN ("@7", "kH", "end");
1686
1687 /* IBM has their own non-standard dialect of terminfo.
1688 If the standard name isn't found, try the IBM name. */
1689 CONDITIONAL_REASSIGN ("kB", "KO", "backtab");
1690 CONDITIONAL_REASSIGN ("@4", "kJ", "execute"); /* actually "action" */
1691 CONDITIONAL_REASSIGN ("@4", "kc", "execute"); /* actually "command" */
1692 CONDITIONAL_REASSIGN ("%7", "ki", "menu");
1693 CONDITIONAL_REASSIGN ("@7", "kw", "end");
1694 CONDITIONAL_REASSIGN ("F1", "k<", "f11");
1695 CONDITIONAL_REASSIGN ("F2", "k>", "f12");
1696 CONDITIONAL_REASSIGN ("%1", "kq", "help");
1697 CONDITIONAL_REASSIGN ("*6", "kU", "select");
1698 #undef CONDITIONAL_REASSIGN
1699 }
1700
1701 return Qnil;
1702 }
1703
1704 \f
1705 /***********************************************************************
1706 Character Display Information
1707 ***********************************************************************/
1708
1709 /* Avoid name clash with functions defined in xterm.c */
1710 #ifdef static
1711 #define append_glyph append_glyph_term
1712 #define produce_stretch_glyph produce_stretch_glyph_term
1713 #define append_composite_glyph append_composite_glyph_term
1714 #define produce_composite_glyph produce_composite_glyph_term
1715 #endif
1716
1717 static void append_glyph P_ ((struct it *));
1718 static void produce_stretch_glyph P_ ((struct it *));
1719 static void append_composite_glyph P_ ((struct it *));
1720 static void produce_composite_glyph P_ ((struct it *));
1721
1722 /* Append glyphs to IT's glyph_row. Called from produce_glyphs for
1723 terminal frames if IT->glyph_row != NULL. IT->char_to_display is
1724 the character for which to produce glyphs; IT->face_id contains the
1725 character's face. Padding glyphs are appended if IT->c has a
1726 IT->pixel_width > 1. */
1727
1728 static void
1729 append_glyph (it)
1730 struct it *it;
1731 {
1732 struct glyph *glyph, *end;
1733 int i;
1734
1735 xassert (it->glyph_row);
1736 glyph = (it->glyph_row->glyphs[it->area]
1737 + it->glyph_row->used[it->area]);
1738 end = it->glyph_row->glyphs[1 + it->area];
1739
1740 for (i = 0;
1741 i < it->pixel_width && glyph < end;
1742 ++i)
1743 {
1744 glyph->type = CHAR_GLYPH;
1745 glyph->pixel_width = 1;
1746 glyph->u.ch = it->char_to_display;
1747 glyph->face_id = it->face_id;
1748 glyph->padding_p = i > 0;
1749 glyph->charpos = CHARPOS (it->position);
1750 glyph->object = it->object;
1751
1752 ++it->glyph_row->used[it->area];
1753 ++glyph;
1754 }
1755 }
1756
1757
1758 /* Produce glyphs for the display element described by IT. *IT
1759 specifies what we want to produce a glyph for (character, image, ...),
1760 and where in the glyph matrix we currently are (glyph row and hpos).
1761 produce_glyphs fills in output fields of *IT with information such as the
1762 pixel width and height of a character, and maybe output actual glyphs at
1763 the same time if IT->glyph_row is non-null. See the explanation of
1764 struct display_iterator in dispextern.h for an overview.
1765
1766 produce_glyphs also stores the result of glyph width, ascent
1767 etc. computations in *IT.
1768
1769 IT->glyph_row may be null, in which case produce_glyphs does not
1770 actually fill in the glyphs. This is used in the move_* functions
1771 in xdisp.c for text width and height computations.
1772
1773 Callers usually don't call produce_glyphs directly;
1774 instead they use the macro PRODUCE_GLYPHS. */
1775
1776 void
1777 produce_glyphs (it)
1778 struct it *it;
1779 {
1780 /* If a hook is installed, let it do the work. */
1781
1782 /* Nothing but characters are supported on terminal frames. */
1783 xassert (it->what == IT_CHARACTER
1784 || it->what == IT_COMPOSITION
1785 || it->what == IT_STRETCH);
1786
1787 if (it->what == IT_STRETCH)
1788 {
1789 produce_stretch_glyph (it);
1790 goto done;
1791 }
1792
1793 if (it->what == IT_COMPOSITION)
1794 {
1795 produce_composite_glyph (it);
1796 goto done;
1797 }
1798
1799 /* Maybe translate single-byte characters to multibyte. */
1800 it->char_to_display = it->c;
1801
1802 if (it->c >= 040 && it->c < 0177)
1803 {
1804 it->pixel_width = it->nglyphs = 1;
1805 if (it->glyph_row)
1806 append_glyph (it);
1807 }
1808 else if (it->c == '\n')
1809 it->pixel_width = it->nglyphs = 0;
1810 else if (it->c == '\t')
1811 {
1812 int absolute_x = (it->current_x
1813 + it->continuation_lines_width);
1814 int next_tab_x
1815 = (((1 + absolute_x + it->tab_width - 1)
1816 / it->tab_width)
1817 * it->tab_width);
1818 int nspaces;
1819
1820 /* If part of the TAB has been displayed on the previous line
1821 which is continued now, continuation_lines_width will have
1822 been incremented already by the part that fitted on the
1823 continued line. So, we will get the right number of spaces
1824 here. */
1825 nspaces = next_tab_x - absolute_x;
1826
1827 if (it->glyph_row)
1828 {
1829 int n = nspaces;
1830
1831 it->char_to_display = ' ';
1832 it->pixel_width = it->len = 1;
1833
1834 while (n--)
1835 append_glyph (it);
1836 }
1837
1838 it->pixel_width = nspaces;
1839 it->nglyphs = nspaces;
1840 }
1841 else if (CHAR_BYTE8_P (it->c))
1842 {
1843 if (unibyte_display_via_language_environment
1844 && (it->c >= 0240))
1845 {
1846 it->char_to_display = unibyte_char_to_multibyte (it->c);
1847 it->pixel_width = CHAR_WIDTH (it->char_to_display);
1848 it->nglyphs = it->pixel_width;
1849 if (it->glyph_row)
1850 append_glyph (it);
1851 }
1852 else
1853 {
1854 /* Coming here means that it->c is from display table, thus
1855 we must send the raw 8-bit byte as is to the terminal.
1856 Although there's no way to know how many columns it
1857 occupies on a screen, it is a good assumption that a
1858 single byte code has 1-column width. */
1859 it->pixel_width = it->nglyphs = 1;
1860 if (it->glyph_row)
1861 append_glyph (it);
1862 }
1863 }
1864 else
1865 {
1866 it->pixel_width = CHAR_WIDTH (it->c);
1867 it->nglyphs = it->pixel_width;
1868
1869 if (it->glyph_row)
1870 append_glyph (it);
1871 }
1872
1873 done:
1874 /* Advance current_x by the pixel width as a convenience for
1875 the caller. */
1876 if (it->area == TEXT_AREA)
1877 it->current_x += it->pixel_width;
1878 it->ascent = it->max_ascent = it->phys_ascent = it->max_phys_ascent = 0;
1879 it->descent = it->max_descent = it->phys_descent = it->max_phys_descent = 1;
1880 }
1881
1882
1883 /* Produce a stretch glyph for iterator IT. IT->object is the value
1884 of the glyph property displayed. The value must be a list
1885 `(space KEYWORD VALUE ...)' with the following KEYWORD/VALUE pairs
1886 being recognized:
1887
1888 1. `:width WIDTH' specifies that the space should be WIDTH *
1889 canonical char width wide. WIDTH may be an integer or floating
1890 point number.
1891
1892 2. `:align-to HPOS' specifies that the space should be wide enough
1893 to reach HPOS, a value in canonical character units. */
1894
1895 static void
1896 produce_stretch_glyph (it)
1897 struct it *it;
1898 {
1899 /* (space :width WIDTH ...) */
1900 Lisp_Object prop, plist;
1901 int width = 0, align_to = -1;
1902 int zero_width_ok_p = 0;
1903 double tem;
1904
1905 /* List should start with `space'. */
1906 xassert (CONSP (it->object) && EQ (XCAR (it->object), Qspace));
1907 plist = XCDR (it->object);
1908
1909 /* Compute the width of the stretch. */
1910 if ((prop = Fplist_get (plist, QCwidth), !NILP (prop))
1911 && calc_pixel_width_or_height (&tem, it, prop, 0, 1, 0))
1912 {
1913 /* Absolute width `:width WIDTH' specified and valid. */
1914 zero_width_ok_p = 1;
1915 width = (int)(tem + 0.5);
1916 }
1917 else if ((prop = Fplist_get (plist, QCalign_to), !NILP (prop))
1918 && calc_pixel_width_or_height (&tem, it, prop, 0, 1, &align_to))
1919 {
1920 if (it->glyph_row == NULL || !it->glyph_row->mode_line_p)
1921 align_to = (align_to < 0
1922 ? 0
1923 : align_to - window_box_left_offset (it->w, TEXT_AREA));
1924 else if (align_to < 0)
1925 align_to = window_box_left_offset (it->w, TEXT_AREA);
1926 width = max (0, (int)(tem + 0.5) + align_to - it->current_x);
1927 zero_width_ok_p = 1;
1928 }
1929 else
1930 /* Nothing specified -> width defaults to canonical char width. */
1931 width = FRAME_COLUMN_WIDTH (it->f);
1932
1933 if (width <= 0 && (width < 0 || !zero_width_ok_p))
1934 width = 1;
1935
1936 if (width > 0 && it->glyph_row)
1937 {
1938 Lisp_Object o_object = it->object;
1939 Lisp_Object object = it->stack[it->sp - 1].string;
1940 int n = width;
1941
1942 if (!STRINGP (object))
1943 object = it->w->buffer;
1944 it->object = object;
1945 it->char_to_display = ' ';
1946 it->pixel_width = it->len = 1;
1947 while (n--)
1948 append_glyph (it);
1949 it->object = o_object;
1950 }
1951 it->pixel_width = width;
1952 it->nglyphs = width;
1953 }
1954
1955
1956 /* Append glyphs to IT's glyph_row for the composition IT->cmp_id.
1957 Called from produce_composite_glyph for terminal frames if
1958 IT->glyph_row != NULL. IT->face_id contains the character's
1959 face. */
1960
1961 static void
1962 append_composite_glyph (it)
1963 struct it *it;
1964 {
1965 struct glyph *glyph;
1966
1967 xassert (it->glyph_row);
1968 glyph = it->glyph_row->glyphs[it->area] + it->glyph_row->used[it->area];
1969 if (glyph < it->glyph_row->glyphs[1 + it->area])
1970 {
1971 glyph->type = COMPOSITE_GLYPH;
1972 glyph->pixel_width = it->pixel_width;
1973 glyph->u.cmp_id = it->cmp_id;
1974 glyph->face_id = it->face_id;
1975 glyph->padding_p = 0;
1976 glyph->charpos = CHARPOS (it->position);
1977 glyph->object = it->object;
1978
1979 ++it->glyph_row->used[it->area];
1980 ++glyph;
1981 }
1982 }
1983
1984
1985 /* Produce a composite glyph for iterator IT. IT->cmp_id is the ID of
1986 the composition. We simply produces components of the composition
1987 assuming that that the terminal has a capability to layout/render
1988 it correctly. */
1989
1990 static void
1991 produce_composite_glyph (it)
1992 struct it *it;
1993 {
1994 struct composition *cmp = composition_table[it->cmp_id];
1995 int c;
1996
1997 xassert (cmp->glyph_len > 0);
1998 c = COMPOSITION_GLYPH (cmp, 0);
1999 it->pixel_width = CHAR_WIDTH (it->c);
2000 it->nglyphs = 1;
2001
2002 if (it->glyph_row)
2003 append_composite_glyph (it);
2004 }
2005
2006
2007 /* Get information about special display element WHAT in an
2008 environment described by IT. WHAT is one of IT_TRUNCATION or
2009 IT_CONTINUATION. Maybe produce glyphs for WHAT if IT has a
2010 non-null glyph_row member. This function ensures that fields like
2011 face_id, c, len of IT are left untouched. */
2012
2013 void
2014 produce_special_glyphs (it, what)
2015 struct it *it;
2016 enum display_element_type what;
2017 {
2018 struct it temp_it;
2019 GLYPH glyph;
2020
2021 temp_it = *it;
2022 temp_it.dp = NULL;
2023 temp_it.what = IT_CHARACTER;
2024 temp_it.len = 1;
2025 temp_it.object = make_number (0);
2026 bzero (&temp_it.current, sizeof temp_it.current);
2027
2028 if (what == IT_CONTINUATION)
2029 {
2030 /* Continuation glyph. */
2031 if (it->dp
2032 && INTEGERP (DISP_CONTINUE_GLYPH (it->dp))
2033 && GLYPH_CHAR_VALID_P (XINT (DISP_CONTINUE_GLYPH (it->dp))))
2034 {
2035 glyph = XINT (DISP_CONTINUE_GLYPH (it->dp));
2036 glyph = spec_glyph_lookup_face (XWINDOW (it->window), glyph);
2037 }
2038 else
2039 glyph = '\\';
2040 }
2041 else if (what == IT_TRUNCATION)
2042 {
2043 /* Truncation glyph. */
2044 if (it->dp
2045 && INTEGERP (DISP_TRUNC_GLYPH (it->dp))
2046 && GLYPH_CHAR_VALID_P (XINT (DISP_TRUNC_GLYPH (it->dp))))
2047 {
2048 glyph = XINT (DISP_TRUNC_GLYPH (it->dp));
2049 glyph = spec_glyph_lookup_face (XWINDOW (it->window), glyph);
2050 }
2051 else
2052 glyph = '$';
2053 }
2054 else
2055 abort ();
2056
2057 temp_it.c = FAST_GLYPH_CHAR (glyph);
2058 temp_it.face_id = FAST_GLYPH_FACE (glyph);
2059 temp_it.len = CHAR_BYTES (temp_it.c);
2060
2061 produce_glyphs (&temp_it);
2062 it->pixel_width = temp_it.pixel_width;
2063 it->nglyphs = temp_it.pixel_width;
2064 }
2065
2066
2067 \f
2068 /***********************************************************************
2069 Faces
2070 ***********************************************************************/
2071
2072 /* Value is non-zero if attribute ATTR may be used. ATTR should be
2073 one of the enumerators from enum no_color_bit, or a bit set built
2074 from them. Some display attributes may not be used together with
2075 color; the termcap capability `NC' specifies which ones. */
2076
2077 #define MAY_USE_WITH_COLORS_P(ATTR) \
2078 (TN_max_colors > 0 \
2079 ? (TN_no_color_video & (ATTR)) == 0 \
2080 : 1)
2081
2082 /* Turn appearances of face FACE_ID on tty frame F on.
2083 FACE_ID is a realized face ID number, in the face cache. */
2084
2085 static void
2086 turn_on_face (f, face_id)
2087 struct frame *f;
2088 int face_id;
2089 {
2090 struct face *face = FACE_FROM_ID (f, face_id);
2091 long fg = face->foreground;
2092 long bg = face->background;
2093
2094 /* Do this first because TS_end_standout_mode may be the same
2095 as TS_exit_attribute_mode, which turns all appearances off. */
2096 if (MAY_USE_WITH_COLORS_P (NC_REVERSE))
2097 {
2098 if (TN_max_colors > 0)
2099 {
2100 if (fg >= 0 && bg >= 0)
2101 {
2102 /* If the terminal supports colors, we can set them
2103 below without using reverse video. The face's fg
2104 and bg colors are set as they should appear on
2105 the screen, i.e. they take the inverse-video'ness
2106 of the face already into account. */
2107 }
2108 else if (inverse_video)
2109 {
2110 if (fg == FACE_TTY_DEFAULT_FG_COLOR
2111 || bg == FACE_TTY_DEFAULT_BG_COLOR)
2112 toggle_highlight ();
2113 }
2114 else
2115 {
2116 if (fg == FACE_TTY_DEFAULT_BG_COLOR
2117 || bg == FACE_TTY_DEFAULT_FG_COLOR)
2118 toggle_highlight ();
2119 }
2120 }
2121 else
2122 {
2123 /* If we can't display colors, use reverse video
2124 if the face specifies that. */
2125 if (inverse_video)
2126 {
2127 if (fg == FACE_TTY_DEFAULT_FG_COLOR
2128 || bg == FACE_TTY_DEFAULT_BG_COLOR)
2129 toggle_highlight ();
2130 }
2131 else
2132 {
2133 if (fg == FACE_TTY_DEFAULT_BG_COLOR
2134 || bg == FACE_TTY_DEFAULT_FG_COLOR)
2135 toggle_highlight ();
2136 }
2137 }
2138 }
2139
2140 if (face->tty_bold_p)
2141 {
2142 if (MAY_USE_WITH_COLORS_P (NC_BOLD))
2143 OUTPUT1_IF (TS_enter_bold_mode);
2144 }
2145 else if (face->tty_dim_p)
2146 if (MAY_USE_WITH_COLORS_P (NC_DIM))
2147 OUTPUT1_IF (TS_enter_dim_mode);
2148
2149 /* Alternate charset and blinking not yet used. */
2150 if (face->tty_alt_charset_p
2151 && MAY_USE_WITH_COLORS_P (NC_ALT_CHARSET))
2152 OUTPUT1_IF (TS_enter_alt_charset_mode);
2153
2154 if (face->tty_blinking_p
2155 && MAY_USE_WITH_COLORS_P (NC_BLINK))
2156 OUTPUT1_IF (TS_enter_blink_mode);
2157
2158 if (face->tty_underline_p && MAY_USE_WITH_COLORS_P (NC_UNDERLINE))
2159 OUTPUT1_IF (TS_enter_underline_mode);
2160
2161 if (TN_max_colors > 0)
2162 {
2163 char *ts, *p;
2164
2165 ts = standout_mode ? TS_set_background : TS_set_foreground;
2166 if (fg >= 0 && ts)
2167 {
2168 p = tparam (ts, NULL, 0, (int) fg);
2169 OUTPUT (p);
2170 xfree (p);
2171 }
2172
2173 ts = standout_mode ? TS_set_foreground : TS_set_background;
2174 if (bg >= 0 && ts)
2175 {
2176 p = tparam (ts, NULL, 0, (int) bg);
2177 OUTPUT (p);
2178 xfree (p);
2179 }
2180 }
2181 }
2182
2183
2184 /* Turn off appearances of face FACE_ID on tty frame F. */
2185
2186 static void
2187 turn_off_face (f, face_id)
2188 struct frame *f;
2189 int face_id;
2190 {
2191 struct face *face = FACE_FROM_ID (f, face_id);
2192
2193 xassert (face != NULL);
2194
2195 if (TS_exit_attribute_mode)
2196 {
2197 /* Capability "me" will turn off appearance modes double-bright,
2198 half-bright, reverse-video, standout, underline. It may or
2199 may not turn off alt-char-mode. */
2200 if (face->tty_bold_p
2201 || face->tty_dim_p
2202 || face->tty_reverse_p
2203 || face->tty_alt_charset_p
2204 || face->tty_blinking_p
2205 || face->tty_underline_p)
2206 {
2207 OUTPUT1_IF (TS_exit_attribute_mode);
2208 if (strcmp (TS_exit_attribute_mode, TS_end_standout_mode) == 0)
2209 standout_mode = 0;
2210 }
2211
2212 if (face->tty_alt_charset_p)
2213 OUTPUT_IF (TS_exit_alt_charset_mode);
2214 }
2215 else
2216 {
2217 /* If we don't have "me" we can only have those appearances
2218 that have exit sequences defined. */
2219 if (face->tty_alt_charset_p)
2220 OUTPUT_IF (TS_exit_alt_charset_mode);
2221
2222 if (face->tty_underline_p)
2223 OUTPUT_IF (TS_exit_underline_mode);
2224 }
2225
2226 /* Switch back to default colors. */
2227 if (TN_max_colors > 0
2228 && ((face->foreground != FACE_TTY_DEFAULT_COLOR
2229 && face->foreground != FACE_TTY_DEFAULT_FG_COLOR)
2230 || (face->background != FACE_TTY_DEFAULT_COLOR
2231 && face->background != FACE_TTY_DEFAULT_BG_COLOR)))
2232 OUTPUT1_IF (TS_orig_pair);
2233 }
2234
2235
2236 /* Return non-zero if the terminal on frame F supports all of the
2237 capabilities in CAPS simultaneously, with foreground and background
2238 colors FG and BG. */
2239
2240 int
2241 tty_capable_p (f, caps, fg, bg)
2242 struct frame *f;
2243 unsigned caps;
2244 unsigned long fg, bg;
2245 {
2246 #define TTY_CAPABLE_P_TRY(cap, TS, NC_bit) \
2247 if ((caps & (cap)) && (!(TS) || !MAY_USE_WITH_COLORS_P(NC_bit))) \
2248 return 0;
2249
2250 TTY_CAPABLE_P_TRY (TTY_CAP_INVERSE, TS_standout_mode, NC_REVERSE);
2251 TTY_CAPABLE_P_TRY (TTY_CAP_UNDERLINE, TS_enter_underline_mode, NC_UNDERLINE);
2252 TTY_CAPABLE_P_TRY (TTY_CAP_BOLD, TS_enter_bold_mode, NC_BOLD);
2253 TTY_CAPABLE_P_TRY (TTY_CAP_DIM, TS_enter_dim_mode, NC_DIM);
2254 TTY_CAPABLE_P_TRY (TTY_CAP_BLINK, TS_enter_blink_mode, NC_BLINK);
2255 TTY_CAPABLE_P_TRY (TTY_CAP_ALT_CHARSET, TS_enter_alt_charset_mode, NC_ALT_CHARSET);
2256
2257 /* We can do it! */
2258 return 1;
2259 }
2260
2261
2262 /* Return non-zero if the terminal is capable to display colors. */
2263
2264 DEFUN ("tty-display-color-p", Ftty_display_color_p, Stty_display_color_p,
2265 0, 1, 0,
2266 doc: /* Return non-nil if TTY can display colors on DISPLAY. */)
2267 (display)
2268 Lisp_Object display;
2269 {
2270 return TN_max_colors > 0 ? Qt : Qnil;
2271 }
2272
2273 /* Return the number of supported colors. */
2274 DEFUN ("tty-display-color-cells", Ftty_display_color_cells,
2275 Stty_display_color_cells, 0, 1, 0,
2276 doc: /* Return the number of colors supported by TTY on DISPLAY. */)
2277 (display)
2278 Lisp_Object display;
2279 {
2280 return make_number (TN_max_colors);
2281 }
2282
2283 #ifndef WINDOWSNT
2284
2285 /* Save or restore the default color-related capabilities of this
2286 terminal. */
2287 static void
2288 tty_default_color_capabilities (save)
2289 int save;
2290 {
2291 static char
2292 *default_orig_pair, *default_set_foreground, *default_set_background;
2293 static int default_max_colors, default_max_pairs, default_no_color_video;
2294
2295 if (save)
2296 {
2297 if (default_orig_pair)
2298 xfree (default_orig_pair);
2299 default_orig_pair = TS_orig_pair ? xstrdup (TS_orig_pair) : NULL;
2300
2301 if (default_set_foreground)
2302 xfree (default_set_foreground);
2303 default_set_foreground = TS_set_foreground ? xstrdup (TS_set_foreground)
2304 : NULL;
2305
2306 if (default_set_background)
2307 xfree (default_set_background);
2308 default_set_background = TS_set_background ? xstrdup (TS_set_background)
2309 : NULL;
2310
2311 default_max_colors = TN_max_colors;
2312 default_max_pairs = TN_max_pairs;
2313 default_no_color_video = TN_no_color_video;
2314 }
2315 else
2316 {
2317 TS_orig_pair = default_orig_pair;
2318 TS_set_foreground = default_set_foreground;
2319 TS_set_background = default_set_background;
2320 TN_max_colors = default_max_colors;
2321 TN_max_pairs = default_max_pairs;
2322 TN_no_color_video = default_no_color_video;
2323 }
2324 }
2325
2326 /* Setup one of the standard tty color schemes according to MODE.
2327 MODE's value is generally the number of colors which we want to
2328 support; zero means set up for the default capabilities, the ones
2329 we saw at term_init time; -1 means turn off color support. */
2330 void
2331 tty_setup_colors (mode)
2332 int mode;
2333 {
2334 /* Canonicalize all negative values of MODE. */
2335 if (mode < -1)
2336 mode = -1;
2337
2338 switch (mode)
2339 {
2340 case -1: /* no colors at all */
2341 TN_max_colors = 0;
2342 TN_max_pairs = 0;
2343 TN_no_color_video = 0;
2344 TS_set_foreground = TS_set_background = TS_orig_pair = NULL;
2345 break;
2346 case 0: /* default colors, if any */
2347 default:
2348 tty_default_color_capabilities (0);
2349 break;
2350 case 8: /* 8 standard ANSI colors */
2351 TS_orig_pair = "\033[0m";
2352 #ifdef TERMINFO
2353 TS_set_foreground = "\033[3%p1%dm";
2354 TS_set_background = "\033[4%p1%dm";
2355 #else
2356 TS_set_foreground = "\033[3%dm";
2357 TS_set_background = "\033[4%dm";
2358 #endif
2359 TN_max_colors = 8;
2360 TN_max_pairs = 64;
2361 TN_no_color_video = 0;
2362 break;
2363 }
2364 }
2365
2366 void
2367 set_tty_color_mode (f, val)
2368 struct frame *f;
2369 Lisp_Object val;
2370 {
2371 Lisp_Object color_mode_spec, current_mode_spec;
2372 Lisp_Object color_mode, current_mode;
2373 int mode, old_mode;
2374 extern Lisp_Object Qtty_color_mode;
2375 Lisp_Object tty_color_mode_alist;
2376
2377 tty_color_mode_alist = Fintern_soft (build_string ("tty-color-mode-alist"),
2378 Qnil);
2379
2380 if (INTEGERP (val))
2381 color_mode = val;
2382 else
2383 {
2384 if (NILP (tty_color_mode_alist))
2385 color_mode_spec = Qnil;
2386 else
2387 color_mode_spec = Fassq (val, XSYMBOL (tty_color_mode_alist)->value);
2388
2389 if (CONSP (color_mode_spec))
2390 color_mode = XCDR (color_mode_spec);
2391 else
2392 color_mode = Qnil;
2393 }
2394
2395 current_mode_spec = assq_no_quit (Qtty_color_mode, f->param_alist);
2396
2397 if (CONSP (current_mode_spec))
2398 current_mode = XCDR (current_mode_spec);
2399 else
2400 current_mode = Qnil;
2401 if (INTEGERP (color_mode))
2402 mode = XINT (color_mode);
2403 else
2404 mode = 0; /* meaning default */
2405 if (INTEGERP (current_mode))
2406 old_mode = XINT (current_mode);
2407 else
2408 old_mode = 0;
2409
2410 if (mode != old_mode)
2411 {
2412 tty_setup_colors (mode);
2413 /* This recomputes all the faces given the new color
2414 definitions. */
2415 call0 (intern ("tty-set-up-initial-frame-faces"));
2416 redraw_frame (f);
2417 }
2418 }
2419
2420 #endif /* !WINDOWSNT */
2421
2422 \f
2423 /***********************************************************************
2424 Initialization
2425 ***********************************************************************/
2426
2427 void
2428 term_init (terminal_type)
2429 char *terminal_type;
2430 {
2431 char *area;
2432 char **address = &area;
2433 char *buffer = NULL;
2434 int buffer_size = 4096;
2435 register char *p;
2436 int status;
2437 struct frame *sf = XFRAME (selected_frame);
2438
2439 encode_terminal_src_size = 0;
2440 encode_terminal_dst_size = 0;
2441
2442 #ifdef WINDOWSNT
2443 initialize_w32_display ();
2444
2445 Wcm_clear ();
2446
2447 area = (char *) xmalloc (2044);
2448
2449 FrameRows = FRAME_LINES (sf);
2450 FrameCols = FRAME_COLS (sf);
2451 specified_window = FRAME_LINES (sf);
2452
2453 delete_in_insert_mode = 1;
2454
2455 UseTabs = 0;
2456 scroll_region_ok = 0;
2457
2458 /* Seems to insert lines when it's not supposed to, messing
2459 up the display. In doing a trace, it didn't seem to be
2460 called much, so I don't think we're losing anything by
2461 turning it off. */
2462
2463 line_ins_del_ok = 0;
2464 char_ins_del_ok = 1;
2465
2466 baud_rate = 19200;
2467
2468 FRAME_CAN_HAVE_SCROLL_BARS (sf) = 0;
2469 FRAME_VERTICAL_SCROLL_BAR_TYPE (sf) = vertical_scroll_bar_none;
2470 TN_max_colors = 16; /* Required to be non-zero for tty-display-color-p */
2471
2472 return;
2473 #else /* not WINDOWSNT */
2474
2475 Wcm_clear ();
2476
2477 buffer = (char *) xmalloc (buffer_size);
2478 status = tgetent (buffer, terminal_type);
2479 if (status < 0)
2480 {
2481 #ifdef TERMINFO
2482 fatal ("Cannot open terminfo database file");
2483 #else
2484 fatal ("Cannot open termcap database file");
2485 #endif
2486 }
2487 if (status == 0)
2488 {
2489 #ifdef TERMINFO
2490 fatal ("Terminal type %s is not defined.\n\
2491 If that is not the actual type of terminal you have,\n\
2492 use the Bourne shell command `TERM=... export TERM' (C-shell:\n\
2493 `setenv TERM ...') to specify the correct type. It may be necessary\n\
2494 to do `unset TERMINFO' (C-shell: `unsetenv TERMINFO') as well.",
2495 terminal_type);
2496 #else
2497 fatal ("Terminal type %s is not defined.\n\
2498 If that is not the actual type of terminal you have,\n\
2499 use the Bourne shell command `TERM=... export TERM' (C-shell:\n\
2500 `setenv TERM ...') to specify the correct type. It may be necessary\n\
2501 to do `unset TERMCAP' (C-shell: `unsetenv TERMCAP') as well.",
2502 terminal_type);
2503 #endif
2504 }
2505
2506 #ifndef TERMINFO
2507 if (strlen (buffer) >= buffer_size)
2508 abort ();
2509 buffer_size = strlen (buffer);
2510 #endif
2511 area = (char *) xmalloc (buffer_size);
2512
2513 TS_ins_line = tgetstr ("al", address);
2514 TS_ins_multi_lines = tgetstr ("AL", address);
2515 TS_bell = tgetstr ("bl", address);
2516 BackTab = tgetstr ("bt", address);
2517 TS_clr_to_bottom = tgetstr ("cd", address);
2518 TS_clr_line = tgetstr ("ce", address);
2519 TS_clr_frame = tgetstr ("cl", address);
2520 ColPosition = NULL; /* tgetstr ("ch", address); */
2521 AbsPosition = tgetstr ("cm", address);
2522 CR = tgetstr ("cr", address);
2523 TS_set_scroll_region = tgetstr ("cs", address);
2524 TS_set_scroll_region_1 = tgetstr ("cS", address);
2525 RowPosition = tgetstr ("cv", address);
2526 TS_del_char = tgetstr ("dc", address);
2527 TS_del_multi_chars = tgetstr ("DC", address);
2528 TS_del_line = tgetstr ("dl", address);
2529 TS_del_multi_lines = tgetstr ("DL", address);
2530 TS_delete_mode = tgetstr ("dm", address);
2531 TS_end_delete_mode = tgetstr ("ed", address);
2532 TS_end_insert_mode = tgetstr ("ei", address);
2533 Home = tgetstr ("ho", address);
2534 TS_ins_char = tgetstr ("ic", address);
2535 TS_ins_multi_chars = tgetstr ("IC", address);
2536 TS_insert_mode = tgetstr ("im", address);
2537 TS_pad_inserted_char = tgetstr ("ip", address);
2538 TS_end_keypad_mode = tgetstr ("ke", address);
2539 TS_keypad_mode = tgetstr ("ks", address);
2540 LastLine = tgetstr ("ll", address);
2541 Right = tgetstr ("nd", address);
2542 Down = tgetstr ("do", address);
2543 if (!Down)
2544 Down = tgetstr ("nl", address); /* Obsolete name for "do" */
2545 #ifdef VMS
2546 /* VMS puts a carriage return before each linefeed,
2547 so it is not safe to use linefeeds. */
2548 if (Down && Down[0] == '\n' && Down[1] == '\0')
2549 Down = 0;
2550 #endif /* VMS */
2551 if (tgetflag ("bs"))
2552 Left = "\b"; /* can't possibly be longer! */
2553 else /* (Actually, "bs" is obsolete...) */
2554 Left = tgetstr ("le", address);
2555 if (!Left)
2556 Left = tgetstr ("bc", address); /* Obsolete name for "le" */
2557 TS_pad_char = tgetstr ("pc", address);
2558 TS_repeat = tgetstr ("rp", address);
2559 TS_end_standout_mode = tgetstr ("se", address);
2560 TS_fwd_scroll = tgetstr ("sf", address);
2561 TS_standout_mode = tgetstr ("so", address);
2562 TS_rev_scroll = tgetstr ("sr", address);
2563 Wcm.cm_tab = tgetstr ("ta", address);
2564 TS_end_termcap_modes = tgetstr ("te", address);
2565 TS_termcap_modes = tgetstr ("ti", address);
2566 Up = tgetstr ("up", address);
2567 TS_visible_bell = tgetstr ("vb", address);
2568 TS_cursor_normal = tgetstr ("ve", address);
2569 TS_cursor_visible = tgetstr ("vs", address);
2570 TS_cursor_invisible = tgetstr ("vi", address);
2571 TS_set_window = tgetstr ("wi", address);
2572
2573 TS_enter_underline_mode = tgetstr ("us", address);
2574 TS_exit_underline_mode = tgetstr ("ue", address);
2575 TS_enter_bold_mode = tgetstr ("md", address);
2576 TS_enter_dim_mode = tgetstr ("mh", address);
2577 TS_enter_blink_mode = tgetstr ("mb", address);
2578 TS_enter_reverse_mode = tgetstr ("mr", address);
2579 TS_enter_alt_charset_mode = tgetstr ("as", address);
2580 TS_exit_alt_charset_mode = tgetstr ("ae", address);
2581 TS_exit_attribute_mode = tgetstr ("me", address);
2582
2583 MultiUp = tgetstr ("UP", address);
2584 MultiDown = tgetstr ("DO", address);
2585 MultiLeft = tgetstr ("LE", address);
2586 MultiRight = tgetstr ("RI", address);
2587
2588 /* SVr4/ANSI color suppert. If "op" isn't available, don't support
2589 color because we can't switch back to the default foreground and
2590 background. */
2591 TS_orig_pair = tgetstr ("op", address);
2592 if (TS_orig_pair)
2593 {
2594 TS_set_foreground = tgetstr ("AF", address);
2595 TS_set_background = tgetstr ("AB", address);
2596 if (!TS_set_foreground)
2597 {
2598 /* SVr4. */
2599 TS_set_foreground = tgetstr ("Sf", address);
2600 TS_set_background = tgetstr ("Sb", address);
2601 }
2602
2603 TN_max_colors = tgetnum ("Co");
2604 TN_max_pairs = tgetnum ("pa");
2605
2606 TN_no_color_video = tgetnum ("NC");
2607 if (TN_no_color_video == -1)
2608 TN_no_color_video = 0;
2609 }
2610
2611 tty_default_color_capabilities (1);
2612
2613 MagicWrap = tgetflag ("xn");
2614 /* Since we make MagicWrap terminals look like AutoWrap, we need to have
2615 the former flag imply the latter. */
2616 AutoWrap = MagicWrap || tgetflag ("am");
2617 memory_below_frame = tgetflag ("db");
2618 TF_hazeltine = tgetflag ("hz");
2619 must_write_spaces = tgetflag ("in");
2620 meta_key = tgetflag ("km") || tgetflag ("MT");
2621 TF_insmode_motion = tgetflag ("mi");
2622 TF_standout_motion = tgetflag ("ms");
2623 TF_underscore = tgetflag ("ul");
2624 TF_teleray = tgetflag ("xt");
2625
2626 term_get_fkeys (address);
2627
2628 /* Get frame size from system, or else from termcap. */
2629 {
2630 int height, width;
2631 get_frame_size (&width, &height);
2632 FRAME_COLS (sf) = width;
2633 FRAME_LINES (sf) = height;
2634 }
2635
2636 if (FRAME_COLS (sf) <= 0)
2637 SET_FRAME_COLS (sf, tgetnum ("co"));
2638 else
2639 /* Keep width and external_width consistent */
2640 SET_FRAME_COLS (sf, FRAME_COLS (sf));
2641 if (FRAME_LINES (sf) <= 0)
2642 FRAME_LINES (sf) = tgetnum ("li");
2643
2644 if (FRAME_LINES (sf) < 3 || FRAME_COLS (sf) < 3)
2645 fatal ("Screen size %dx%d is too small",
2646 FRAME_LINES (sf), FRAME_COLS (sf));
2647
2648 min_padding_speed = tgetnum ("pb");
2649 TabWidth = tgetnum ("tw");
2650
2651 #ifdef VMS
2652 /* These capabilities commonly use ^J.
2653 I don't know why, but sending them on VMS does not work;
2654 it causes following spaces to be lost, sometimes.
2655 For now, the simplest fix is to avoid using these capabilities ever. */
2656 if (Down && Down[0] == '\n')
2657 Down = 0;
2658 #endif /* VMS */
2659
2660 if (!TS_bell)
2661 TS_bell = "\07";
2662
2663 if (!TS_fwd_scroll)
2664 TS_fwd_scroll = Down;
2665
2666 PC = TS_pad_char ? *TS_pad_char : 0;
2667
2668 if (TabWidth < 0)
2669 TabWidth = 8;
2670
2671 /* Turned off since /etc/termcap seems to have :ta= for most terminals
2672 and newer termcap doc does not seem to say there is a default.
2673 if (!Wcm.cm_tab)
2674 Wcm.cm_tab = "\t";
2675 */
2676
2677 /* We don't support standout modes that use `magic cookies', so
2678 turn off any that do. */
2679 if (TS_standout_mode && tgetnum ("sg") >= 0)
2680 {
2681 TS_standout_mode = 0;
2682 TS_end_standout_mode = 0;
2683 }
2684 if (TS_enter_underline_mode && tgetnum ("ug") >= 0)
2685 {
2686 TS_enter_underline_mode = 0;
2687 TS_exit_underline_mode = 0;
2688 }
2689
2690 /* If there's no standout mode, try to use underlining instead. */
2691 if (TS_standout_mode == 0)
2692 {
2693 TS_standout_mode = TS_enter_underline_mode;
2694 TS_end_standout_mode = TS_exit_underline_mode;
2695 }
2696
2697 /* If no `se' string, try using a `me' string instead.
2698 If that fails, we can't use standout mode at all. */
2699 if (TS_end_standout_mode == 0)
2700 {
2701 char *s = tgetstr ("me", address);
2702 if (s != 0)
2703 TS_end_standout_mode = s;
2704 else
2705 TS_standout_mode = 0;
2706 }
2707
2708 if (TF_teleray)
2709 {
2710 Wcm.cm_tab = 0;
2711 /* We can't support standout mode, because it uses magic cookies. */
2712 TS_standout_mode = 0;
2713 /* But that means we cannot rely on ^M to go to column zero! */
2714 CR = 0;
2715 /* LF can't be trusted either -- can alter hpos */
2716 /* if move at column 0 thru a line with TS_standout_mode */
2717 Down = 0;
2718 }
2719
2720 /* Special handling for certain terminal types known to need it */
2721
2722 if (!strcmp (terminal_type, "supdup"))
2723 {
2724 memory_below_frame = 1;
2725 Wcm.cm_losewrap = 1;
2726 }
2727 if (!strncmp (terminal_type, "c10", 3)
2728 || !strcmp (terminal_type, "perq"))
2729 {
2730 /* Supply a makeshift :wi string.
2731 This string is not valid in general since it works only
2732 for windows starting at the upper left corner;
2733 but that is all Emacs uses.
2734
2735 This string works only if the frame is using
2736 the top of the video memory, because addressing is memory-relative.
2737 So first check the :ti string to see if that is true.
2738
2739 It would be simpler if the :wi string could go in the termcap
2740 entry, but it can't because it is not fully valid.
2741 If it were in the termcap entry, it would confuse other programs. */
2742 if (!TS_set_window)
2743 {
2744 p = TS_termcap_modes;
2745 while (*p && strcmp (p, "\033v "))
2746 p++;
2747 if (*p)
2748 TS_set_window = "\033v%C %C %C %C ";
2749 }
2750 /* Termcap entry often fails to have :in: flag */
2751 must_write_spaces = 1;
2752 /* :ti string typically fails to have \E^G! in it */
2753 /* This limits scope of insert-char to one line. */
2754 strcpy (area, TS_termcap_modes);
2755 strcat (area, "\033\007!");
2756 TS_termcap_modes = area;
2757 area += strlen (area) + 1;
2758 p = AbsPosition;
2759 /* Change all %+ parameters to %C, to handle
2760 values above 96 correctly for the C100. */
2761 while (*p)
2762 {
2763 if (p[0] == '%' && p[1] == '+')
2764 p[1] = 'C';
2765 p++;
2766 }
2767 }
2768
2769 FrameRows = FRAME_LINES (sf);
2770 FrameCols = FRAME_COLS (sf);
2771 specified_window = FRAME_LINES (sf);
2772
2773 if (Wcm_init () == -1) /* can't do cursor motion */
2774 #ifdef VMS
2775 fatal ("Terminal type \"%s\" is not powerful enough to run Emacs.\n\
2776 It lacks the ability to position the cursor.\n\
2777 If that is not the actual type of terminal you have, use either the\n\
2778 DCL command `SET TERMINAL/DEVICE= ...' for DEC-compatible terminals,\n\
2779 or `define EMACS_TERM \"terminal type\"' for non-DEC terminals.",
2780 terminal_type);
2781 #else /* not VMS */
2782 # ifdef TERMINFO
2783 fatal ("Terminal type \"%s\" is not powerful enough to run Emacs.\n\
2784 It lacks the ability to position the cursor.\n\
2785 If that is not the actual type of terminal you have,\n\
2786 use the Bourne shell command `TERM=... export TERM' (C-shell:\n\
2787 `setenv TERM ...') to specify the correct type. It may be necessary\n\
2788 to do `unset TERMINFO' (C-shell: `unsetenv TERMINFO') as well.",
2789 terminal_type);
2790 # else /* TERMCAP */
2791 fatal ("Terminal type \"%s\" is not powerful enough to run Emacs.\n\
2792 It lacks the ability to position the cursor.\n\
2793 If that is not the actual type of terminal you have,\n\
2794 use the Bourne shell command `TERM=... export TERM' (C-shell:\n\
2795 `setenv TERM ...') to specify the correct type. It may be necessary\n\
2796 to do `unset TERMCAP' (C-shell: `unsetenv TERMCAP') as well.",
2797 terminal_type);
2798 # endif /* TERMINFO */
2799 #endif /*VMS */
2800 if (FRAME_LINES (sf) <= 0
2801 || FRAME_COLS (sf) <= 0)
2802 fatal ("The frame size has not been specified");
2803
2804 delete_in_insert_mode
2805 = TS_delete_mode && TS_insert_mode
2806 && !strcmp (TS_delete_mode, TS_insert_mode);
2807
2808 se_is_so = (TS_standout_mode
2809 && TS_end_standout_mode
2810 && !strcmp (TS_standout_mode, TS_end_standout_mode));
2811
2812 UseTabs = tabs_safe_p () && TabWidth == 8;
2813
2814 scroll_region_ok
2815 = (Wcm.cm_abs
2816 && (TS_set_window || TS_set_scroll_region || TS_set_scroll_region_1));
2817
2818 line_ins_del_ok = (((TS_ins_line || TS_ins_multi_lines)
2819 && (TS_del_line || TS_del_multi_lines))
2820 || (scroll_region_ok && TS_fwd_scroll && TS_rev_scroll));
2821
2822 char_ins_del_ok = ((TS_ins_char || TS_insert_mode
2823 || TS_pad_inserted_char || TS_ins_multi_chars)
2824 && (TS_del_char || TS_del_multi_chars));
2825
2826 fast_clear_end_of_line = TS_clr_line != 0;
2827
2828 init_baud_rate ();
2829 if (read_socket_hook) /* Baudrate is somewhat */
2830 /* meaningless in this case */
2831 baud_rate = 9600;
2832
2833 FRAME_CAN_HAVE_SCROLL_BARS (sf) = 0;
2834 FRAME_VERTICAL_SCROLL_BAR_TYPE (sf) = vertical_scroll_bar_none;
2835 #endif /* WINDOWSNT */
2836
2837 xfree (buffer);
2838 }
2839
2840 /* VARARGS 1 */
2841 void
2842 fatal (str, arg1, arg2)
2843 char *str, *arg1, *arg2;
2844 {
2845 fprintf (stderr, "emacs: ");
2846 fprintf (stderr, str, arg1, arg2);
2847 fprintf (stderr, "\n");
2848 fflush (stderr);
2849 exit (1);
2850 }
2851
2852 DEFUN ("tty-no-underline", Ftty_no_underline, Stty_no_underline, 0, 0, 0,
2853 doc: /* Declare that this terminal does not handle underlining.
2854 This is used to override the terminfo data, for certain terminals that
2855 do not really do underlining, but say that they do. */)
2856 ()
2857 {
2858 TS_enter_underline_mode = 0;
2859 return Qnil;
2860 }
2861
2862 void
2863 syms_of_term ()
2864 {
2865 DEFVAR_BOOL ("system-uses-terminfo", &system_uses_terminfo,
2866 doc: /* Non-nil means the system uses terminfo rather than termcap.
2867 This variable can be used by terminal emulator packages. */);
2868 #ifdef TERMINFO
2869 system_uses_terminfo = 1;
2870 #else
2871 system_uses_terminfo = 0;
2872 #endif
2873
2874 DEFVAR_LISP ("ring-bell-function", &Vring_bell_function,
2875 doc: /* Non-nil means call this function to ring the bell.
2876 The function should accept no arguments. */);
2877 Vring_bell_function = Qnil;
2878
2879 DEFVAR_BOOL ("visible-cursor", &visible_cursor,
2880 doc: /* Non-nil means to make the cursor very visible.
2881 This only has an effect when running in a text terminal.
2882 What means \"very visible\" is up to your terminal. It may make the cursor
2883 bigger, or it may make it blink, or it may do nothing at all. */);
2884 visible_cursor = 1;
2885
2886 defsubr (&Stty_display_color_p);
2887 defsubr (&Stty_display_color_cells);
2888 defsubr (&Stty_no_underline);
2889
2890 fullscreen_hook = NULL;
2891 }
2892
2893 /* arch-tag: 498e7449-6f2e-45e2-91dd-b7d4ca488193
2894 (do not change this comment) */