ソースを参照

Inline printmsg

master
Arun Prakash Jana 5年前
コミット
a94daefcff
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c ファイルの表示

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


読み込み中…
キャンセル
保存