Ver código fonte

Show copymode on/off

master
Arun Prakash Jana 6 anos atrás
pai
commit
1d067df0b5
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: A75979F35C080412
1 arquivos alterados com 3 adições e 1 exclusões
  1. +3
    -1
      nnn.c

+ 3
- 1
nnn.c Ver arquivo

@@ -2874,6 +2874,7 @@ nochange:
g_crc = crc8fast((uchar *)dents, ndents * sizeof(struct entry));
copystartid = cur;
copybufpos = 0;
printmsg("copymode on");
DPRINTF_S("copymode on");
} else {
static size_t len;
@@ -2905,7 +2906,8 @@ nochange:
DPRINTF_S(pcopybuf);
if (!len)
printmsg("files copied");
}
} else
printmsg("copymode off");
}
goto nochange;
case SEL_QUOTE:


Carregando…
Cancelar
Salvar