summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* Define aliases for append_glyph and produce_stretch_glyphKim F. Storm2006-03-221-0/+6
* (append_glyph): Refer to it->char_to_display instead ofKenichi Handa2006-02-071-19/+34
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (visible_cursor): New boolean var.Stefan Monnier2005-12-301-2/+14
* (encode_terminal_code): Remove unused var src_start.Kim F. Storm2005-10-201-3/+3
* * lisp.h (fatal): Undo previous change.Dan Nicolaescu2005-10-021-6/+4
* * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu2005-09-301-4/+6
* (turn_on_face): Check for TS_set_foreground andJuri Linkov2005-08-221-11/+7
* (set_terminal_modes): If no TS_termcap_modes string,Richard M. Stallman2005-08-071-1/+11
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (turn_on_face): In standout mode apply specifiedJuri Linkov2005-06-301-2/+8
* (produce_special_glyphs): Use spec_glyph_lookup_face.Richard M. Stallman2005-06-171-15/+28
* (struct keys): Add support for shifted keys.Dan Nicolaescu2005-04-171-1/+20
* (encode_terminal_code): Fix buffer size computation.Kenichi Handa2005-01-061-2/+2
* (encode_terminal_code): Fix previous change.Kenichi Handa2004-12-121-1/+1
* (encode_terminal_code): Don't make it "static".Kenichi Handa2004-12-011-1/+1
* (encode_terminal_buf, encode_terminal_bufsize): NewKenichi Handa2004-11-301-121/+120
* (produce_glyphs): Handle IT_STRETCH.Kim F. Storm2004-03-191-1/+87
* (read_socket_hook): Fix arg list.Kim F. Storm2004-02-271-1/+1
* (set_tty_color_mode): Calculate current_mode_spec regardless of value of VAL.Richard M. Stallman2003-09-301-1/+3
* (tty_setup_colors): Treat any negative argument as -1.Eli Zaretskii2003-09-281-0/+4
* (set_tty_color_mode): Use INTEGERP to test whether aEli Zaretskii2003-09-221-3/+3
* Add arch taglinesMiles Bader2003-09-011-0/+2
* (term_init): Remove `const' from buffer_size's declaration.Eli Zaretskii2003-08-241-1/+1
* (term_init): Fix previous changeKenichi Handa2003-08-211-5/+3
* (term_init): Fix previous change; don't rely on theKenichi Handa2003-08-211-0/+4
* (term_init): Use a buffer of size 4096 for tgetent sinceRichard M. Stallman2003-08-191-10/+9
* Make (some) trivial substitutions for renamed andKim F. Storm2003-05-241-45/+45
* (estimate_mode_line_height): Move to xdisp.c.Kim F. Storm2003-03-211-20/+0
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-48/+48
* (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