diff options
| author | verdant <im@verdant.ee> | 2026-07-28 17:39:21 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-07-28 17:39:21 +0800 |
| commit | 273fc9162d69c152f35e615239491a92e417f158 (patch) | |
| tree | 57026fe8c0631b1d6d0ef1969855965a40eaa8b1 /display.h | |
| parent | fef22c2c3bed9c615af1187a3747339c19711966 (diff) | |
| download | sf-273fc9162d69c152f35e615239491a92e417f158.tar.gz sf-273fc9162d69c152f35e615239491a92e417f158.zip | |
Reformat display.h
Diffstat (limited to 'display.h')
| -rw-r--r-- | display.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -35,7 +35,8 @@ typedef struct { void color_pair_init(void); terminal *ncurses_init(void); -static inline WINDOW *get_root_win(const terminal *t) +static inline WINDOW * +get_root_win(const terminal *t) { if (!t) { log_write(LOG_ERR, "get_root_win: terminal is NULL"); |
