This website works better with JavaScript.
首頁
探索
說明
登入
Immanuel
/
sxiv
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Removed obsolete ss_delays array, fixes issue
#191
master
Bert Münnich
10 年之前
父節點
e228594391
當前提交
0cb1d11305
共有
2 個文件被更改
,包括
1 次插入
和
5 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+0
-4
commands.c
+ 1
- 1
Makefile
查看文件
@@ -1,4 +1,4 @@
VERSION := git-201412
08
VERSION := git-201412
22
PREFIX := /usr/local
MANPREFIX := $(PREFIX)/share/man
+ 0
- 4
commands.c
查看文件
@@ -55,10 +55,6 @@ extern int markcnt;
extern int prefix;
extern bool extprefix;
const int ss_delays[] = {
1, 2, 3, 5, 10, 15, 20, 30, 60, 120, 180, 300, 600
};
bool cg_quit(arg_t a)
{
unsigned int i;
Write
Preview
Loading…
取消
儲存