Subversion Repositories SvarDOS

Rev

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

Rev 1356 Rev 1357
Line 448... Line 448...
448
    } else {
448
    } else {
449
      db->xoffset += 1;
449
      db->xoffset += 1;
450
      uidirty.from = 0;
450
      uidirty.from = 0;
451
      uidirty.to = 0xff;
451
      uidirty.to = 0xff;
452
    }
452
    }
453
  } else {
453
  } else if (db->cursor->next != NULL) { /* jump to start of next line */
454
    cursor_down(db);
454
    cursor_down(db);
455
    cursor_home(db);
455
    cursor_home(db);
456
  }
456
  }
457
}
457
}
458
 
458