Changeset 2619 for trunk/texinfo/info/echo-area.c
- Timestamp:
- Mar 12, 2006, 6:02:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/texinfo/info/echo-area.c
r2617 r2619 592 592 593 593 counter = input_line_end - input_line_point; 594 594 595 595 for (i = input_line_point - len; counter; i++, counter--) 596 596 input_line[i] = input_line[i + len]; … … 894 894 return (line); 895 895 } 896 896 897 897 /* Read a line in the echo area with completion over COMPLETIONS. */ 898 898 char * … … 1488 1488 pause_or_input (void) 1489 1489 { 1490 #if def FD_SET1490 #if defined(FD_SET) && !defined(__INNOTEK_LIBC__) 1491 1491 struct timeval timer; 1492 1492 fd_set readfds;
Note:
See TracChangeset
for help on using the changeset viewer.