summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* * xfaces.c (face_at_buffer_position): New arg base_face_id.Chong Yidong2009-04-301-2/+2
* * term.c (Vsuspend_tty_functions, Vresume_tty_functions): Doc fixes,Chong Yidong2009-04-221-2/+2
* * term.c (Ftty_display_color_p, Ftty_display_color_cells)Chong Yidong2009-04-221-18/+18
* * term.c (produce_stretch_glyph): Reduce width of stretch glyphsChong Yidong2009-04-031-0/+4
* * keyboard.c (tty_read_avail_input): Don't treat a -1 return fromStefan Monnier2009-03-271-4/+4
* (encode_terminal_code): Adjusted for the change ofKenichi Handa2009-02-121-3/+3
* (encode_terminal_code): Fix handling of composition.Kenichi Handa2009-02-041-11/+16
* * dispnew.c (window_change_signal): Don't try to get the size of aDan Nicolaescu2009-01-301-1/+13
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* In comments, write delete_frame instead of Fdelete_frame.Martin Rudalics2008-12-231-1/+1
* (init_tty): Move setting the terminal name before theDan Nicolaescu2008-12-121-2/+3
* (tty_free_frame_resources): Renamed from delete_tty_output; allChong Yidong2008-12-111-5/+8
* (encode_terminal_code): Free any previous memory blocksChong Yidong2008-12-081-31/+34
* (encode_terminal_code): Fix a typo in a comment.Eli Zaretskii2008-09-271-1/+1
* * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.Stefan Monnier2008-09-121-4/+10
* (encode_terminal_code): Adjusted for the change of structKenichi Handa2008-08-291-16/+60
* (get_named_tty): Fix last change.Eli Zaretskii2008-08-261-1/+1
* [MSDOS]: Include msdos.h.Eli Zaretskii2008-08-231-20/+69
* * bitmaps/README:Dan Nicolaescu2008-07-311-23/+0
* * s/ms-w32.h (MULTI_KBOARD): Remove.before-remove-vmsDan Nicolaescu2008-07-311-4/+0
* Remove support for Mac Carbon.remove-carbonDan Nicolaescu2008-07-271-3/+0
* * term.c (syms_of_term): Don't initialize default_orig_pair,Juanma Barranquero2008-07-251-0/+2
* (syms_of_term): Initialize default_orig_pair, default_set_foreground,Chong Yidong2008-07-251-0/+4
* * unexnext.c:Dan Nicolaescu2008-06-261-7/+0
* Make "xfree (NULL)" a no-op; remove useless if-before-xfree.Jim Meyering2008-06-021-18/+8
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (set_tty_color_mode): Left over typo.Stefan Monnier2008-04-111-1/+1
* * xdisp.c (redisplay_internal): Reset tty's color_mode when switchingStefan Monnier2008-04-091-37/+19
* (encode_terminal_code, produce_special_glyphs): Likewise.Kim F. Storm2008-02-271-42/+41
* * dispextern.h (face_at_buffer_position, face_for_overlay_string)Stefan Monnier2008-02-261-2/+2
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+2
|\
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+2
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2
| | * Tweak previous change (don't init statics).Glenn Morris2007-08-161-8/+8
| | * Typo.Glenn Morris2007-08-151-1/+1
| | * 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-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