Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39578d3
)
Adjust curly bracket position.
author
David Griffith
<dave@661.org>
Sun, 26 May 2019 05:08:17 +0000
(22:08 -0700)
committer
David Griffith
<dave@661.org>
Sun, 26 May 2019 05:08:17 +0000
(22:08 -0700)
src/curses/ux_input.c
patch
|
blob
|
history
diff --git
a/src/curses/ux_input.c
b/src/curses/ux_input.c
index d6b0015948338aa07ae6503f679afe6b9386b921..552cffbe3a11fdadfbcd5deeff18a6d98b3c9e4a 100644
(file)
--- a/
src/curses/ux_input.c
+++ b/
src/curses/ux_input.c
@@
-662,8
+662,7
@@
zchar os_read_line (int bufmax, zchar *buf, int timeout, int width,
else
res = unix_history_forward(buf, searchpos, max);
- if (res)
- {
+ if (res) {
scrnset(x, ' ', len);
#ifdef USE_UTF8
utf8_mvaddstr(y, x, (char *) buf);