Subversion Repositories SvarDOS

Rev

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

Rev 1422 Rev 1423
Line 1229... Line 1229...
1229
            db->cursor = db->cursor->next;
1229
            db->cursor = db->cursor->next;
1230
          } else {
1230
          } else {
1231
            cursor_up(db);
1231
            cursor_up(db);
1232
          }
1232
          }
1233
          line_free(clipboard->prev);
1233
          line_free(clipboard->prev);
-
 
1234
          db->totlines -= 1;
1234
          uidirty.from = 0;
1235
          uidirty.from = 0;
1235
          uidirty.to = 0xff;
1236
          uidirty.to = 0xff;
1236
          recompute_curline(db);
1237
          recompute_curline(db);
1237
        }
1238
        }
1238
      }
1239
      }