aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-10Add support for italic text on ttys.Chong Yidong1-26/+15
2012-04-22Spelling fixes.Paul Eggert1-1/+1
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-12-30Spelling fixes.Paul Eggert1-1/+1
2011-11-30Fix typos.Juanma Barranquero1-1/+1
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-5/+3
2011-09-15Add comments about special meaning of TAB characters in compositions.Eli Zaretskii1-0/+2
2011-08-30Fix bug #9402 with :align-to on TTY frames.Eli Zaretskii1-78/+8
2011-08-29* term.c (produce_glyphless_glyph): Make sprintf buffer a bit biggerPaul Eggert1-1/+1
2011-08-28* src/term.c (init_tty) [HAVE_GPM]: Move mouse settings after set_tty_hooks.Johan Bockgård1-5/+5
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert1-25/+18
2011-07-28* term.c: Integer and memory overflow issues.Paul Eggert1-42/+42
2011-07-12* term.c (init_tty): Remove unused local.Paul Eggert1-1/+0
2011-07-11Remove support for supdup, c10 and perq terminals, which are no longer suppor...Lars Magne Ingebrigtsen1-49/+0
2011-07-07Fix bug #9015 with a bogus crash with glyphless characters on a TTY.Eli Zaretskii1-1/+2
2011-06-18Fix a gratuitous crash in emacs -nw with iso-safe terminal encoding.Eli Zaretskii1-0/+1
2011-05-17* src/term.c (Fresume_tty): Restore hooks before reinitializing.Courtney Bane1-0/+1
2011-05-12* term.c (term_mouse_position): Don't assume time_t wraparound.Paul Eggert1-1/+4
2011-05-12Be more systematic about user-interface timestamps.Paul Eggert1-1/+1
2011-05-04* term.c (vfatal): Remove stray call to va_end.Paul Eggert1-1/+0
2011-05-03* term.c: Don't include <stdarg.h>, as <lisp.h> does that.Paul Eggert1-1/+0
2011-04-24Fallout from resurrecting doprnt.Eli Zaretskii1-2/+2
2011-04-18Allow glyphless-char-display to distinguish between X and text terminals.Chong Yidong1-0/+2
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert1-1/+1
2011-04-13* term.c: Make symbols static if they're not exported.Paul Eggert1-6/+11
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert1-1/+1
2011-04-08* term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).Svante Signell1-2/+1
2011-04-06* term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.Paul Eggert1-1/+1
2011-04-05doprnt, error, and verror are not printf-compatible.Paul Eggert1-1/+1
2011-04-05* term.c (vfatal, maybe_fatal): Mark as printf-like functions.Paul Eggert1-2/+4
2011-04-01* term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.Paul Eggert1-5/+4
2011-03-23Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou1-15/+11
2011-03-23* term.c (produce_glyphless_glyph): Remove unnecessary test.Paul Eggert1-1/+1
2011-03-11Fix MS-Windows build broken by 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.Eli Zaretskii1-1/+1
2011-03-08* term.c (encode_terminal_code): Mark vars for gcc -Wuninitialized.Paul Eggert1-3/+3
2011-03-08* term.c, tparam.h (tgetflag, tgetnum, tgetstr): Move the const to the .h filePaul Eggert1-12/+0
2011-03-08* term.c (term_mouse_position): Rename local to avoid shadowing.Paul Eggert1-3/+3
2011-03-08* cm.c (calccost, cmgoto): Use const pointers where appropriate.Paul Eggert1-18/+33
2011-03-08* tparam.h: New file.Paul Eggert1-18/+7
2011-03-08* term.c (encode_terminal_code): Remove unused localPaul Eggert1-2/+0
2011-03-08* term.c (encode_terminal_code): Now static.Paul Eggert1-1/+1
2011-02-17Don't GC-scan stack data redundantly.Stefan Monnier1-4/+1
2011-02-16Hide implementation of `struct kboard'Tom Tromey1-9/+9
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-22Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert1-3/+2
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey1-24/+4
2011-01-09Include <unistd.h> unilaterally.Paul Eggert1-4/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-11-23Move extern declarations from term.c to lisp.h.Dan Nicolaescu1-9/+4