summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos.Juanma Barranquero2011-11-301-1/+1
* 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
|\
| * * 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
* | * term.c (encode_terminal_code): Remove unused localPaul Eggert2011-03-081-2/+0
* | * term.c (encode_terminal_code): Now static.Paul Eggert2011-03-081-1/+1
* | Don't GC-scan stack data redundantly.Stefan Monnier2011-02-171-4/+1
* | Hide implementation of `struct kboard'Tom Tromey2011-02-161-9/+9
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-3/+2
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-24/+4
* | Merge from mainline.Paul Eggert2011-01-141-1/+1
|\ \
| * \ Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\ \ | | |/
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-4/+0
|/ /