diff options
| author | Gerd Möllmann | 2022-09-07 06:54:49 +0200 |
|---|---|---|
| committer | Gerd Möllmann | 2022-09-07 06:54:49 +0200 |
| commit | 25813b697cc910ba196ff03a911dbbc0f85c716a (patch) | |
| tree | 6404dfd1d400881b3940b3a3704e24127fb11cc2 | |
| parent | 473313d2a85a7ae73daf5cc7c205f6285286eecf (diff) | |
| download | emacs-25813b697cc910ba196ff03a911dbbc0f85c716a.tar.gz emacs-25813b697cc910ba196ff03a911dbbc0f85c716a.zip | |
; TODO for writing to the bottom-right corner of a TTY (bug#57607)
| -rw-r--r-- | etc/TODO | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -1732,7 +1732,11 @@ https://lists.gnu.org/r/emacs-devel/2012-06/msg00354.html | |||
| 1732 | ** Maybe replace lib-src/rcs2log with a Lisp implementation | 1732 | ** Maybe replace lib-src/rcs2log with a Lisp implementation |
| 1733 | It wouldn't have to be a complete replacement, just enough | 1733 | It wouldn't have to be a complete replacement, just enough |
| 1734 | for vc-rcs-update-changelog. | 1734 | for vc-rcs-update-changelog. |
| 1735 | 1735 | ** Allow Emacs to use the bottom-right corner of a TTY | |
| 1736 | Emacs doesn't use the bottom-right corner of a TTY when terminfo | ||
| 1737 | capability "am" (auto_right_margin) is defined. It could use the | ||
| 1738 | bottom-right corner nonetheless when certain other capabilities are | ||
| 1739 | defined. See bug#57607. | ||
| 1736 | * Other known bugs | 1740 | * Other known bugs |
| 1737 | 1741 | ||
| 1738 | ** 'make-frame' forgets unhandled parameters, at least for X11 frames | 1742 | ** 'make-frame' forgets unhandled parameters, at least for X11 frames |