summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* Don't assume process IDs fit in int.Paul Eggert2012-10-241-1/+1
* Fix warnings when compiling on MS-Windows with -std=gnu99.Eli Zaretskii2012-10-171-0/+1
* Clean out old termopts cruft.Paul Eggert2012-10-101-1/+0
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-6/+6
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Simplify SIGIO usage.Paul Eggert2012-09-121-2/+1
* Signal-handler cleanup.Paul Eggert2012-09-061-6/+13
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-11/+11
* Remove mark_ttys function and fix tty_display_info initialization.Dmitry Antipov2012-08-311-16/+1
* * keyboard.h (KSET): Remove.Paul Eggert2012-08-171-2/+2
* Use ASCII tests for character types.Paul Eggert2012-08-161-1/+0
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-131-2/+2
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-1/+1
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-1/+1
* Docfix for kill-buffer-hook and others.Chong Yidong2012-08-051-2/+2
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-1/+1
* Convert safe_call to use variable number of arguments.Dmitry Antipov2012-07-301-2/+1
* Cleanup changes following fix for bug #11832.Eli Zaretskii2012-07-081-61/+0
* Fix bug #11832 with truncated lines when fringes are disabled on GUI frames.Eli Zaretskii2012-07-071-1/+1
* More xmalloc and related cleanup.Paul Eggert2012-07-051-6/+4
* Cleanup xmalloc.Dmitry Antipov2012-07-051-8/+6
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-7/+7
* * term.c (delete_tty): Remove redundant call to memset.Dmitry Antipov2012-06-261-1/+0
* Use sprintf return value instead of invoking strlen on result.Paul Eggert2012-06-251-2/+1
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-5/+5
* Support higher-resolution time stamps.Paul Eggert2012-06-221-5/+15
* Preserve tty top-frames under various window-changing operations.Chong Yidong2012-06-191-3/+19
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Add support for italic text on ttys.Chong Yidong2012-06-101-26/+15
* Merge from trunk.Paul Eggert2012-05-251-1/+1
|\
| * Spelling fixes.Paul Eggert2012-04-221-1/+1
* | Merge from trunk.Paul Eggert2012-01-091-2/+2
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Spelling fixes.Paul Eggert2011-12-301-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-1/+1
|\ \ | |/
| * Fix typos.Juanma Barranquero2011-11-301-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-5/+3
|/
* Add comments about special meaning of TAB characters in compositions.Eli Zaretskii2011-09-151-0/+2
* Merge from trunk.Paul Eggert2011-08-301-78/+8
|\
| * Fix bug #9402 with :align-to on TTY frames.Eli Zaretskii2011-08-301-78/+8
* | Merge from trunk.Paul Eggert2011-08-291-5/+5
|\ \ | |/
| * * src/term.c (init_tty) [HAVE_GPM]: Move mouse settings after set_tty_hooks.Johan Bockgård2011-08-281-5/+5
* | * term.c (produce_glyphless_glyph): Make sprintf buffer a bit biggerPaul Eggert2011-08-291-1/+1
|/
* Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-25/+18
* * term.c: Integer and memory overflow issues.Paul Eggert2011-07-281-42/+42
* * term.c (init_tty): Remove unused local.Paul Eggert2011-07-121-1/+0
* Remove support for supdup, c10 and perq terminals, which are no longer suppor...Lars Magne Ingebrigtsen2011-07-111-49/+0
* Fix bug #9015 with a bogus crash with glyphless characters on a TTY.Eli Zaretskii2011-07-071-1/+2
* Merge from mainline.Paul Eggert2011-05-171-0/+1
|\