Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4338 → Rev 3674

/branches/dynload/uspace/srv/kbd/genarch/src/nofb.c
59,11 → 59,8
{
static unsigned long buf = 0;
static int count = 0;
 
if (scan_code == '\r')
scan_code = '\n';
 
if (scan_code == 0x7e) {
if(scan_code == 0x7e) {
switch (buf) {
case KEY_F5:
keybuffer_push(keybuffer,FUNCTION_KEYS | 5);