aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* Make `window-system' into a keyboard-local variable (rather thanStefan Monnier2007-10-251-0/+1
* 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
|\
| * Tweak previous change (don't init statics).Glenn Morris2007-08-161-8/+8
| * Comment previous change.Glenn Morris2007-08-151-0/+3
| * Philippe Waroquiers <philippe.waroquiers at eurocontrol.int>Glenn Morris2007-08-151-3/+7
* | 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 [email protected]Karoly Lorentey2007-04-221-0/+5
|\|
| * Include blockinput.h.YAMAMOTO Mitsuharu2007-03-201-0/+5
* | Merged from [email protected]Karoly Lorentey2007-01-291-1/+1
|\|
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merged from [email protected]. 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