summaryrefslogtreecommitdiff
path: root/src/terminal.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Set up defined_color_hook for the initial frameAlex Gramiak2019-08-101-0/+1
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-2/+0
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-2/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-10-031-1/+8
|\ \ | |/
| * Cleanup when opening a new terminal fails. (Bug#32794)John Shahid2018-09-291-1/+8
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-1/+1
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-1/+1
| |/
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-2/+2
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Tighten recently-added UTF-8 checkPaul Eggert2017-04-171-2/+3
* Work around bug with unibyte Linux consolesPaul Eggert2017-04-161-1/+3
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-2/+1
* Port Unicode char detection to FreeBSD+svgalibPaul Eggert2015-09-131-3/+3
* Port recent Linux console changes to RHEL 6Paul Eggert2015-09-091-0/+1
* ; Fix stray quote inserted in commentPaul Eggert2015-09-091-1/+1
* Improvements for curved quotes on Linux consulePaul Eggert2015-09-091-1/+65
* Tune pseudovector allocation assuming Qnil == 0Dmitry Antipov2015-01-161-0/+9
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-4/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Cleanup terminal handling code.Dmitry Antipov2014-10-141-37/+58
* Indentation, punctuation, and other nitpicks.Stefan Monnier2014-07-201-6/+6
* Minor cleanup for terminal setup.Dmitry Antipov2014-05-141-8/+7
* * terminal.c (initial_free_frame_resources): New function.Dmitry Antipov2014-01-281-1/+10
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* A simpler, centralized INLINE.Paul Eggert2013-09-201-2/+0
* * frame.c (make_frame, x_set_frame_parameters): Use bool for boolean.Dmitry Antipov2013-07-311-0/+4
* * sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes.Paul Eggert2013-07-101-2/+2
* * src/keyboard.c: Move keyboard decoding to read_key_sequence.Stefan Monnier2013-03-101-1/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * keyboard.c (record_asynch_buffer_change): Initialize an eventDmitry Antipov2012-12-261-2/+0
* | Widely used frame validity and checking functions.Dmitry Antipov2012-11-061-8/+1
|/
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-1/+1
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-4/+4
* * termhooks.h (TSET): Remove.Paul Eggert2012-08-171-1/+11
* Use TSET for write access to Lisp_Object slots of struct terminal.Dmitry Antipov2012-08-091-1/+1
* Cleanup xmalloc.Dmitry Antipov2012-07-051-4/+2
* * alloc.c (allocate_window): Zero out non-Lisp part of newlyDmitry Antipov2012-06-261-4/+0
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-4/+2
* Support X clipboard managers.Chong Yidong2011-05-271-0/+2
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-2/+2