Procházet zdrojové kódy

Add comments

master
Arun Prakash Jana před 6 roky
rodič
revize
cf0ea993df
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A75979F35C080412
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      src/nnn.c

+ 2
- 0
src/nnn.c Zobrazit soubor

@@ -1884,9 +1884,11 @@ static char *unescape(const char *str, uint maxcols)

if (maxcols) {
len = lencount = wcswidth(wbuf, len);
/* Reduce nuber of wide chars to max columns */
if (len > maxcols)
lencount = maxcols + 1;

/* Reduce wide chars one by one till it fits */
while (len > maxcols)
len = wcswidth(wbuf, --lencount);



Načítá se…
Zrušit
Uložit