emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 25813b697c: ; TODO for writing to the bottom-right corner of a TT


From: Gerd Moellmann
Subject: master 25813b697c: ; TODO for writing to the bottom-right corner of a TTY (bug#57607)
Date: Wed, 7 Sep 2022 00:56:28 -0400 (EDT)

branch: master
commit 25813b697cc910ba196ff03a911dbbc0f85c716a
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>

    ; TODO for writing to the bottom-right corner of a TTY (bug#57607)
---
 etc/TODO | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/etc/TODO b/etc/TODO
index 772fbf7191..a086470ef5 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -1732,7 +1732,11 @@ https://lists.gnu.org/r/emacs-devel/2012-06/msg00354.html
 ** Maybe replace lib-src/rcs2log with a Lisp implementation
 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.
 * Other known bugs
 
 ** 'make-frame' forgets unhandled parameters, at least for X11 frames



reply via email to

[Prev in Thread] Current Thread [Next in Thread]