aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/igcGerd Möllmann2025-08-241-0/+9
|\
| * Variable to control overshoot and backup for TTY cursor motionManuel Giraud2025-08-091-0/+9
* | Merge branch 'master' into feature/igcGerd Möllmann2025-04-051-4/+24
|\ \ | |/
| * 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
* | Merge from 'savannah/master'Pip Cet2025-03-181-12/+87
|\ \ | |/
| * 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
* | Merge from savannah/masterPip Cet2025-02-241-1/+7
|\ \ | |/
| * Enforce redisplay when deleting a child frame (bug#76406)Gerd Möllmann2025-02-231-1/+7
* | Merge from savannah/masterPip Cet2025-02-171-21/+74
|\ \ | |/
| * Handle mouse highlighting in the presence of tty child framesGerd Möllmann2025-02-031-21/+74
* | Merge 'master' into 'feature/igc'Pip Cet2025-02-011-2/+2
|\ \ | |/
| * Don’t use garbage after tty_frame_at returns nilPaul Eggert2025-01-311-2/+2
* | Merge branch 'master' into feature/igcPip Cet2025-01-311-22/+32
|\ \ | |/
| * 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
* | Merge branch 'master' into scratch/igcGerd Möllmann2025-01-151-12/+62
|\ \ | |/
| * ; * 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
* | Remove inhibit_garbage_collection when HAVE_MPSStefan Kangas2025-01-121-2/+5
* | Merge branch 'master' into scratch/igcGerd Möllmann2025-01-081-48/+257
|\ \ | |/
| * 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
* | TTY menus can reference string dataGerd Möllmann2024-11-051-4/+16
|/
* 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