]> git.eshelyaron.com Git - emacs.git/commitdiff
; TODO for writing to the bottom-right corner of a TTY (bug#57607)
authorGerd Möllmann <gerd@gnu.org>
Wed, 7 Sep 2022 04:54:49 +0000 (06:54 +0200)
committerGerd Möllmann <gerd@gnu.org>
Wed, 7 Sep 2022 04:54:49 +0000 (06:54 +0200)
etc/TODO

index 772fbf719110e2593a8cf41144ec11ef5b9a8a4b..a086470ef5c33af7349509c4129a8cde2cdcff78 100644 (file)
--- 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