This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Inline printmsg
master
Arun Prakash Jana
6 years ago
parent
459b2cceb8
commit
a94daefcff
No known key found for this signature in database
GPG Key ID:
A75979F35C080412
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/nnn.c
+ 1
- 1
src/nnn.c
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);
}
Write
Preview
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save