aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Move extern declarations from term.c to lisp.h.Dan Nicolaescu2010-11-231-9/+4
* | Use \uNNNN, \UNNNNNN, or \xNNNNNN for hex-code display on a TTY.Eli Zaretskii2010-11-201-5/+4
* | Clean up src/systty.h macros.Dan Nicolaescu2010-11-141-6/+1
* | Fix and document display of glyphless characters.Eli Zaretskii2010-11-131-15/+18
* | Unify mouse-highlight code for all GUI and TTY sessions.Eli Zaretskii2010-11-061-422/+26
|\ \
| * | Reflect mouse-highlight redesign in term.cEli Zaretskii2010-11-021-422/+26
* | | term.c (append_glyphless_glyph, produce_glyphless_glyph): Remove unused varia...Eli Zaretskii2010-11-051-5/+0
* | | Handle glyphless characters on tty.Kenichi Handa2010-11-011-4/+178
|/ /
* | Fix initial frame dimensions on MS-DOS.Eli Zaretskii2010-10-011-3/+0
* | Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-1/+0
* | merge trunkKenichi Handa2010-09-271-82/+75
|\ \
| * | Code simplification in term.c.Dan Nicolaescu2010-09-261-77/+67
| * | Fix int/EMACS_INT use in process.c and term.c.Eli Zaretskii2010-09-251-5/+8
* | | Remove restriction on the number of glyphs in one composition.Kenichi Handa2010-09-271-4/+4
|/ /
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-09-141-1/+0
|\ \ | |/
| * * src/term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).Anonymous2010-09-111-1/+0
* | merge changes in emacs-23 branchKenichi Handa2010-09-011-30/+15
|\ \ | |/
| * Fix handling of 8-bit characters in a display table.Kenichi Handa2010-08-311-35/+15
| * term.c (encode_terminal_code): Encode byte chars to the correspnding bytes.Kenichi Handa2010-08-291-1/+6
* | * src/term.c: Do not include <termios.h>, systty.h does it.Dan Nicolaescu2010-08-201-3/+0
* | Use const char* instead of char*.Dan Nicolaescu2010-08-091-5/+5
* | Use const for some arrays and functions.Dan Nicolaescu2010-08-061-2/+1
* | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-061-0/+3
* | * src/term.c: Remove dead code.Dan Nicolaescu2010-08-051-11/+0
* | Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.Dan Nicolaescu2010-08-051-1/+1
* | Remove declarations and unused variables.Dan Nicolaescu2010-07-261-8/+1
* | Make building under stricter warning flags somewhat cleaner.Juanma Barranquero2010-07-251-1/+3
* | Remove subprocesses #ifdefs from term.c.Dan Nicolaescu2010-07-121-9/+0
* | Convert maybe_fatal to standard C.Dan Nicolaescu2010-07-121-15/+27
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-16/+9
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-7/+7
* | Convert most remaining function definitions to standard C.Juanma Barranquero2010-07-051-44/+21
* | Convert some prototypes to standard C.Dan Nicolaescu2010-07-021-2/+2