X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/blobdiff_plain/b812a988260297df5d2710a59577657888778094..47747dbe04f28a3f2d4748780a088f8309fc2990:/xgetline.c diff --git a/xgetline.c b/xgetline.c index c9370c8..9c02fa9 100644 --- a/xgetline.c +++ b/xgetline.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: xgetline.c,v 1.12 2002/01/13 14:43:41 mdw Exp $ + * $Id: xgetline.c,v 1.13 2004/04/08 01:36:29 mdw Exp $ * * Fetch a line of text from the user * @@ -26,49 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: xgetline.c,v $ - * Revision 1.12 2002/01/13 14:43:41 mdw - * Kill some spurious warnings. - * - * Revision 1.11 1999/08/20 07:30:33 mdw - * Miscellaneous changes, mostly concerning options parsing. - * - * Revision 1.10 1999/05/21 22:09:19 mdw - * Take advantage of new dynamic string macros. - * - * Revision 1.9 1999/05/05 18:54:37 mdw - * Keep blank lines out of the history list. - * - * Revision 1.8 1998/12/16 19:58:53 mdw - * Stop the dropdown list from dropping down when you press enter. - * - * Revision 1.7 1998/12/11 09:53:02 mdw - * Updates for mLib/mgLib. Support history files for recalling past - * entries, using a drop-down list. - * - * Revision 1.6 1998/12/03 00:56:29 mdw - * Set focus on the entry field, rather than leaving things to luck. - * - * Revision 1.5 1998/12/03 00:39:44 mdw - * Force focus when starting up. - * - * Revision 1.4 1998/11/30 22:36:47 mdw - * Tidy up tabbing in help texts very slightly. - * - * Revision 1.3 1998/11/21 22:30:20 mdw - * Support GNU-style long options throughout, and introduce proper help - * text to all programs. Update manual pages to match. - * - * Revision 1.2 1998/11/18 21:25:30 mdw - * Remove bogus `-h' option from the options list. - * - * Revision 1.1 1998/11/16 23:00:49 mdw - * Initial versions. - * - */ - /*----- Header files ------------------------------------------------------*/ #include