summaryrefslogtreecommitdiff
path: root/src/term.c
AgeCommit message (Expand)Author
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
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
2000-05-23(encode_terminal_code): Set coding->src_multibyte properly.Kenichi Handa
2000-05-20(produce_special_glyphs): Use CHAR_BYTES instead ofKenichi Handa
2000-04-24(produce_glyphs): Remove reference to struct it's prompt_width.Gerd Moellmann
2000-04-05make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILPKen Raeburn
2000-04-01(TN_no_color_video): New variable.Gerd Moellmann
2000-03-19(calculate_costs): Remove code dealing with X frames.Gerd Moellmann
2000-01-30(term_init) [WINDOWSNT]: Initialize TN_max_colors.Jason Rumney
2000-01-04(encode_terminal_code): Fix the previous change.Kenichi Handa
2000-01-02(Ftty_display_color_p): Accept an optional argument FRAME.Eli Zaretskii
2000-01-02(insert_glyphs): Pass glyph, not &glyph, toEli Zaretskii
1999-12-27(encode_terminal_code): Adjusted for the change of structKenichi Handa
1999-12-15Changes for separate unspecified foreground and background colorsEli Zaretskii
1999-12-15(encode_terminal_code): Delete codes for a compositeKenichi Handa
1999-11-12(term_init): If "op" isn't available, don't support colorGerd Moellmann