Subversion Repositories HelenOS

Rev

Rev 2946 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2946 Rev 4380
Line 47... Line 47...
47
    int i;
47
    int i;
48
 
48
 
49
    printf("> ");
49
    printf("> ");
50
    for (i = 0; i < line_chars; ++i)
50
    for (i = 0; i < line_chars; ++i)
51
        putchar(line_buffer[i]);
51
        putchar(line_buffer[i]);
-
 
52
 
-
 
53
    fflush(stdout);
52
}
54
}
53
 
55
 
54
static void line_hide(void)
56
static void line_hide(void)
55
{
57
{
56
    int i;
58
    int i;