summaryrefslogtreecommitdiff
path: root/src/term.c
AgeCommit message (Expand)Author
2026-05-31Allow optionally disabling the use of TABs for TTY cursor movementEli Zaretskii
2026-05-28Fix the MSDOS buildPo Lu
2026-05-26ARRAYELTS → countofPaul Eggert
2026-05-26Omit useless casts found by GCC 16Paul Eggert
2026-05-23Prefer ptrdiff_t to size_t when either will doPaul Eggert
2026-05-23New function memory_full_upPaul Eggert
2026-04-25Fix line-truncation on horizontally-split TTY framesEli Zaretskii
2026-04-23Simplify Tc/COLORTERM=truecolor escape sequencePeter Oliver
2026-04-23Support setrgbb/setrgbf for setting 24-bit colorTim Ruffing
2026-04-23Use expected escape sequence for terminfo Tc and COLORTERM=truecolorPeter Oliver
2026-04-08Support 24-bit TrueColor on MS-Windows consoleewantown
2026-03-26Simplify some struct frame.output_method checksBasil L. Contovounesios
2026-03-15Avoid segfaults in TTY menu-item selectionEli Zaretskii
2026-03-14Avoid another assertion violation in TTY menusEli Zaretskii
2026-03-14Avoid assertion violations in tty menus in rare casesEli Zaretskii
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-08-09Variable to control overshoot and backup for TTY cursor motionManuel Giraud
2025-03-27Don't write to bottom-right cell on ttys with AutoWrap (bug#77233)Gerd Möllmann
2025-03-25Fix the DJGPP buildPo Lu
2025-03-23Avoid rare crashes due to "C-g C-g" on TTY framesEli Zaretskii
2025-03-17Implement dragging and resizing of tty child framesMartin Rudalics
2025-03-09Fix drawing to the bottom-right corner of terminalsGerd Möllmann
2025-03-04Fix 'etc/DOC' for a few functions/variablesEli Zaretskii
2025-02-26; Whitespace fixes to silence git hooksStefan Kangas
2025-02-23Enforce redisplay when deleting a child frame (bug#76406)Gerd Möllmann
2025-02-03Handle mouse highlighting in the presence of tty child framesGerd Möllmann
2025-01-31Don’t use garbage after tty_frame_at returns nilPaul Eggert
2025-01-27Fix clicking in child frames with GPMjared
2025-01-27Fix the Android portPo Lu
2025-01-25Replace is_frame_ancestor with frame_ancestor_pGerd Möllmann
2025-01-25; * src/term.c (handle_one_term_event): Fix last change.Eli Zaretskii
2025-01-25Reapply "Fix mouse position handling for nested tty child frames"Gerd Möllmann
2025-01-25Reapply "Fix tty-frame-at for nested tty child frames"Gerd Möllmann
2025-01-25Reapply "Simplify absolute (x, y) computation on ttys"Gerd Möllmann
2025-01-25Revert "Simplify absolute (x, y) computation on ttys"Gerd Möllmann
2025-01-25Revert "Fix tty-frame-at for nested tty child frames"Gerd Möllmann
2025-01-25Revert "Fix mouse position handling for nested tty child frames"Gerd Möllmann
2025-01-25Fix mouse position handling for nested tty child framesGerd Möllmann
2025-01-25Fix tty-frame-at for nested tty child framesGerd Möllmann
2025-01-25Simplify absolute (x, y) computation on ttysGerd Möllmann
2025-01-23Handle tty menus overlapping child framesGerd Möllmann
2025-01-11; * src/term.c (term_mouse_position): Fix 'fp' pointer.Juri Linkov
2025-01-11; * src/term.c (tty_frame_at, term_mouse_position): Fix last change.Eli Zaretskii
2025-01-11Support TTY child frames with GPM mouseJared Finder
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-19; Fix compilation warnings in term.cEli Zaretskii
2024-12-12Signal errors for unimplemented featuresGerd Möllmann
2024-11-05TTY menus: handle saved state referencing dead framesGerd Möllmann
2024-10-28Don't work around a corner case once observedGerd Möllmann
2024-10-22* src/term.c (tty_display_dimension): Avoid warnings.Eli Zaretskii