Changeset 45b7d4d in mainline
- Timestamp:
- 2021-09-25T18:52:27Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e253ac
- Parents:
- 294fc3cc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/edit/edit.c
r294fc3cc r45b7d4d 264 264 265 265 (void) pos_handle; 266 (void) pane_row_display;267 266 268 267 pane.sh_row = 1; … … 1031 1030 pane_caret_display(pane); 1032 1031 1032 pane->rflags &= ~(REDRAW_TEXT | REDRAW_ROW | REDRAW_STATUS | 1033 REDRAW_CARET); 1033 1034 return EOK; 1034 1035 }
Note:
See TracChangeset
for help on using the changeset viewer.