aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.Dan Nicolaescu2009-07-031-2/+0
* Remove useless if-before-xfree tests.Jim Meyering2009-06-291-4/+2
* (create_tty_output) [MSDOS]: #ifdef away.Eli Zaretskii2009-06-281-0/+15
* * term.c (turn_on_face): Allow simultaneously bold and dimChong Yidong2009-06-271-12/+5
* * xfaces.c (face_at_buffer_position): New arg base_face_id.Chong Yidong2009-04-301-2/+2
* * term.c (Vsuspend_tty_functions, Vresume_tty_functions): Doc fixes,Chong Yidong2009-04-221-2/+2
* * term.c (Ftty_display_color_p, Ftty_display_color_cells)Chong Yidong2009-04-221-18/+18
* * term.c (produce_stretch_glyph): Reduce width of stretch glyphsChong Yidong2009-04-031-0/+4
* * keyboard.c (tty_read_avail_input): Don't treat a -1 return fromStefan Monnier2009-03-271-4/+4
* (encode_terminal_code): Adjusted for the change ofKenichi Handa2009-02-121-3/+3
* (encode_terminal_code): Fix handling of composition.Kenichi Handa2009-02-041-11/+16
* * dispnew.c (window_change_signal): Don't try to get the size of aDan Nicolaescu2009-01-301-1/+13
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* In comments, write delete_frame instead of Fdelete_frame.Martin Rudalics2008-12-231-1/+1
* (init_tty): Move setting the terminal name before theDan Nicolaescu2008-12-121-2/+3
* (tty_free_frame_resources): Renamed from delete_tty_output; allChong Yidong2008-12-111-5/+8