summaryrefslogtreecommitdiffstats
path: root/src/tui.c
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-04-28 21:52:00 -0300
committerandmarti1424 <andmarti@gmail.com>2017-04-28 21:52:00 -0300
commit9fc40bef28a390750e8c424fb28a879c80fb3654 (patch)
treeda5d237660586d8fae5d1fcd7a1cfedb5255607e /src/tui.c
parenta421866f0b2f39e4166e70f9826e0ebca8342eee (diff)
updated doc
Diffstat (limited to 'src/tui.c')
-rw-r--r--src/tui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tui.c b/src/tui.c
index f53fc75..6c6223a 100644
--- a/src/tui.c
+++ b/src/tui.c
@@ -1034,7 +1034,7 @@ wchar_t ui_query_opt(wchar_t * initial_msg, wchar_t * valid) {
sc_info("%ls", initial_msg);
wint_t wd = -1;
wchar_t wdc[2] = L"";
- int res = -1;
+ int res;
curs_set(1);
wtimeout(input_win, -1);