summaryrefslogtreecommitdiff
path: root/src/jline/src/site/fml/faq.fml
diff options
context:
space:
mode:
Diffstat (limited to 'src/jline/src/site/fml/faq.fml')
-rw-r--r--src/jline/src/site/fml/faq.fml26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/jline/src/site/fml/faq.fml b/src/jline/src/site/fml/faq.fml
new file mode 100644
index 0000000000..b9902b0fa7
--- /dev/null
+++ b/src/jline/src/site/fml/faq.fml
@@ -0,0 +1,26 @@
+ <?xml version="1.0"?>
+<faqs title="JLine FAQ">
+ <part id="general">
+ <faq>
+ <question>How does JLine work?</question>
+ <answer>
+ <p>
+ On Windows, JLine uses a native .dll (which it automatically
+ extracts from the jline jar and loads at runtime) to access
+ native console features. On UNIX systems, JLine will perform
+ the necessary terminal setup by launching the "stty" command.
+ </p>
+ </answer>
+ </faq>
+ <faq>
+ <question>What platforms has JLine been tested on?</question>
+ <answer>
+ <p>
+ Various flavors of Windows (95, 98, NT, XP, 2000), Mac OS X,
+ and multiple UNIX systems (Linux, Solaris, HPUX).
+ </p>
+ </answer>
+ </faq>
+
+ </part>
+</faqs>