Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
sxiv
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Removed obsolete ss_delays array, fixes issue
#191
master
Bert Münnich
10 anni fa
parent
e228594391
commit
0cb1d11305
2 ha cambiato i file
con
1 aggiunte
e
5 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+0
-4
commands.c
+ 1
- 1
Makefile
Vedi File
@@ -1,4 +1,4 @@
VERSION := git-201412
08
VERSION := git-201412
22
PREFIX := /usr/local
MANPREFIX := $(PREFIX)/share/man
+ 0
- 4
commands.c
Vedi File
@@ -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…
Annulla
Salva