このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Immanuel
/
nnn
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Move mtimeorder to config.def.h
master
sin
10年前
親
cefb945e35
コミット
162922b984
2個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-0
config.def.h
+0
-2
noice.c
+ 2
- 0
config.def.h
ファイルの表示
@@ -2,6 +2,8 @@
#define CURSR " > "
#define EMPTY " "
int mtimeorder = 0; /* set to 1 to sort by time in the default case */
struct assoc assocs[] = {
{ "\\.(avi|mp4|mkv|mp3|ogg|flac)$", "mplayer" },
{ "\\.(png|jpg|gif)$", "feh" },
+ 0
- 2
noice.c
ファイルの表示
@@ -72,8 +72,6 @@ struct entry {
time_t t;
};
int mtimeorder;
/*
* Layout:
* .---------
書き込み
プレビュー
読み込み中…
キャンセル
保存