From 4ea6a9c38853be68fa5fa20a2a38bfaa666be2b3 Mon Sep 17 00:00:00 2001
From: Arun Persaud
Date: Sun, 5 Dec 2010 15:46:34 -0800
Subject: [PATCH] added rlwrap tip to FAQ
---
FAQ.html | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/FAQ.html b/FAQ.html
index 1e37d79..a2a264c 100644
--- a/FAQ.html
+++ b/FAQ.html
@@ -85,6 +85,7 @@ to help update it.
[B.25] May I use the piece bitmaps from XBoard/WinBoard in my own program?
[B.26] How can I get rid of these silly logos that this new WinBoard displays above the board?
[B.27] How can I install logos for other engines, Internet Chess Servers or Human users?
+ [B.28] Is there readline support for XBoard?
[C] XBoard and WinBoard, bugs and problems
@@ -1155,6 +1156,20 @@ or the Human username
suffixed by .bmp, e.g. administrator.bmp)
+
+
+
+There is a special ICS input box that has history support which is
+the standard in Winboard and can be used in XBoard too.
+Another good tip from Michel van der Bergh is to use the rlwarp
+program together with XBoard which gives you full readline support.
+Just run "rlwrap xboard" instead of just "xboard". The rlwarp program
+should be available for most linux distributions or can be downloaded
+at:
+http://utopia.knoware.nl/~hlub/uck/rlwrap/.
+
+
+