Changeset fa792e8 in mainline for uspace/app/nav/types/panel.h


Ignore:
Timestamp:
2021-10-25T00:32:45Z (2 years ago)
Author:
jxsvoboda <5887334+jxsvoboda@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4fcc2de
Parents:
1eb0fafe
git-author:
Jiri Svoboda <jiri@…> (2021-10-15 16:58:28)
git-committer:
jxsvoboda <5887334+jxsvoboda@…> (2021-10-25 00:32:45)
Message:

Highlight directories and sort them first

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nav/types/panel.h

    r1eb0fafe rfa792e8  
    5353        /** File size */
    5454        uint64_t size;
     55        /** @c true iff entry is a directory */
     56        bool isdir;
    5557} panel_entry_t;
    5658
     
    7779        /** Active border color */
    7880        gfx_color_t *act_border_color;
     81
     82        /** Directory-type entry color */
     83        gfx_color_t *dir_color;
    7984
    8085        /** Panel entries (list of panel_entry_t) */
Note: See TracChangeset for help on using the changeset viewer.