| Commit message (Expand) | Author | Age | Files | Lines |
* | (encode_terminal_code): Fix previous change. | Kenichi Handa | 2004-12-12 | 1 | -1/+1 |
* | (encode_terminal_code): Don't make it "static". | Kenichi Handa | 2004-12-01 | 1 | -1/+1 |
* | (encode_terminal_buf, encode_terminal_bufsize): New | Kenichi Handa | 2004-11-30 | 1 | -121/+120 |
* | (produce_glyphs): Handle IT_STRETCH. | Kim F. Storm | 2004-03-19 | 1 | -1/+87 |
* | (read_socket_hook): Fix arg list. | Kim F. Storm | 2004-02-27 | 1 | -1/+1 |
* | (set_tty_color_mode): Calculate current_mode_spec regardless of value of VAL. | Richard M. Stallman | 2003-09-30 | 1 | -1/+3 |
* | (tty_setup_colors): Treat any negative argument as -1. | Eli Zaretskii | 2003-09-28 | 1 | -0/+4 |
* | (set_tty_color_mode): Use INTEGERP to test whether a | Eli Zaretskii | 2003-09-22 | 1 | -3/+3 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+2 |
* | (term_init): Remove `const' from buffer_size's declaration. | Eli Zaretskii | 2003-08-24 | 1 | -1/+1 |
* | (term_init): Fix previous change | Kenichi Handa | 2003-08-21 | 1 | -5/+3 |
* | (term_init): Fix previous change; don't rely on the | Kenichi Handa | 2003-08-21 | 1 | -0/+4 |
* | (term_init): Use a buffer of size 4096 for tgetent since | Richard M. Stallman | 2003-08-19 | 1 | -10/+9 |
* | Make (some) trivial substitutions for renamed and | Kim F. Storm | 2003-05-24 | 1 | -45/+45 |
* | (estimate_mode_line_height): Move to xdisp.c. | Kim F. Storm | 2003-03-21 | 1 | -20/+0 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -48/+48 |
* | (encode_terminal_code): Buffer pointer now const. | Ken Raeburn | 2002-07-19 | 1 | -1/+2 |
* | term.c (costs_set): Declare static, non-initialized for pcc. | Dave Love | 2002-07-01 | 1 | -1/+1 |
* | C style fix. | Miles Bader | 2002-05-28 | 1 | -2/+3 |
* | (tty_capable_p): New function. | Miles Bader | 2002-05-26 | 1 | -0/+25 |
* | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, | Andrew Choi | 2002-04-26 | 1 | -1/+1 |
* | Comment change. | Richard M. Stallman | 2002-04-03 | 1 | -4/+16 |
* | (term_get_fkeys_1): If `k0' and `k;' are both specified and | Stefan Monnier | 2002-02-02 | 1 | -3/+6 |
* | (Ftty_display_color_cells, Ftty_display_color_p): Change the | Eli Zaretskii | 2002-01-25 | 1 | -6/+6 |
* | (Ftty_display_color_cells): New function. | Eli Zaretskii | 2002-01-25 | 1 | -0/+11 |
* | (set_tty_color_mode): Remove unused variable `tem'. | Pavel Janík | 2002-01-17 | 1 | -1/+1 |
* | (tty_default_color_capabilities, tty_setup_colors) | Eli Zaretskii | 2002-01-14 | 1 | -0/+133 |
* | (keys): Add missing braces around initializer. | Pavel Janík | 2001-12-18 | 1 | -40/+40 |
* | (TN_standout_width, TF_xs, TN_magic_cookie_glitch_ul): Variables removed. | Miles Bader | 2001-10-20 | 1 | -68/+28 |
* | (reassert_line_highlight_hook, change_line_highlight_hook): Variables removed. | Miles Bader | 2001-10-20 | 1 | -167/+11 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Miles Bader | 2001-10-17 | 1 | -7/+7 |
* | Put doc strings in comments. | Gerd Moellmann | 2001-10-14 | 1 | -8/+9 |
* | Include keymap.h. | Stefan Monnier | 2001-10-08 | 1 | -0/+1 |
* | Don't define min/max. | Gerd Moellmann | 2001-10-08 | 1 | -3/+0 |
* | (tty_cursor_hidden): New variable. | Gerd Moellmann | 2001-05-31 | 1 | -82/+89 |
* | (turn_on_face): Fix reverse video handling on terminals | Gerd Moellmann | 2001-04-27 | 1 | -3/+13 |
* | (toggle_highlight): New function. | Gerd Moellmann | 2001-04-25 | 1 | -17/+50 |
* | (FRAME_TERMCAP_P) [WINDOWSNT]: Reinstate original | Andrew Innes | 2001-01-20 | 1 | -0/+11 |
* | (update_end): Don't check updating_frame; for some reason | Andrew Innes | 2001-01-05 | 1 | -1/+1 |
* | (FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition. | Andrew Innes | 2001-01-02 | 1 | -12/+0 |
* | (encode_terminal_code): Remove unused variable `c'. | Eli Zaretskii | 2001-01-02 | 1 | -1/+0 |
* | Don't try to include termcap.h; see comment there. | Gerd Moellmann | 2000-11-21 | 1 | -1/+5 |
* | (reassert_line_highlight): Reverse the inverse-video effect | Eli Zaretskii | 2000-10-28 | 1 | -1/+1 |
* | Initial check-in: changes for building Emacs under Mac OS. | Andrew Choi | 2000-10-22 | 1 | -0/+3 |
* | Avoid some more compiler warnings. | Gerd Moellmann | 2000-09-21 | 1 | -1/+1 |
* | Include keyboard.h before frame.h. | Andrew Innes | 2000-08-22 | 1 | -1/+1 |
* | (write_glyphs): Also turn off inverse video after turning | Gerd Moellmann | 2000-08-16 | 1 | -6/+11 |
* | (write_glyphs): Use a locally declared conversion_buffer. | Kenichi Handa | 2000-08-16 | 1 | -5/+9 |
* | (turn_off_face): Reset standout_mode when resetting | Gerd Moellmann | 2000-08-15 | 1 | -1/+4 |
* | [!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag, tgetnum. | Dave Love | 2000-06-25 | 1 | -0/+5 |