]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove TODO item for writing to the bottom-right corner on TTYs
authorGerd Möllmann <gerd.moellmann@gmail.com>
Tue, 11 Mar 2025 06:22:12 +0000 (07:22 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 18:57:19 +0000 (19:57 +0100)
(cherry picked from commit f79354460d3bef4a3f859f78c6cc77738437d670)

etc/TODO

index e54237ef8c6442f9039ade59f616a15210a68711..c9e81df05f11fafd5931d11403949204d17a9502 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -1793,12 +1793,6 @@ https://lists.gnu.org/r/emacs-devel/2012-06/msg00354.html
 It wouldn't have to be a complete replacement, just enough
 for vc-rcs-update-changelog.
 
-** Allow Emacs to use the bottom-right corner of a TTY
-Emacs doesn't use the bottom-right corner of a TTY when terminfo
-capability "am" (auto_right_margin) is defined.  It could use the
-bottom-right corner nonetheless when certain other capabilities are
-defined.  See bug#57607.
-
 ** Replace tramp-archive.el by a native libarchive(3) implementation.
 The former is based on the GVFS archive backend, which makes it
 available on GNU/Linux only.  That implementation has further