1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-10 15:13:51 +03:00

Inline printmsg

This commit is contained in:
Arun Prakash Jana 2019-03-11 20:33:19 +05:30
parent 459b2cceb8
commit a94daefcff
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -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);
}