mirror of
https://github.com/jarun/nnn.git
synced 2025-03-26 16:22:20 +00:00
Inline printmsg
This commit is contained in:
parent
459b2cceb8
commit
a94daefcff
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue