summaryrefslogtreecommitdiff
path: root/etc/TODO
diff options
context:
space:
mode:
authorGerd Möllmann <gerd@gnu.org>2022-09-07 06:54:49 +0200
committerGerd Möllmann <gerd@gnu.org>2022-09-07 06:54:49 +0200
commit25813b697cc910ba196ff03a911dbbc0f85c716a (patch)
tree6404dfd1d400881b3940b3a3704e24127fb11cc2 /etc/TODO
parent473313d2a85a7ae73daf5cc7c205f6285286eecf (diff)
downloademacs-25813b697cc910ba196ff03a911dbbc0f85c716a.tar.gz
emacs-25813b697cc910ba196ff03a911dbbc0f85c716a.tar.bz2
emacs-25813b697cc910ba196ff03a911dbbc0f85c716a.zip
; TODO for writing to the bottom-right corner of a TTY (bug#57607)
Diffstat (limited to 'etc/TODO')
-rw-r--r--etc/TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/TODO b/etc/TODO
index 772fbf71911..a086470ef5c 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