summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\
| * Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-07-151-5/+8
|\ \ \ | |/ /
| * | Include unistd.h only if HAVE_UNISTD_H.Richard M. Stallman2007-07-121-0/+2
| * | Include unistd.h for ttyname, used in handle_one_term_event.Stefan Monnier2007-07-111-4/+5
* | | Merge from emacs--devo--0Miles Bader2007-06-161-0/+1
|\ \ \ | |/ /
| * | Include intervals.h to declare Fget_text_property.Stefan Monnier2007-06-111-0/+1
* | | Merge from emacs--devo--0Miles Bader2007-06-111-30/+17
|\ \ \ | |/ /
| * | (term_mouse_highlight): Remove unused variables.Nick Roberts2007-06-031-29/+15
| * | Whitespace fix.Richard M. Stallman2007-05-301-1/+2
* | | * term.c (init_tty): Use terminal specific mouse_position_hook.Dan Nicolaescu2007-06-041-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-05-301-28/+37
|\ \ \ | |/ /
| * | (mouse_face_window): Rename...Nick Roberts2007-05-301-27/+36
| * | * xfaces.c (syms_of_xfaces): Delete stray semicolon.Dan Nicolaescu2007-05-261-1/+1
* | | Merged from emacs--devo--0Miles Bader2007-05-201-0/+761
|\ \ \ | |/ /
| * | Use HAVE_GPM instead of HAVE_GPM_H.Nick Roberts2007-05-201-7/+7
| * | (write_glyphs_with_face): New function.Nick Roberts2007-05-201-19/+751
| |/
* | * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.Dan Nicolaescu2007-05-191-2/+1
* | * term.c (init_tty): Better initialize ttys in windows.Dan Nicolaescu2007-05-171-3/+20
* | (dissociate_if_controlling_tty) [WINDOWSNT]: Don't define function body.Jason Rumney2007-05-151-7/+13
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-04-221-0/+5
|\ \ | |/
| * Include blockinput.h.YAMAMOTO Mitsuharu2007-03-201-0/+5
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-01-291-1/+1
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!Karoly Lorentey2006-12-031-0/+1
|\ \ | |/
| * Define fullscreen_hook.Jan Djärv2006-11-101-0/+7
* | Fix C-x 5 2 on the controlling tty; fix some possible crash conditions and a ...Karoly Lorentey2006-05-201-38/+28
* | Fix crashes in `delete-terminal' caused by recursive calls or X displays with...Karoly Lorentey2006-05-201-7/+5
* | Fix crashes in redisplay functions on suspended tty frames. (Reported by Dan...Karoly Lorentey2006-05-201-37/+85
* | Make `tty-display-color-p' follow its doc string. (Reported by Dan Nicolaescu.)Karoly Lorentey2006-04-201-9/+14
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-04-011-0/+6
|\ \ | |/
| * Define aliases for append_glyph and produce_stretch_glyphKim F. Storm2006-03-221-0/+6
* | Clean up tty device handling. Change name of controlling tty from nil to "/d...Karoly Lorentey2006-03-261-48/+47
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-02-121-20/+35
|\ \ | |/
| * (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
* | Merged from miles@gnu.org--gnu-2005 (patch 682)Karoly Lorentey2006-01-031-2/+14
|\ \ | |/
| * (visible_cursor): New boolean var.Stefan Monnier2005-12-301-2/+14
* | Rename `struct device' to `struct terminal'. Rename some terminal-related fu...Karoly Lorentey2005-12-291-193/+202
* | Reimplement terminal parameters in C; clean up term.c, create terminal.c.Karoly Lorentey2005-12-251-609/+205
* | Reimplement and extend support for terminal-local environment variables.Karoly Lorentey2005-12-221-11/+11
* | Merged from miles@gnu.org--gnu-2005 (patch 610-614)Karoly Lorentey2005-10-231-3/+3
|\ \ | |/
| * (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
* | Fix hardcoded stdout usage in term.c. (Reported by Dan Nicolaescu.)Karoly Lorentey2005-09-191-1/+2
* | Fix crashes in xdialog_show (and other places) with xterm-mouse-mode.Karoly Lorentey2005-09-111-6/+4
* | Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-13/+20
|\ \ | |/
| * (turn_on_face): Check for TS_set_foreground andJuri Linkov2005-08-221-11/+7