ソースを参照

Add comments

master
Arun Prakash Jana 6年前
コミット
cf0ea993df
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      src/nnn.c

+ 2
- 0
src/nnn.c ファイルの表示

@@ -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);



読み込み中…
キャンセル
保存