Mercurial > emacs
annotate etc/FTP @ 72137:82ede0c5373b
* keyboard.c (read_char): New arg END_TIME specifying timeout.
All callers changed. Turn off echoing if END_TIME is non-NULL.
(kbd_buffer_get_event): New arg END_TIME.
* lread.c (read_filtered_event): New arg SECONDS to wait until.
(Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS.
* lisp.h: Update read-char, read-event, and read_filtered_event
prototypes.
* keyboard.h: Include systime.h. Update read_char prototype.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 26 Jul 2006 18:16:32 +0000 |
parents | 3681678d3d86 |
children | 0259a1711394 |
rev | line source |
---|---|
32527 | 1 Please refer to <http://www.gnu.org/software/emacs/> for information |
2 about obtaining Emacs. | |
71189
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
32527
diff
changeset
|
3 |
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
32527
diff
changeset
|
4 Copyright (c) 2000, 2006 Free Software Foundation, Inc. |
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
32527
diff
changeset
|
5 |
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
32527
diff
changeset
|
6 Verbatim copying and distribution is permitted in any medium |
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
32527
diff
changeset
|
7 provided this notice is preserved. |