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:
b9815c5
)
Spacing between functions.
author
David Griffith
<dave@661.org>
Thu, 23 May 2019 06:18:18 +0000
(23:18 -0700)
committer
David Griffith
<dave@661.org>
Mon, 27 May 2019 02:32:11 +0000
(19:32 -0700)
src/curses/ux_input.c
patch
|
blob
|
history
diff --git
a/src/curses/ux_input.c
b/src/curses/ux_input.c
index 0ff43f5f01f0b5709ce813a9a9af527bbf6c575c..d4f1b67c65e33325a499ee30a5ccc8c45ef4eb66 100644
(file)
--- a/
src/curses/ux_input.c
+++ b/
src/curses/ux_input.c
@@
-513,11
+513,14
@@
static void utf8_mvaddnstr(int y, int x, zchar * buf, int n)
n--;
}
}
+
static void utf8_mvaddstr(int y, int x, zchar * buf)
{
utf8_mvaddnstr(y,x,buf,zcharstrlen(buf));
}
#endif /* USE_UTF8 */
+
+
/*
* os_read_line
*