aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* (encode_terminal_code): Buffer pointer now const.Ken Raeburn2002-07-191-1/+2
* term.c (costs_set): Declare static, non-initialized for pcc.Dave Love2002-07-011-1/+1
* C style fix.Miles Bader2002-05-281-2/+3
* (tty_capable_p): New function.Miles Bader2002-05-261-0/+25
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-1/+1
* Comment change.Richard M. Stallman2002-04-031-4/+16
* (term_get_fkeys_1): If `k0' and `k;' are both specified andStefan Monnier2002-02-021-3/+6
* (Ftty_display_color_cells, Ftty_display_color_p): Change theEli Zaretskii2002-01-251-6/+6
* (Ftty_display_color_cells): New function.Eli Zaretskii2002-01-251-0/+11
* (set_tty_color_mode): Remove unused variable `tem'.Pavel Janík2002-01-171-1/+1
* (tty_default_color_capabilities, tty_setup_colors)Eli Zaretskii2002-01-141-0/+133
* (keys): Add missing braces around initializer.Pavel Janík2001-12-181-40/+40
* (TN_standout_width, TF_xs, TN_magic_cookie_glitch_ul): Variables removed.Miles Bader2001-10-201-68/+28
* (reassert_line_highlight_hook, change_line_highlight_hook): Variables removed.Miles Bader2001-10-201-167/+11
* Change doc-string comments to `new style' [w/`doc:' keyword].Miles Bader2001-10-171-7/+7
* Put doc strings in comments.Gerd Moellmann2001-10-141-8/+9
* Include keymap.h.Stefan Monnier2001-10-081-0/+1
* Don't define min/max.Gerd Moellmann2001-10-081-3/+0
* (tty_cursor_hidden): New variable.Gerd Moellmann2001-05-311-82/+89
* (turn_on_face): Fix reverse video handling on terminalsGerd Moellmann2001-04-271-3/+13
* (toggle_highlight): New function.Gerd Moellmann2001-04-251-17/+50
* (FRAME_TERMCAP_P) [WINDOWSNT]: Reinstate originalAndrew Innes2001-01-201-0/+11
* (update_end): Don't check updating_frame; for some reasonAndrew Innes2001-01-051-1/+1
* (FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.Andrew Innes2001-01-021-12/+0
* (encode_terminal_code): Remove unused variable `c'.Eli Zaretskii2001-01-021-1/+0
* Don't try to include termcap.h; see comment there.Gerd Moellmann2000-11-211-1/+5
* (reassert_line_highlight): Reverse the inverse-video effectEli Zaretskii2000-10-281-1/+1
* Initial check-in: changes for building Emacs under Mac OS.Andrew Choi2000-10-221-0/+3
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-1/+1
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-1/+1
* (write_glyphs): Also turn off inverse video after turningGerd Moellmann2000-08-161-6/+11
* (write_glyphs): Use a locally declared conversion_buffer.Kenichi Handa2000-08-161-5/+9
* (turn_off_face): Reset standout_mode when resettingGerd Moellmann2000-08-151-1/+4
* [!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag, tgetnum.Dave Love2000-06-251-0/+5
* (append_glyph): Revert change of 2000-06-06.Gerd Moellmann2000-06-061-1/+1
* (encode_terminal_code): Change the way to check ifKenichi Handa2000-06-061-2/+5
* Correct a typo in a comment.Eli Zaretskii2000-05-281-1/+1
* (produce_glyphs): Don't treat eight-bit-* charsets as multibyte.Eli Zaretskii2000-05-281-0/+11
* (encode_terminal_code): Set coding->src_multibyte properly.Kenichi Handa2000-05-231-0/+4
* (produce_special_glyphs): Use CHAR_BYTES instead ofKenichi Handa2000-05-201-2/+2
* (produce_glyphs): Remove reference to struct it's prompt_width.Gerd Moellmann2000-04-241-2/+2
* make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILPKen Raeburn2000-04-051-1/+1
* (TN_no_color_video): New variable.Gerd Moellmann2000-04-011-9/+52
* (calculate_costs): Remove code dealing with X frames.Gerd Moellmann2000-03-191-10/+0
* (term_init) [WINDOWSNT]: Initialize TN_max_colors.Jason Rumney2000-01-301-0/+1
* (encode_terminal_code): Fix the previous change.Kenichi Handa2000-01-041-2/+5
* (Ftty_display_color_p): Accept an optional argument FRAME.Eli Zaretskii2000-01-021-3/+4
* (insert_glyphs): Pass glyph, not &glyph, toEli Zaretskii2000-01-021-2/+2
* (encode_terminal_code): Adjusted for the change of structKenichi Handa1999-12-271-41/+52
* Changes for separate unspecified foreground and background colorsEli Zaretskii1999-12-151-3/+11