aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tty-tip.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
|
* ; Don't set symbol-packages in tty-tip.elStefan Kangas2025-03-191-1/+1
|
* ; Fix file headers in tty-tip.elStefan Kangas2025-03-071-3/+4
| | | | * lisp/tty-tip.el: Fix file headers.
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright".
* * lisp/tty-tip.el (tty-tip--create-frame): Use tooltip-hide-delayGerd Möllmann2024-12-081-1/+1
|
* Prevent too early hiding of tty tipsGerd Möllmann2024-12-081-9/+15
| | | | | | | | | * lisp/tty-tip.el (tty-tip--show-timer): Renamed from tty-tip--timeout-id. (tty-tip--hide-timer): New variable. (tty-tip--delete-frame): Cancel hide timer if set. (tty-tip--create-frame): Use run-with-timer instead of run-at-time for consistency.
* Fix hiding tips from pre-command-hookGerd Möllmann2024-11-071-2/+2
| | | | | * lisp/tty-tip.el (tty-tip-mode): Put #'tty-tip--hide on the pre-command-hook.
* Remove tip in pre-command-hookGerd Möllmann2024-11-061-3/+6
| | | | | * lisp/tty-tip.el (tty-tip-mode): install pre-command-hook that deleted the tip frame.
* Let tty tips disappear automaticallyGerd Möllmann2024-11-061-1/+4
| | | | | * lisp/tty-tip.el (tty-tip--create-frame): Delete tip frame after x-show-tooltip-timeout seconds.
* Add tty-tip.el, not tooltips, but very closeGerd Möllmann2024-11-061-0/+196