| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+2 |
| | | |||||
| * | Tweak previous change (don't init statics). | Glenn Morris | 2007-08-16 | 1 | -8/+8 |
| | | |||||
| * | Typo. | Glenn Morris | 2007-08-15 | 1 | -1/+1 |
| | | |||||
| * | Comment previous change. | Glenn Morris | 2007-08-15 | 1 | -0/+3 |
| | | |||||
| * | Philippe Waroquiers <philippe.waroquiers at eurocontrol.int> | Glenn Morris | 2007-08-15 | 1 | -3/+7 |
| | | | | | | (tty_default_color_capabilities): Explicitly initialize static variables in file scope, to avoid HPUX compiler problem. | ||||
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | | |||||
| * | Include blockinput.h. | YAMAMOTO Mitsuharu | 2007-03-20 | 1 | -0/+5 |
| | | | | | (write_glyphs, insert_glyphs): Add BLOCK_INPUT around fwrite. | ||||
| * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | | |||||
| * | Define fullscreen_hook. | Jan Djärv | 2006-11-10 | 1 | -0/+7 |
| | | | | | (syms_of_term): Initialize fullscreen_hook to NULL. | ||||
| * | Define aliases for append_glyph and produce_stretch_glyph | Kim F. Storm | 2006-03-22 | 1 | -0/+6 |
| | | | | | when `static' is defined to avoid name clash with those in xdisp.c. | ||||
| * | (append_glyph): Refer to it->char_to_display instead of | Kenichi Handa | 2006-02-07 | 1 | -19/+34 |
| | | | | | | | | | | it->c. (produce_glyphs): Set the character to print in it->char_to_display. Handle unibyte-display-via-language-environment. (produce_stretch_glyph): Set the character to print in it->char_to_display. | ||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | | |||||
| * | (visible_cursor): New boolean var. | Stefan Monnier | 2005-12-30 | 1 | -2/+14 |
| | | | | | | | (set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on visible_cursor. (syms_of_term): Export the new var as "visible-cursor". | ||||
| * | (encode_terminal_code): Remove unused var src_start. | Kim F. Storm | 2005-10-20 | 1 | -3/+3 |
| | | |||||
| * | * lisp.h (fatal): Undo previous change. | Dan Nicolaescu | 2005-10-02 | 1 | -6/+4 |
| | | | | | * term.c (fatal): Undo previous change. | ||||
| * | * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct | Dan Nicolaescu | 2005-09-30 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type. * xterm.c (handle_one_xevent, handle_one_xevent): Likewise. * unexelf.c (fatal): Fix prototype. * term.c (fatal): Implement using varargs. * regex.c (re_char): Move typedef ... * regex.h (re_char): ... here. (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes. * emacs.c (malloc_set_state): Fix return type. (endif): Fix type. * lisp.h (fatal): Add argument types. * dispextern.h (fatal): Delete prototype. * systime.h: (make_time): Prototype moved from ... * editfns.c (make_time): ... here. * editfns.c: Move systime.h include after lisp.h. * dired.c: * xsmfns.c: * process.c: Likewise. * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook): Add parameter types. (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes. (emacs_blocked_free): Change definition to match __free_hook. (emacs_blocked_malloc): Change definition to match __malloc_hook. (emacs_blocked_realloc): Change definition to match __realloc_hook. | ||||
| * | (turn_on_face): Check for TS_set_foreground and | Juri Linkov | 2005-08-22 | 1 | -11/+7 |
| | | | | | TS_set_background depending on standout_mode. Simplify. | ||||
| * | (set_terminal_modes): If no TS_termcap_modes string, | Richard M. Stallman | 2005-08-07 | 1 | -1/+11 |
| | | | | | output newlines to scroll the old screen contents off the screen. | ||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+2 |
| | | |||||
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | | |||||
| * | (turn_on_face): In standout mode apply specified | Juri Linkov | 2005-06-30 | 1 | -2/+8 |
| | | | | | | fg to bg, and specified bg to fg (this makes the logic of inversion on terminal consistent with X). | ||||
| * | (produce_special_glyphs): Use spec_glyph_lookup_face. | Richard M. Stallman | 2005-06-17 | 1 | -15/+28 |
| | | |||||
| * | (struct keys): Add support for shifted keys. | Dan Nicolaescu | 2005-04-17 | 1 | -1/+20 |
| | | |||||
| * | (encode_terminal_code): Fix buffer size computation. | Kenichi Handa | 2005-01-06 | 1 | -2/+2 |
| | | |||||
| * | (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 |
| | | | | | | | | | | | | variables. (encode_terminal_code): Argument changed. Encode all characters at once, and return a pointer to the result of encoding. (write_glyphs): Decide coding here. Adjusted for the above change. (insert_glyphs): Likewise. (term_init): Initialize encode_terminal_bufsize to 0. | ||||
| * | (produce_glyphs): Handle IT_STRETCH. | Kim F. Storm | 2004-03-19 | 1 | -1/+87 |
| | | | | | | (produce_stretch_glyph): New function to handle space width and align-to display properties on non-window systems. | ||||
| * | (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 |
| | | | | | color mode is an integer number (it could be -1). | ||||
| * | 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 |
| | | | | | length of `buffer' if TERMINFO is defined. | ||||
| * | (term_init): Use a buffer of size 4096 for tgetent since | Richard M. Stallman | 2003-08-19 | 1 | -10/+9 |
| | | | | | | FreeBSD returns something longer than 2044. Abort if the end of the buffer is overwritten. | ||||
| * | Make (some) trivial substitutions for renamed and | Kim F. Storm | 2003-05-24 | 1 | -45/+45 |
| | | | | | new macros in dispextern.h, frame.h and window.h. | ||||
| * | (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 |
| | | | | | lisp/ChangeLog, and src/ChangeLog for list of changes. | ||||
| * | 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 |
| | | | | | with the same sequence, map that sequence to f10 rather than f0. | ||||
| * | (Ftty_display_color_cells, Ftty_display_color_p): Change the | Eli Zaretskii | 2002-01-25 | 1 | -6/+6 |
| | | | | | argument name to DISPLAY. Doc fix. | ||||
| * | (Ftty_display_color_cells): New function. | Eli Zaretskii | 2002-01-25 | 1 | -0/+11 |
| | | | | | (syms_of_term): Defsubr it. | ||||
| * | (set_tty_color_mode): Remove unused variable `tem'. | Pavel Janík | 2002-01-17 | 1 | -1/+1 |
| | | |||||