summaryrefslogtreecommitdiff
path: root/test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'test.pl')
-rw-r--r--test.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/test.pl b/test.pl
new file mode 100644
index 0000000..b95ba61
--- /dev/null
+++ b/test.pl
@@ -0,0 +1,10 @@
+:- use_module(library(pce)).
+:- consult(ieditor).
+:- consult(ieditor_gesture).
+:- ieditor_gesture_override.
+:- initialization(init).
+
+init :-
+ new(V, iview),
+ send(V, font, font('Times New Roman', roman, 14, '')),
+ send(V, open).