summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* (term_get_fkeys_1): Use kH as alternate for move-to-last-line.Richard M. Stallman1997-08-161-0/+2
* (encode_terminal_code): Use safe_terminal_coding ifKenichi Handa1997-08-101-12/+22
* Minor cleanup.Richard M. Stallman1997-07-301-2/+5
* (insert_glyphs): Use &, not &&.Richard M. Stallman1997-05-311-1/+1
* Fix comment typo.Karl Heuer1997-04-031-1/+1
* (insert_glyphs): Fix a bug which turns up whenKenichi Handa1997-03-191-1/+1
* (encode_terminal_code): Check validity of character code.Kenichi Handa1997-03-181-4/+9
* Include charset.h and coding.h.Karl Heuer1997-02-201-43/+139
* (fatal): Print a newline at the end.Richard M. Stallman1997-01-201-9/+10
* (term_init): Use new name initialize_w32_display.Geoff Voelker1997-01-201-1/+1
* (term_init): Use new vertical scroll bar enumerated type.Richard M. Stallman1996-09-211-5/+9
* (OUTPUT_IF, OUTPUT): Cast frame height to int.Richard M. Stallman1996-09-031-2/+2
* (term_init): Avoid type-mismatch calling get_frame_size.Richard M. Stallman1996-09-031-2/+7
* (Vring_bell_function): New variable.Richard M. Stallman1996-08-291-0/+28
* (FRAME_TERMCAP_P) [WINDOWSNT && !HAVE_NTGUI]:Richard M. Stallman1996-04-261-2/+0
* (calculate_ins_del_char_costs): Use proper frame's width.Richard M. Stallman1996-04-101-1/+1
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* Comment fixes.Karl Heuer1996-01-051-1/+1
* [HAVE_NTGUI] (FRAME_TERMCAP_P): Don't redefine.Geoff Voelker1995-11-071-0/+2
* (term_init): Alternative error messages for TERMCAP/TERMINFO.Richard M. Stallman1995-06-281-2/+12
* (cursor_to, clear_to_end_of_line_raw):Karl Heuer1995-06-051-0/+11
* (term_init): MagicWrap implies AutoWrap.Karl Heuer1995-04-241-2/+4
* Update copyright.Karl Heuer1995-04-071-1/+1
* Comment change.Richard M. Stallman1995-03-291-1/+1
* (term_init) [TERMINFO]: Make error message more accurate.Karl Heuer1995-02-251-4/+20
* (calculate_costs): Update max_frame_height, max_frame_width.Richard M. Stallman1995-02-171-10/+20
* (term_get_fkeys_1): Bug fix for function key above f19.Richard M. Stallman1995-01-191-2/+2
* (write_glyphs, insert_glyphs): Call checkmagic.Karl Heuer1995-01-171-2/+4
* (term_init): Fatal error if screen is too small.Richard M. Stallman1995-01-041-0/+5
* (scroll_region_cost): New variable.Richard M. Stallman1994-12-261-0/+4
* (calculate_costs): Set FRAME_COST_BAUD_RATE.Richard M. Stallman1994-12-061-10/+4
* (term_init) [WINDOWSNT]: Do some Windows-specificRichard M. Stallman1994-11-011-0/+48
* (calculate_costs): Call x_screen_planes.Richard M. Stallman1994-10-221-5/+2
* (term_get_fkeys_1): Workaround for IBM's dialect of terminfo.Karl Heuer1994-10-141-0/+12
* Declare Fmake_sparse_keymap.Karl Heuer1994-09-191-0/+2
* (clear_to_end): Fix reversed condition.Karl Heuer1994-09-161-1/+1
* (term_init): Added missing argument to tgetstr.Richard M. Stallman1994-08-241-4/+3
* (term_get_fkeys): Don't redeclare term_get_fkeys_1 here.Richard M. Stallman1994-06-231-1/+0
* Put stdio.h after config.h.Richard M. Stallman1994-06-151-1/+1
* (update_end): Undo previous change.Richard M. Stallman1994-05-231-1/+1
* (system_uses_terminfo): New variable.Karl Heuer1994-04-081-0/+15
* (frame_up_to_date_hook): Defined.Richard M. Stallman1994-04-031-0/+2
* (term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address.Roland McGrath1994-03-081-1/+1
* (term_get_fkeys_1): New local var ADDRESS, init to term_get_fkeys_address.Roland McGrath1994-03-081-0/+2
* (term_get_fkeys_data): Variable removed.Roland McGrath1994-03-081-37/+33
* (term_init): If no `se', use `me';Richard M. Stallman1994-02-121-0/+11
* (update_end): Clear updating_frame before calling hook.Richard M. Stallman1994-01-211-1/+1
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (term_get_fkeys_define_1, term_get_fkeys_define): New functions.Richard M. Stallman1993-08-111-16/+38
* (term_init): Improve error messages (give sh commands).Richard M. Stallman1993-08-091-3/+9