Explorar el Código

Use underline to show cur dir

master
Arun Prakash Jana hace 6 años
padre
commit
2401d6dc70
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      nnn.c

+ 2
- 2
nnn.c Ver fichero

@@ -2318,11 +2318,11 @@ redraw(char *path)
if (ncols > PATH_MAX)
ncols = PATH_MAX;

attron(A_REVERSE);
attron(A_UNDERLINE);
/* No text wrapping in cwd line */
g_buf[ncols - 1] = '\0';
printw("%s\n\n", g_buf);
attroff(A_REVERSE);
attroff(A_UNDERLINE);

/* Fallback to light mode if less than 35 columns */
if (ncols < 35 && cfg.showdetail) {


Cargando…
Cancelar
Guardar