Subversion Repositories HelenOS-historic

Rev

Rev 577 | Rev 590 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 577 Rev 588
Line 207... Line 207...
207
    if (result || count!=1) {
207
    if (result || count!=1) {
208
        return;
208
        return;
209
    }
209
    }
210
    if (ch == '\r')
210
    if (ch == '\r')
211
        ch = '\n';
211
        ch = '\n';
-
 
212
    if (ch == 0x7f)
-
 
213
        ch = '\b';
212
 
214
   
213
    chardev_push_character(&console, ch);
215
    chardev_push_character(&console, ch);
214
}
216
}
215
 
217
 
216
static void arc_write(chardev_t *dev, const char ch)
218
static void arc_write(chardev_t *dev, const char ch)
217
{
219
{