diff options
| -rw-r--r-- | etc/PROBLEMS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 3917d68bb56..c76f62d833d 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -217,6 +217,18 @@ This currently doesn't work with scroll-bar widgets (and we don't know | |||
| 217 | a good way of implementing it with widgets). If Emacs is configured | 217 | a good way of implementing it with widgets). If Emacs is configured |
| 218 | --without-toolkit-scroll-bars, C-mouse-2 on the scroll bar does work. | 218 | --without-toolkit-scroll-bars, C-mouse-2 on the scroll bar does work. |
| 219 | 219 | ||
| 220 | * Emacs aborts inside the function `tparam1'. | ||
| 221 | |||
| 222 | This can happen if Emacs was built without terminfo support, but the | ||
| 223 | terminal's capabilities use format that is only supported by terminfo. | ||
| 224 | If your system has ncurses installed, this might happen if your | ||
| 225 | version of ncurses is broken; upgrading to a newer version of ncurses | ||
| 226 | and reconfiguring and rebuilding Emacs should solve this. | ||
| 227 | |||
| 228 | All modern systems support terminfo, so even if ncurses is not the | ||
| 229 | problem, you should look for a way to configure Emacs so that it uses | ||
| 230 | terminfo when built. | ||
| 231 | |||
| 220 | * Colors are not available on a tty or in xterm. | 232 | * Colors are not available on a tty or in xterm. |
| 221 | 233 | ||
| 222 | Emacs 21 supports colors on character terminals and terminal | 234 | Emacs 21 supports colors on character terminals and terminal |