diff options
Diffstat (limited to 'README.multi-tty')
| -rw-r--r-- | README.multi-tty | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.multi-tty b/README.multi-tty index e925145bcb2..f060f3f6aef 100644 --- a/README.multi-tty +++ b/README.multi-tty | |||
| @@ -187,6 +187,17 @@ See arch logs. | |||
| 187 | THINGS TO DO | 187 | THINGS TO DO |
| 188 | ------------ | 188 | ------------ |
| 189 | 189 | ||
| 190 | ** frame-creation-function was removed, which might be a bad idea. | ||
| 191 | Think up a compatible solution. | ||
| 192 | |||
| 193 | ** make-frame does not correctly handle extra parameters in its | ||
| 194 | argument: | ||
| 195 | |||
| 196 | (frame-parameter (make-frame (list (cons 'foobar 42))) 'foobar) | ||
| 197 | => nil | ||
| 198 | |||
| 199 | (This is likely an error in the CVS trunk.) | ||
| 200 | |||
| 190 | ** Fix set-input-mode for multi-tty. It's a truly horrible interface; | 201 | ** Fix set-input-mode for multi-tty. It's a truly horrible interface; |
| 191 | what if we'd blow it up into several separate functions (with a | 202 | what if we'd blow it up into several separate functions (with a |
| 192 | compatibility definition)? | 203 | compatibility definition)? |