mirror of
https://github.com/jarun/nnn.git
synced 2025-01-10 09:59:56 +00:00
Inline printmsg
This commit is contained in:
parent
459b2cceb8
commit
a94daefcff
|
@ -574,7 +574,7 @@ static char *xitoa(uint val)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Messages show up at the bottom */
|
/* 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);
|
mvprintw(xlines - 1, 0, "%s\n", msg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue