This website works better with JavaScript.
首頁
探索
說明
登入
Immanuel
/
nnn
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Move mtimeorder to config.def.h
master
sin
10 年之前
父節點
cefb945e35
當前提交
162922b984
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
* .---------
Write
Preview
Loading…
取消
儲存