ソースを参照

Fix indentation

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

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

@@ -5974,7 +5974,7 @@ nochange:
/* Scroll up */
if (event.bstate == BUTTON4_PRESSED && ndents && (cfg.rollover || cur)) {
if (!cfg.rollover && cur < scroll_lines)
move_cursor(0,0);
move_cursor(0, 0);
else
move_cursor((cur + ndents - scroll_lines) % ndents, 0);
break;


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