Changeset 45d5f86 in mainline for uspace/app/edit/edit.c


Ignore:
Timestamp:
2009-12-05T21:23:57Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
216cb85, 82a04c6
Parents:
034bf0e (diff), cd82bb1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge bug fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/edit/edit.c

    r034bf0e r45d5f86  
    734734                size = str_size(row_buf);
    735735                pos = 0;
    736                 s_column = 1;
     736                s_column = pane.sh_column;
    737737                while (pos < size) {
    738738                        if (csel_start.row == rbc.row && csel_start.column == s_column) {
     
    10261026
    10271027        pane.rflags |= REDRAW_TEXT;
     1028        caret_update();
    10281029}
    10291030
Note: See TracChangeset for help on using the changeset viewer.