Rev 2936 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2936 | Rev 2946 | ||
---|---|---|---|
Line 72... | Line 72... | ||
72 | } |
72 | } |
73 | 73 | ||
74 | void cons_read_line(char *buffer, int n) |
74 | void cons_read_line(char *buffer, int n) |
75 | { |
75 | { |
76 | char c; |
76 | char c; |
77 | int i; |
- | |
78 | 77 | ||
79 | line_buffer = buffer; |
78 | line_buffer = buffer; |
80 | line_chars = 0; |
79 | line_chars = 0; |
81 | 80 | ||
82 | line_active = 1; |
81 | line_active = 1; |