summaryrefslogtreecommitdiff
path: root/src/term.c
AgeCommit message (Expand)Author
2003-09-08New directoryKenichi Handa
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-30Comment fixDave Love
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-05-24(costs_set): Declare static, non-initialized for pcc.Dave Love
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-03-01Include "buffer.h" and "character.h".Kenichi Handa
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
2001-04-27(turn_on_face): Fix reverse video handling on terminalsGerd Moellmann
2001-04-25(toggle_highlight): New function.Gerd Moellmann
2001-01-20(FRAME_TERMCAP_P) [WINDOWSNT]: Reinstate originalAndrew Innes
2001-01-05(update_end): Don't check updating_frame; for some reasonAndrew Innes
2001-01-02(FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.Andrew Innes
2001-01-02(encode_terminal_code): Remove unused variable `c'.Eli Zaretskii
2000-11-21Don't try to include termcap.h; see comment there.Gerd Moellmann
2000-10-28(reassert_line_highlight): Reverse the inverse-video effectEli Zaretskii
2000-10-22Initial check-in: changes for building Emacs under Mac OS.Andrew Choi
2000-09-21Avoid some more compiler warnings.Gerd Moellmann
2000-08-22Include keyboard.h before frame.h.Andrew Innes
2000-08-16(write_glyphs): Also turn off inverse video after turningGerd Moellmann
2000-08-16(write_glyphs): Use a locally declared conversion_buffer.Kenichi Handa
2000-08-15(turn_off_face): Reset standout_mode when resettingGerd Moellmann
2000-06-25[!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag, tgetnum.Dave Love
2000-06-06(append_glyph): Revert change of 2000-06-06.Gerd Moellmann
2000-06-06(encode_terminal_code): Change the way to check ifKenichi Handa
2000-05-28Correct a typo in a comment.Eli Zaretskii
2000-05-28(produce_glyphs): Don't treat eight-bit-* charsets as multibyte.Eli Zaretskii