本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
Immanuel
/
nnn
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Move some more config params to config.def.h
master
sin
10 年之前
父節點
5999cef396
當前提交
d330033c4f
共有
2 個檔案被更改
,包括
4 行新增
和
5 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
config.def.h
+0
-4
noice.c
+ 4
- 1
config.def.h
查看文件
@@ -1,4 +1,7 @@
/* Configuration */
#define CWD "cwd: "
#define CURSR " > "
#define EMPTY " "
struct assoc assocs[] = {
{ "\\.(avi|mp4|mkv|mp3|ogg)$", "mplayer" },
{ "\\.(png|jpg|gif)$", "feh" },
+ 0
- 4
noice.c
查看文件
@@ -58,10 +58,6 @@ struct history {
SLIST_HEAD(histhead, history) histhead = SLIST_HEAD_INITIALIZER(histhead);
#define CWD "cwd: "
#define CURSR " > "
#define EMPTY " "
/*
* Layout:
* .---------
Write
Preview
Loading…
取消
儲存