From d9aac118891ff2029245d65ec139394adb9b6c7d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 14 Nov 2021 00:27:59 -0800 Subject: slightly more obvious browse dialog --- src/lua.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/lua.c') diff --git a/src/lua.c b/src/lua.c index 6640dad..e08e7ad 100644 --- a/src/lua.c +++ b/src/lua.c @@ -443,7 +443,10 @@ void browseImage (lua_State *L) { y += 2; } lua_settop(L, 0); - mvaddstr(LINES-1, 0, "edit what? "); + attron(A_REVERSE); + mvaddstr(LINES-1, 0, " edit what? "); + attroff(A_REVERSE); + addch(' '); char definition[64] = {0}; getnstr(definition, 60); editImage(L, definition); -- cgit 1.4.1-2-gfad0