summaryrefslogtreecommitdiff
path: root/src/terminal.c
AgeCommit message (Expand)Author
2023-01-02Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-31Bring up the Android operating system and its window systemPo Lu
2022-07-23Merge from origin/emacs-28Stefan Kangas
2022-07-22* src/terminal.c (Fframe_terminal): Use active voiceRobert Pluim
2022-07-22Improve 'terminal-live-p' docstring some moreRobert Pluim
2022-07-22Improve terminal-live-p docstringRobert Pluim
2022-06-12Use BASE_EQ when comparing with QunboundMattias EngdegÄrd
2022-02-03Fix "Buffers->Frames" submenu in daemon sessionsEli Zaretskii
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-30Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-11-20Add support for the Haiku operating system and its window systemPo Lu
2021-01-03Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-01-01Update copyright year to 2021Paul Eggert
2020-11-22Introduce Pure GTK3 portYuuki Harano
2020-01-01Update copyright year to 2020Paul Eggert
2019-08-10Set up defined_color_hook for the initial frameAlex Gramiak
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert
2019-04-08Allow gap before first non-Lisp pseudovec memberPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-10-03Merge from origin/emacs-26Glenn Morris
2018-09-29Cleanup when opening a new terminal fails. (Bug#32794)John Shahid
2018-08-09Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-04-17Tighten recently-added UTF-8 checkPaul Eggert
2017-04-16Work around bug with unibyte Linux consolesPaul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-09-13Port Unicode char detection to FreeBSD+svgalibPaul Eggert
2015-09-09Port recent Linux console changes to RHEL 6Paul Eggert
2015-09-09; Fix stray quote inserted in commentPaul Eggert
2015-09-09Improvements for curved quotes on Linux consulePaul Eggert
2015-01-16Tune pseudovector allocation assuming Qnil == 0Dmitry Antipov
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-10-14Cleanup terminal handling code.Dmitry Antipov
2014-07-20Indentation, punctuation, and other nitpicks.Stefan Monnier
2014-05-14Minor cleanup for terminal setup.Dmitry Antipov
2014-01-28* terminal.c (initial_free_frame_resources): New function.Dmitry Antipov
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-09-20A simpler, centralized INLINE.Paul Eggert
2013-07-31* frame.c (make_frame, x_set_frame_parameters): Use bool for boolean.Dmitry Antipov
2013-07-10* sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes.Paul Eggert