summaryrefslogtreecommitdiff
path: root/src/term.c
AgeCommit message (Expand)Author
2006-03-22Define aliases for append_glyph and produce_stretch_glyphKim F. Storm
2006-02-07(append_glyph): Refer to it->char_to_display instead ofKenichi Handa
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-12-30(visible_cursor): New boolean var.Stefan Monnier
2005-10-20(encode_terminal_code): Remove unused var src_start.Kim F. Storm
2005-10-02* lisp.h (fatal): Undo previous change.Dan Nicolaescu
2005-09-30* image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu
2005-08-22(turn_on_face): Check for TS_set_foreground andJuri Linkov
2005-08-07(set_terminal_modes): If no TS_termcap_modes string,Richard M. Stallman
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2005-06-30(turn_on_face): In standout mode apply specifiedJuri Linkov
2005-06-17(produce_special_glyphs): Use spec_glyph_lookup_face.Richard M. Stallman
2005-04-17(struct keys): Add support for shifted keys.Dan Nicolaescu
2005-01-06(encode_terminal_code): Fix buffer size computation.Kenichi Handa
2004-12-12(encode_terminal_code): Fix previous change.Kenichi Handa
2004-12-01(encode_terminal_code): Don't make it "static".Kenichi Handa
2004-11-30(encode_terminal_buf, encode_terminal_bufsize): NewKenichi Handa
2004-03-19(produce_glyphs): Handle IT_STRETCH.Kim F. Storm
2004-02-27(read_socket_hook): Fix arg list.Kim F. Storm
2003-09-30(set_tty_color_mode): Calculate current_mode_spec regardless of value of VAL.Richard M. Stallman
2003-09-28(tty_setup_colors): Treat any negative argument as -1.Eli Zaretskii
2003-09-22(set_tty_color_mode): Use INTEGERP to test whether aEli Zaretskii
2003-09-01Add arch taglinesMiles Bader
2003-08-24(term_init): Remove `const' from buffer_size's declaration.Eli Zaretskii
2003-08-21(term_init): Fix previous changeKenichi Handa
2003-08-21(term_init): Fix previous change; don't rely on theKenichi Handa
2003-08-19(term_init): Use a buffer of size 4096 for tgetent sinceRichard M. Stallman
2003-05-24Make (some) trivial substitutions for renamed andKim F. Storm
2003-03-21(estimate_mode_line_height): Move to xdisp.c.Kim F. Storm
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2002-07-19(encode_terminal_code): Buffer pointer now const.Ken Raeburn
2002-07-01term.c (costs_set): Declare static, non-initialized for pcc.Dave Love
2002-05-28C style fix.Miles Bader
2002-05-26(tty_capable_p): New function.Miles Bader
2002-04-26Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi
2002-04-03Comment change.Richard M. Stallman
2002-02-02(term_get_fkeys_1): If `k0' and `k;' are both specified andStefan Monnier
2002-01-25(Ftty_display_color_cells, Ftty_display_color_p): Change theEli Zaretskii
2002-01-25(Ftty_display_color_cells): New function.Eli Zaretskii
2002-01-17(set_tty_color_mode): Remove unused variable `tem'.Pavel Janík
2002-01-14(tty_default_color_capabilities, tty_setup_colors)Eli Zaretskii
2001-12-18(keys): Add missing braces around initializer.Pavel Janík
2001-10-20(TN_standout_width, TF_xs, TN_magic_cookie_glitch_ul): Variables removed.Miles Bader
2001-10-20(reassert_line_highlight_hook, change_line_highlight_hook): Variables removed.Miles Bader
2001-10-17Change doc-string comments to `new style' [w/`doc:' keyword].Miles Bader
2001-10-14Put doc strings in comments.Gerd Moellmann
2001-10-08Include keymap.h.Stefan Monnier
2001-10-08Don't define min/max.Gerd Moellmann
2001-05-31(tty_cursor_hidden): New variable.Gerd Moellmann