summaryrefslogtreecommitdiff
path: root/src/terminal.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Merge from origin/emacs-28Stefan Kangas2022-07-231-5/+7
|\
| * * src/terminal.c (Fframe_terminal): Use active voiceRobert Pluim2022-07-221-1/+1
| * Improve 'terminal-live-p' docstring some moreRobert Pluim2022-07-221-5/+6
| * Improve terminal-live-p docstringRobert Pluim2022-07-221-1/+2
* | Use BASE_EQ when comparing with QunboundMattias EngdegÄrd2022-06-121-2/+2
* | Fix "Buffers->Frames" submenu in daemon sessionsEli Zaretskii2022-02-031-0/+2
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-0/+2
|\ \
| * | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-0/+2
| |/
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
|\ \ | |/
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Introduce Pure GTK3 portYuuki Harano2020-11-221-0/+2
|/
* 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
|\