summaryrefslogtreecommitdiff
path: root/src/term.c
AgeCommit message (Expand)Author
1999-03-04(term_init): Use xmalloc, not malloc.Karl Heuer
1999-02-05(encode_terminal_code): Fix previous change.Kenichi Handa
1998-09-28(encode_terminal_code): Handle raw 8-bit codes correctly.Kenichi Handa
1998-08-18(write_glyphs): When terminal_coding require flushing,Kenichi Handa
1998-04-29Include cm.h after dispextern.h to avoid name conflictsGeoff Voelker
1998-04-17(reset_terminal_modes): Only invoke hook if defined.Geoff Voelker
1998-04-14Fix -Wimplicit warnings.Andreas Schwab
1998-01-22(encode_terminal_code): Adjusted for the change ofKenichi Handa
1997-11-08(encode_terminal_code): Use new macros defined inKenichi Handa
1997-08-16(term_get_fkeys_1): Use kH as alternate for move-to-last-line.Richard M. Stallman
1997-08-10(encode_terminal_code): Use safe_terminal_coding ifKenichi Handa
1997-07-30Minor cleanup.Richard M. Stallman
1997-05-31(insert_glyphs): Use &, not &&.Richard M. Stallman
1997-04-03Fix comment typo.Karl Heuer
1997-03-19(insert_glyphs): Fix a bug which turns up whenKenichi Handa
1997-03-18(encode_terminal_code): Check validity of character code.Kenichi Handa
1997-02-20Include charset.h and coding.h.Karl Heuer
1997-01-20(fatal): Print a newline at the end.Richard M. Stallman
1997-01-20(term_init): Use new name initialize_w32_display.Geoff Voelker
1996-09-21(term_init): Use new vertical scroll bar enumerated type.Richard M. Stallman
1996-09-03(OUTPUT_IF, OUTPUT): Cast frame height to int.Richard M. Stallman
1996-09-03(term_init): Avoid type-mismatch calling get_frame_size.Richard M. Stallman
1996-08-29(Vring_bell_function): New variable.Richard M. Stallman
1996-04-26(FRAME_TERMCAP_P) [WINDOWSNT && !HAVE_NTGUI]:Richard M. Stallman
1996-04-10(calculate_ins_del_char_costs): Use proper frame's width.Richard M. Stallman
1996-01-15Update FSF's address in the preamble.Erik Naggum
1996-01-05Comment fixes.Karl Heuer
1995-11-07[HAVE_NTGUI] (FRAME_TERMCAP_P): Don't redefine.Geoff Voelker
1995-06-28(term_init): Alternative error messages for TERMCAP/TERMINFO.Richard M. Stallman
1995-06-05(cursor_to, clear_to_end_of_line_raw):Karl Heuer
1995-04-24(term_init): MagicWrap implies AutoWrap.Karl Heuer
1995-04-07Update copyright.Karl Heuer
1995-03-29Comment change.Richard M. Stallman
1995-02-25(term_init) [TERMINFO]: Make error message more accurate.Karl Heuer
1995-02-17(calculate_costs): Update max_frame_height, max_frame_width.Richard M. Stallman
1995-01-19(term_get_fkeys_1): Bug fix for function key above f19.Richard M. Stallman
1995-01-17(write_glyphs, insert_glyphs): Call checkmagic.Karl Heuer
1995-01-04(term_init): Fatal error if screen is too small.Richard M. Stallman
1994-12-26(scroll_region_cost): New variable.Richard M. Stallman
1994-12-06(calculate_costs): Set FRAME_COST_BAUD_RATE.Richard M. Stallman
1994-11-01(term_init) [WINDOWSNT]: Do some Windows-specificRichard M. Stallman
1994-10-22(calculate_costs): Call x_screen_planes.Richard M. Stallman
1994-10-14(term_get_fkeys_1): Workaround for IBM's dialect of terminfo.Karl Heuer
1994-09-19Declare Fmake_sparse_keymap.Karl Heuer
1994-09-16(clear_to_end): Fix reversed condition.Karl Heuer
1994-08-24(term_init): Added missing argument to tgetstr.Richard M. Stallman
1994-06-23(term_get_fkeys): Don't redeclare term_get_fkeys_1 here.Richard M. Stallman
1994-06-15Put stdio.h after config.h.Richard M. Stallman
1994-05-23(update_end): Undo previous change.Richard M. Stallman
1994-04-08(system_uses_terminfo): New variable.Karl Heuer