summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* 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 bigger...Paul 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
|\
| * * src/term.c (Fresume_tty): Restore hooks before reinitializing....Courtney Bane2011-05-171-0/+1
* | * term.c (term_mouse_position): Don't assume time_t wraparound.Paul Eggert2011-05-121-1/+4
* | Be more systematic about user-interface timestamps....Paul Eggert2011-05-121-1/+1
|/
* * term.c (vfatal): Remove stray call to va_end....Paul Eggert2011-05-041-1/+0
* * term.c: Don't include <stdarg.h>, as <lisp.h> does that.Paul Eggert2011-05-031-1/+0
* Fallout from resurrecting doprnt....Eli Zaretskii2011-04-241-2/+2
* Allow glyphless-char-display to distinguish between X and text terminals....Chong Yidong2011-04-181-0/+2
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-1/+1
* * term.c: Make symbols static if they're not exported....Paul Eggert2011-04-131-6/+11
* Make Emacs functions such as Fatom 'static' by default....Paul Eggert2011-04-101-1/+1
* Merge from mainline.Paul Eggert2011-04-091-2/+1
|\
| * Merge changes from emacs-23 branchChong Yidong2011-04-081-2/+1
| |\
| | * * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).Svante Signell2011-04-081-2/+1
* | | * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.Paul Eggert2011-04-061-1/+1
|/ /
* | doprnt, error, and verror are not printf-compatible.Paul Eggert2011-04-051-1/+1
* | * term.c (vfatal, maybe_fatal): Mark as printf-like functions.Paul Eggert2011-04-051-2/+4
* | * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.Paul Eggert2011-04-011-5/+4
* | Merge from atest branch.Paul Eggert2011-03-271-1/+1
|\ \
| * | * term.c (produce_glyphless_glyph): Remove unnecessary test.Paul Eggert2011-03-231-1/+1
* | | Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-231-15/+11
|/ /
* | Fix MS-Windows build broken by 2011-03-11T07:24:21Z!eggert@cs.ucla.edu....Eli Zaretskii2011-03-111-1/+1
* | * term.c (encode_terminal_code): Mark vars for gcc -Wuninitialized.Paul Eggert2011-03-081-3/+3
* | * term.c, tparam.h (tgetflag, tgetnum, tgetstr): Move the const to the .h filePaul Eggert2011-03-081-12/+0
* | * term.c (term_mouse_position): Rename local to avoid shadowing.Paul Eggert2011-03-081-3/+3
* | * cm.c (calccost, cmgoto): Use const pointers where appropriate....Paul Eggert2011-03-081-18/+33
* | * tparam.h: New file....Paul Eggert2011-03-081-18/+7