Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
nnn
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Move some more config params to config.def.h
master
sin
11 anni fa
parent
5999cef396
commit
d330033c4f
2 ha cambiato i file
con
4 aggiunte
e
5 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
config.def.h
+0
-4
noice.c
+ 4
- 1
config.def.h
Vedi File
@@ -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
Vedi File
@@ -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…
Annulla
Salva