summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-18/+18
* | Remove BSD_PGRPS.Dan Nicolaescu2010-05-041-1/+1
* | Implement GUI display of R2L lines, fix TTY display of R2L lines.Eli Zaretskii2010-04-201-3/+30
|\ \
| * | Fix R2L paragraph display on TTY.Eli Zaretskii2010-04-201-1/+23
| * | Mirror continuation indicators for R2L lines; fix face extension on TTY.Eli Zaretskii2010-04-171-2/+7
* | | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-4/+5
* | | (init_tty): Move common text outside of #ifdef TERMINFO.Stefan Monnier2010-04-121-21/+9
|/ /
* | Merge from mainline.Eli Zaretskii2010-03-131-5/+0
|\ \
| * | Don't use termcap.c on Posix platforms, only on MS-DOS.Eli Zaretskii2010-03-121-5/+0
| |/
* | Merge from mainline.Eli Zaretskii2010-02-201-2/+5
|\ \ | |/
| * term.c, dispextern.h: Fix stale comments.Eli Zaretskii2010-02-191-2/+3
| * (fatal): Add a final \n if needed (bug#5596).Stefan Monnier2010-02-181-0/+2
* | Merge from mainline.Eli Zaretskii2010-01-161-1/+1
|\ \ | |/
| * Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* | Retrospective commit from 2009-12-26.Eli Zaretskii2010-01-011-0/+7
* | Retrospective commit from 2009-10-17.Eli Zaretskii2010-01-011-0/+25
|/
* (delete_tty): Remove check for last terminal (bug#4970).Jan Djärv2009-11-251-15/+0
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Remove leftover table unibyte_to_multibyte_table.Stefan Monnier2009-10-181-1/+1
* Fix typos in comments.Juanma Barranquero2009-10-041-2/+2