Skip to content

Instantly share code, notes, and snippets.

View gabrielzschmitz's full-sized avatar
🌜
Always on

Gabriel dos Santos Schmitz gabrielzschmitz

🌜
Always on
  • UTFPR - Toledo
  • Brazil
  • 19:48 (UTC -03:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am gabrielzschmitz on github.
  • I am gabrielzschmitz (https://keybase.io/gabrielzschmitz) on keybase.
  • I have a public key ASBVDOFM0vO6rTiT-rAkFMNStXNsL_sKBo-RLImDYsRqAwo

To claim this, I am signing this object:

static char *
get_icon(Pane *pane, size_t entpos, Cpair col, mode_t mode){
char *ex, *icon;
char *full_str;
full_str = basename(pane->direntr[entpos].name);
ex = get_ext(full_str);
switch (mode & S_IFMT) {
case S_IFDIR: /* folders */
if(strcmp(ex, "own") == 0) /* downloads */