| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Include cm.h after dispextern.h to avoid name conflicts | Geoff Voelker | 1998-04-29 | 1 | -2/+3 |
| | | | | | | in Windows system headers. (term_init) [WINDOWSNT]: Do not include remainder of function. | ||||
| * | (reset_terminal_modes): Only invoke hook if defined. | Geoff Voelker | 1998-04-17 | 1 | -1/+2 |
| | | |||||
| * | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -34/+63 |
| | | |||||
| * | (encode_terminal_code): Adjusted for the change of | Kenichi Handa | 1998-01-22 | 1 | -24/+22 |
| | | | | | | | | encode_coding. (write_glyphs): Likewise. Adjusted for the change of struct coding_system. (insert_glyphs): Likewise. | ||||
| * | (encode_terminal_code): Use new macros defined in | Kenichi Handa | 1997-11-08 | 1 | -2/+2 |
| | | | | | | coding.h. (write_glyphs): Likewise. | ||||
| * | (term_get_fkeys_1): Use kH as alternate for move-to-last-line. | Richard M. Stallman | 1997-08-16 | 1 | -0/+2 |
| | | |||||
| * | (encode_terminal_code): Use safe_terminal_coding if | Kenichi Handa | 1997-08-10 | 1 | -12/+22 |
| | | | | | | terminal_coding seems to encode Emacs' internal code as is. (write_glyphs): Likewise. | ||||
| * | Minor cleanup. | Richard M. Stallman | 1997-07-30 | 1 | -2/+5 |
| | | |||||
| * | (insert_glyphs): Use &, not &&. | Richard M. Stallman | 1997-05-31 | 1 | -1/+1 |
| | | |||||
| * | Fix comment typo. | Karl Heuer | 1997-04-03 | 1 | -1/+1 |
| | | |||||
| * | (insert_glyphs): Fix a bug which turns up when | Kenichi Handa | 1997-03-19 | 1 | -1/+1 |
| | | | | | TS_ins_multi_chars is 0. | ||||
| * | (encode_terminal_code): Check validity of character code. | Kenichi Handa | 1997-03-18 | 1 | -4/+9 |
| | | |||||
| * | Include charset.h and coding.h. | Karl Heuer | 1997-02-20 | 1 | -43/+139 |
| | | | | | | | | | | | | (TS_end_italic_mode, TS_italic_mode, TS_bold_mode): New variables. (TS_end_bold_mode, TS_end_underscore_mode): New variables. (TS_underscore_mode): New variable. (encode_terminal_code): New function. (write_glyphs, insert_glyphs): Perform character code conversion on output to a terminal. (term_init): Initialize TS_bold_mode, TS_end_bold_mode, TS_end_underscore_mode, and TS_underscore_mode. | ||||
| * | (fatal): Print a newline at the end. | Richard M. Stallman | 1997-01-20 | 1 | -9/+10 |
| | | | | | (term_init): Calls to fatal changed. | ||||
| * | (term_init): Use new name initialize_w32_display. | Geoff Voelker | 1997-01-20 | 1 | -1/+1 |
| | | |||||
| * | (term_init): Use new vertical scroll bar enumerated type. | Richard M. Stallman | 1996-09-21 | 1 | -5/+9 |
| | | | | | Use new macro SET_FRAME_WIDTH. | ||||
| * | (OUTPUT_IF, OUTPUT): Cast frame height to int. | Richard M. Stallman | 1996-09-03 | 1 | -2/+2 |
| | | |||||
| * | (term_init): Avoid type-mismatch calling get_frame_size. | Richard M. Stallman | 1996-09-03 | 1 | -2/+7 |
| | | |||||
| * | (Vring_bell_function): New variable. | Richard M. Stallman | 1996-08-29 | 1 | -0/+28 |
| | | | | | | (syms_of_term): Set up Lisp variable. (ring_bell): Use Vring_bell_function. | ||||
| * | (FRAME_TERMCAP_P) [WINDOWSNT && !HAVE_NTGUI]: | Richard M. Stallman | 1996-04-26 | 1 | -2/+0 |
| | | | | | Remove conditional for HAVE_NTGUI. | ||||
| * | (calculate_ins_del_char_costs): Use proper frame's width. | Richard M. Stallman | 1996-04-10 | 1 | -1/+1 |
| | | |||||
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | | |||||
| * | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -1/+1 |
| | | |||||
| * | [HAVE_NTGUI] (FRAME_TERMCAP_P): Don't redefine. | Geoff Voelker | 1995-11-07 | 1 | -0/+2 |
| | | |||||
| * | (term_init): Alternative error messages for TERMCAP/TERMINFO. | Richard M. Stallman | 1995-06-28 | 1 | -2/+12 |
| | | |||||
| * | (cursor_to, clear_to_end_of_line_raw): | Karl Heuer | 1995-06-05 | 1 | -0/+11 |
| | | | | | | If chars_wasted is 0, do nothing. (clear_end_of_line): Don't die if chars_wasted is 0. | ||||
| * | (term_init): MagicWrap implies AutoWrap. | Karl Heuer | 1995-04-24 | 1 | -2/+4 |
| | | |||||
| * | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 1995-03-29 | 1 | -1/+1 |
| | | |||||
| * | (term_init) [TERMINFO]: Make error message more accurate. | Karl Heuer | 1995-02-25 | 1 | -4/+20 |
| | | |||||
| * | (calculate_costs): Update max_frame_height, max_frame_width. | Richard M. Stallman | 1995-02-17 | 1 | -10/+20 |
| | | | | | They determine length of chars_wasted, copybuf and char_ins_del_vector. | ||||
| * | (term_get_fkeys_1): Bug fix for function key above f19. | Richard M. Stallman | 1995-01-19 | 1 | -2/+2 |
| | | |||||
| * | (write_glyphs, insert_glyphs): Call checkmagic. | Karl Heuer | 1995-01-17 | 1 | -2/+4 |
| | | |||||
| * | (term_init): Fatal error if screen is too small. | Richard M. Stallman | 1995-01-04 | 1 | -0/+5 |
| | | |||||
| * | (scroll_region_cost): New variable. | Richard M. Stallman | 1994-12-26 | 1 | -0/+4 |
| | | | | | (calculate_costs): Put scroll region overhead in scroll_region_cost. | ||||
| * | (calculate_costs): Set FRAME_COST_BAUD_RATE. | Richard M. Stallman | 1994-12-06 | 1 | -10/+4 |
| | | | | | | | Don't test dont_calculate_costs. (dont_calculate_costs): Variable deleted. (term_init): Don't set dont_calculate_costs. | ||||
| * | (term_init) [WINDOWSNT]: Do some Windows-specific | Richard M. Stallman | 1994-11-01 | 1 | -0/+48 |
| | | | | | | initialization, then skip the rest of the code. (FRAME_TERMCAP_P) [WINDOWSNT]: Always return 0. | ||||
| * | (calculate_costs): Call x_screen_planes. | Richard M. Stallman | 1994-10-22 | 1 | -5/+2 |
| | | |||||
| * | (term_get_fkeys_1): Workaround for IBM's dialect of terminfo. | Karl Heuer | 1994-10-14 | 1 | -0/+12 |
| | | |||||
| * | Declare Fmake_sparse_keymap. | Karl Heuer | 1994-09-19 | 1 | -0/+2 |
| | | |||||
| * | (clear_to_end): Fix reversed condition. | Karl Heuer | 1994-09-16 | 1 | -1/+1 |
| | | |||||
| * | (term_init): Added missing argument to tgetstr. | Richard M. Stallman | 1994-08-24 | 1 | -4/+3 |
| | | | | | (tgetstr): Move declarations to top level. | ||||
| * | (term_get_fkeys): Don't redeclare term_get_fkeys_1 here. | Richard M. Stallman | 1994-06-23 | 1 | -1/+0 |
| | | |||||
| * | Put stdio.h after config.h. | Richard M. Stallman | 1994-06-15 | 1 | -1/+1 |
| | | |||||
| * | (update_end): Undo previous change. | Richard M. Stallman | 1994-05-23 | 1 | -1/+1 |
| | | |||||
| * | (system_uses_terminfo): New variable. | Karl Heuer | 1994-04-08 | 1 | -0/+15 |
| | | | | | (syms_of_term): New function, to initialize it. | ||||
| * | (frame_up_to_date_hook): Defined. | Richard M. Stallman | 1994-04-03 | 1 | -0/+2 |
| | | |||||
| * | (term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address. | Roland McGrath | 1994-03-08 | 1 | -1/+1 |
| | | |||||
| * | (term_get_fkeys_1): New local var ADDRESS, init to term_get_fkeys_address. | Roland McGrath | 1994-03-08 | 1 | -0/+2 |
| | | |||||
| * | (term_get_fkeys_data): Variable removed. | Roland McGrath | 1994-03-08 | 1 | -37/+33 |
| | | | | | | | | | | (term_get_fkeys_define_1, term_get_fkeys_define): Functions removed. (term_get_fkeys_address): New variable, to pass arg through condition-case. (term_get_fkeys): Set that to ADDRESS; just do condition-case around call to term_get_fkeys_1, ignoring all errors. (term_get_fkeys_1): New function, containing body of term_get_fkeys. Don't use term_get_fkeys_define_1; call Fdefine_key directly. | ||||