chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
preload-hacks: Some patches to make it work.
[termux-packages]
/
packages
/
gtypist
/
src-cursmenu.c.patch
1
diff -u -r ../gtypist-2.9.5/src/cursmenu.c ./src/cursmenu.c
2
--- ../gtypist-2.9.5/src/cursmenu.c 2013-08-18 14:36:14.000000000 +0000
3
+++ ./src/cursmenu.c 2017-07-07 08:35:39.553927999 +0000
4
@@ -20,6 +20,7 @@
5
#include "config.h"
6
#include "cursmenu.h"
7
#include "script.h"
8
+#include "utf8.h"
9
10
#ifdef HAVE_PDCURSES
11
#include <curses.h>