summaryrefslogtreecommitdiff
path: root/src/term.c
AgeCommit message (Expand)Author
2011-04-08Merge changes from emacs-23 branchChong Yidong
2011-04-08* term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).Svante Signell
2011-04-06* term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.Paul Eggert
2011-04-05doprnt, error, and verror are not printf-compatible.Paul Eggert
2011-04-05* term.c (vfatal, maybe_fatal): Mark as printf-like functions.Paul Eggert
2011-04-01* term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.Paul Eggert
2011-03-27Merge from atest branch.Paul Eggert
2011-03-23Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou
2011-03-23* term.c (produce_glyphless_glyph): Remove unnecessary test.Paul Eggert
2011-03-11Fix MS-Windows build broken by 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.Eli Zaretskii
2011-03-08* term.c (encode_terminal_code): Mark vars for gcc -Wuninitialized.Paul Eggert
2011-03-08* term.c, tparam.h (tgetflag, tgetnum, tgetstr): Move the const to the .h filePaul Eggert
2011-03-08* term.c (term_mouse_position): Rename local to avoid shadowing.Paul Eggert
2011-03-08* cm.c (calccost, cmgoto): Use const pointers where appropriate.Paul Eggert
2011-03-08* tparam.h: New file.Paul Eggert
2011-03-08* term.c (encode_terminal_code): Remove unused localPaul Eggert
2011-03-08* term.c (encode_terminal_code): Now static.Paul Eggert
2011-02-17Don't GC-scan stack data redundantly.Stefan Monnier
2011-02-16Hide implementation of `struct kboard'Tom Tromey
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-22Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-14Merge from mainline.Paul Eggert
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-09Include <unistd.h> unilaterally.Paul Eggert
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-11-23Move extern declarations from term.c to lisp.h.Dan Nicolaescu
2010-11-20Use \uNNNN, \UNNNNNN, or \xNNNNNN for hex-code display on a TTY.Eli Zaretskii
2010-11-14Clean up src/systty.h macros.Dan Nicolaescu
2010-11-13Fix and document display of glyphless characters.Eli Zaretskii
2010-11-06Unify mouse-highlight code for all GUI and TTY sessions.Eli Zaretskii
2010-11-05term.c (append_glyphless_glyph, produce_glyphless_glyph): Remove unused varia...Eli Zaretskii
2010-11-02Reflect mouse-highlight redesign in term.cEli Zaretskii
2010-11-01Handle glyphless characters on tty.Kenichi Handa
2010-10-01Fix initial frame dimensions on MS-DOS.Eli Zaretskii
2010-10-01Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu
2010-09-27merge trunkKenichi Handa
2010-09-27Remove restriction on the number of glyphs in one composition.Kenichi Handa
2010-09-26Code simplification in term.c.Dan Nicolaescu
2010-09-25Fix int/EMACS_INT use in process.c and term.c.Eli Zaretskii
2010-09-14Merge changes from emacs-23 branch.Juanma Barranquero
2010-09-11* src/term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).Anonymous
2010-09-01merge changes in emacs-23 branchKenichi Handa
2010-08-31Fix handling of 8-bit characters in a display table.Kenichi Handa
2010-08-29term.c (encode_terminal_code): Encode byte chars to the correspnding bytes.Kenichi Handa
2010-08-20* src/term.c: Do not include <termios.h>, systty.h does it.Dan Nicolaescu
2010-08-09Use const char* instead of char*.Dan Nicolaescu
2010-08-06Use const for some arrays and functions.Dan Nicolaescu
2010-08-06Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D
2010-08-05* src/term.c: Remove dead code.Dan Nicolaescu