aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't write to bottom-right cell on ttys with AutoWrap (bug#77233)Gerd Möllmann2025-03-271-2/+12
* Fix the DJGPP buildPo Lu2025-03-251-0/+4
* Avoid rare crashes due to "C-g C-g" on TTY framesEli Zaretskii2025-03-231-2/+8
* Implement dragging and resizing of tty child framesMartin Rudalics2025-03-171-2/+59
* Fix drawing to the bottom-right corner of terminalsGerd Möllmann2025-03-091-8/+26
* Fix 'etc/DOC' for a few functions/variablesEli Zaretskii2025-03-041-1/+1
* ; Whitespace fixes to silence git hooksStefan Kangas2025-02-261-1/+1
* Enforce redisplay when deleting a child frame (bug#76406)Gerd Möllmann2025-02-231-1/+7
* Handle mouse highlighting in the presence of tty child framesGerd Möllmann2025-02-031-21/+74
* Don’t use garbage after tty_frame_at returns nilPaul Eggert2025-01-311-2/+2
* Fix clicking in child frames with GPMjared2025-01-271-2/+4
* Fix the Android portPo Lu2025-01-271-0/+2
* Replace is_frame_ancestor with frame_ancestor_pGerd Möllmann2025-01-251-1/+1
* ; * src/term.c (handle_one_term_event): Fix last change.Eli Zaretskii2025-01-251-1/+2
* Reapply "Fix mouse position handling for nested tty child frames"Gerd Möllmann2025-01-251-12/+19
* Reapply "Fix tty-frame-at for nested tty child frames"Gerd Möllmann2025-01-251-2/+4
* Reapply "Simplify absolute (x, y) computation on ttys"Gerd Möllmann2025-01-251-4/+3
* Revert "Simplify absolute (x, y) computation on ttys"Gerd Möllmann2025-01-251-3/+4
* Revert "Fix tty-frame-at for nested tty child frames"Gerd Möllmann2025-01-251-4/+2
* Revert "Fix mouse position handling for nested tty child frames"Gerd Möllmann2025-01-251-19/+12
* Fix mouse position handling for nested tty child framesGerd Möllmann2025-01-251-12/+19
* Fix tty-frame-at for nested tty child framesGerd Möllmann2025-01-251-2/+4
* Simplify absolute (x, y) computation on ttysGerd Möllmann2025-01-251-4/+3
* Handle tty menus overlapping child framesGerd Möllmann2025-01-231-10/+7
* ; * src/term.c (term_mouse_position): Fix 'fp' pointer.Juri Linkov2025-01-111-1/+1
* ; * src/term.c (tty_frame_at, term_mouse_position): Fix last change.Eli Zaretskii2025-01-111-2/+6
* Support TTY child frames with GPM mouseJared Finder2025-01-111-12/+58
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* ; Fix compilation warnings in term.cEli Zaretskii2024-12-191-7/+7
* Signal errors for unimplemented featuresGerd Möllmann2024-12-121-0/+1
* TTY menus: handle saved state referencing dead framesGerd Möllmann2024-11-051-4/+18
* Don't work around a corner case once observedGerd Möllmann2024-10-281-17/+8
* * src/term.c (tty_display_dimension): Avoid warnings.Eli Zaretskii2024-10-221-0/+1
* Fix commenting conventions.Eli Zaretskii2024-10-221-2/+2
* Initial child frames based on masterGerd Möllmann2024-10-221-32/+234
* Re-enable TTY glyph production for batch mode frames on AndroidPo Lu2024-06-101-11/+8
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-7/+15
* Fix implementation of the --terminal command-line switchEli Zaretskii2024-05-041-5/+5
* ; * src/term.c (turn_on_face): Fix coding style.Po Lu2024-04-281-3/+3
* Add support for colored and styled underlines on tty framesMohsin Kaleem2024-04-271-4/+46
* * src/term.c (produce_glyphs): Synchronize with gui_produce_glyphs.Po Lu2024-02-011-1/+12
* Prevent continuation from affecting tab width in/after line prefixPo Lu2024-02-011-1/+7
* Be more systematic about parens in C source codePaul Eggert2024-01-201-5/+6
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Split safe_call between redisplay and non-redisplay versionsStefan Monnier2023-12-231-1/+1
* | Minor adjustments to Android port stubsPo Lu2023-09-051-11/+14
* | Update Android portPo Lu2023-07-271-2/+2
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-181-1/+1
|\ \
| * | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-1/+1