Changeset 45b7d4d in mainline


Ignore:
Timestamp:
2021-09-25T18:52:27Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e253ac
Parents:
294fc3cc
Message:

Clear dirty flags when updating pane

File:
1 edited

Legend:

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

    r294fc3cc r45b7d4d  
    264264
    265265        (void) pos_handle;
    266         (void) pane_row_display;
    267266
    268267        pane.sh_row = 1;
     
    10311030                pane_caret_display(pane);
    10321031
     1032        pane->rflags &= ~(REDRAW_TEXT | REDRAW_ROW | REDRAW_STATUS |
     1033            REDRAW_CARET);
    10331034        return EOK;
    10341035}
Note: See TracChangeset for help on using the changeset viewer.