Changeset 45d5f86 in mainline
- Timestamp:
- 2009-12-05T21:23:57Z (15 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/edit/edit.c
r034bf0e r45d5f86 734 734 size = str_size(row_buf); 735 735 pos = 0; 736 s_column = 1;736 s_column = pane.sh_column; 737 737 while (pos < size) { 738 738 if (csel_start.row == rbc.row && csel_start.column == s_column) { … … 1026 1026 1027 1027 pane.rflags |= REDRAW_TEXT; 1028 caret_update(); 1028 1029 } 1029 1030
Note:
See TracChangeset
for help on using the changeset viewer.