Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
Immanuel
/
nnn
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
Move some more config params to config.def.h
master
sin
il y a 10 ans
Parent
5999cef396
révision
d330033c4f
2 fichiers modifiés
avec
4 ajouts
et
5 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+4
-1
config.def.h
+0
-4
noice.c
+ 4
- 1
config.def.h
Voir le fichier
@@ -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
Voir le fichier
@@ -58,10 +58,6 @@ struct history {
SLIST_HEAD(histhead, history) histhead = SLIST_HEAD_INITIALIZER(histhead);
#define CWD "cwd: "
#define CURSR " > "
#define EMPTY " "
/*
* Layout:
* .---------
Écrire
Aperçu
Chargement…
Annuler
Enregistrer