aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2007-12-061-5/+6
|\
| * * term.c: Include stdarg.h.Dan Nicolaescu2007-11-221-5/+6
* | Merge from emacs--devo--0Miles Bader2007-10-271-0/+1
|\ \ | |/
| * Make `window-system' into a keyboard-local variable (rather thanStefan Monnier2007-10-251-0/+1
* | Fix up multi-tty mergeMiles Bader2007-10-121-1/+0
* | Merge from emacs--devo--0Miles Bader2007-10-111-1125/+1523
|\ \ | |/
| * Add new `input-decode-map' keymap and use it for temrinalStefan Monnier2007-10-091-10/+10
| * (term_clear_mouse_face, term_mouse_highlight)Stefan Monnier2007-09-291-4/+6
| * (Fgpm_mouse_start): Don't signal an error if already activated on this tty.Stefan Monnier2007-09-281-2/+12
| * (mouse_face_window): Rename from Qmouse_face_window. Update all users.Stefan Monnier2007-09-281-39/+27
| * (Fterm_open_connection): Add comment.Stefan Monnier2007-09-271-0/+3
| * (init_tty): Call init_sys_modes on WINDOWSNT also.Jason Rumney2007-09-251-1/+2
| * (DEV_TTY): New macro. Provide a definition for MS-Windows.Eli Zaretskii2007-09-221-33/+23
| * * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.Dan Nicolaescu2007-09-211-8/+11
| * * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.Stefan Monnier2007-09-211-13/+14
| * (get_tty_terminal): Don't treat output_initial specially.Stefan Monnier2007-09-201-6/+3
| * * xterm.c (x_create_terminal): Add comment.Dan Nicolaescu2007-09-101-0/+3
| * * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.Dan Nicolaescu2007-09-071-0/+3
| * * server.el (server-start, server-unload-hook): Undo previousDan Nicolaescu2007-09-041-14/+14
| * (init_tty) [WINDOWSNT]: Add hooks that are not accessibleJason Rumney2007-09-041-10/+11
| * (init_tty) [WINDOWSNT]: Pass terminal toJason Rumney2007-09-041-3/+6
| * * server.el (server-start, server-unload-hook):Dan Nicolaescu2007-09-041-14/+14
| * (mark_ttys): Don't bother checking top_frame (incorrectly)Stefan Monnier2007-08-291-4/+1
| * Merge from emacs--devo--0Miles Bader2007-08-211-3/+10
| |\
| * \ Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
| |\ \
| * \ \ Merge from emacs--devo--0Miles Bader2007-07-151-5/+8
| |\ \ \
| * \ \ \ Merge from emacs--devo--0Miles Bader2007-06-161-0/+1
| |\ \ \ \
| * \ \ \ \ Merge from emacs--devo--0Miles Bader2007-06-111-30/+17
| |\ \ \ \ \
| * | | | | | * 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
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merged from emacs--devo--0Miles Bader2007-05-201-0/+761
| |\ \ \ \ \ \ \
| * | | | | | | | * 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
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merged from emacs@sv.gnu.orgKaroly Lorentey2007-01-291-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!Karoly Lorentey2006-12-031-0/+1
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merged from miles@gnu.org--gnu-2005 (patch 682)Karoly Lorentey2006-01-031-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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix hardcoded stdout usage in term.c. (Reported by Dan Nicolaescu.)Karoly Lorentey2005-09-191-1/+2