Przeglądaj źródła

Inline printmsg

master
Arun Prakash Jana 5 lat temu
rodzic
commit
a94daefcff
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Wyświetl plik

@@ -574,7 +574,7 @@ static char *xitoa(uint val)
}

/* Messages show up at the bottom */
static void printmsg(const char *msg)
static inline void printmsg(const char *msg)
{
mvprintw(xlines - 1, 0, "%s\n", msg);
}


Ładowanie…
Anuluj
Zapisz