ncurses-trunk.diff - holymoly - A tor enabled gopher client written in CHICKEN scheme
(HTM) git clone git://vernunftzentrum.de/holymoly.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
ncurses-trunk.diff (546B)
---
1 Index: ncurses.scm
2 ===================================================================
3 --- ncurses.scm (revision 34695)
4 +++ ncurses.scm (working copy)
5 @@ -65,6 +65,7 @@
6 mvaddnstr
7 mvwaddstr
8 mvwaddnstr
9 + mvwchgat
10 waddnstr
11 waddstr
12 clear
13 @@ -511,6 +512,7 @@
14 (def err mvaddnstr int int c-string int)
15 (def err mvwaddstr win int int c-string)
16 (def err mvwaddnstr win int int c-string int)
17 +(def err mvwchgat win int int int int short c-pointer)
18 (def err waddnstr win c-string int)
19 (def err waddstr win c-string)
20 (def err clear)