From 8783206a4c7afffce9ad720da86b257de1afff81 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sat, 6 Jan 2018 07:43:36 -0500 Subject: [PATCH] No promises. --- x11/README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/x11/README.md b/x11/README.md index 42dc4115..a11c5354 100644 --- a/x11/README.md +++ b/x11/README.md @@ -12,12 +12,10 @@ Building - Run "./configure". To build the wide-character version of the library, specify "--enable-widec" as a parameter. To use X Input Methods, add "--enable-xim". I recommend these options, but I haven't yet made - them the defaults, for the sake of backwards compatibility and due to - their new and relatively untested status. + them the defaults, for the sake of backwards compatibility. If your system is lacking in UTF-8 support, you can force the use of - UTF-8 instead of the system locale via "--enable-force-utf8". This is - generally more useful in Windows. + UTF-8 instead of the system locale via "--enable-force-utf8". If configure can't find your X include files or X libraries, you can specify the paths with the arguments "--x-includes=inc_path" and/or @@ -43,16 +41,6 @@ Public Domain, except for ScrollBox*, which are under essentially the MIT X License. -To be Done ----------- - -- have newterm() create a new X window - -- provide a command line parsing function to enable X command line - arguments to be parsed and stripped from the arguments passed back - to the calling procedure. - - Acknowledgements ----------------