Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
nnn
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Move some more config params to config.def.h
master
sin
hace 10 años
padre
5999cef396
commit
d330033c4f
Se han
modificado 2 ficheros
con
4 adiciones
y
5 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+4
-1
config.def.h
+0
-4
noice.c
+ 4
- 1
config.def.h
Ver fichero
@@ -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
Ver fichero
@@ -58,10 +58,6 @@ struct history {
SLIST_HEAD(histhead, history) histhead = SLIST_HEAD_INITIALIZER(histhead);
#define CWD "cwd: "
#define CURSR " > "
#define EMPTY " "
/*
* Layout:
* .---------
Escribir
Vista previa
Cargando…
Cancelar
Guardar