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


Ignore:
Timestamp:
2021-10-15T16:58:28Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Children:
0e125698
Parents:
03c4b23
Message:

Highlight directories and sort them first

File:
1 edited

Legend:

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

    r03c4b23 r9bed565  
    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.