logo       

LYMainLoop.c [PATCH]: msg#00025

web.lynx.devel

Subject: LYMainLoop.c [PATCH]

There was a change made to LYMainLoop.c with 2.8.6dev.1 (which wasn't
included in the patch file for that version) which broke the formatting
of the spawning message. I suspect that this was done accidentally. At
least with DOS and MingW the spawning message now starts at the right
side of the screen and wraps. The message used to start with \r\n, but
probably just a \r is sufficient.
Doug


--- lynx2.8.6dev.18/lynx2-8-6/src/LYMainLoop.c.ori 2006-05-29
14:44:54.000000000 -0800
+++ lynx2.8.6dev.18/lynx2-8-6/src/LYMainLoop.c 2006-08-10 23:36:40.000000000
-0800
@@ -4183,7 +4183,7 @@
{
if (!no_shell) {
stop_curses();
- printf("%s\r\n", SPAWNING_MSG);
+ printf("\r%s\r\n", SPAWNING_MSG);
#if defined(__CYGWIN__)
/* handling "exec $SHELL" does not work if $SHELL is null */
if (LYGetEnv("SHELL") == NULL) {

--
Doug Kaufman
Internet: dkaufman@xxxxxxxxx



_______________________________________________
Lynx-dev mailing list
Lynx-dev@xxxxxxxxxx
http://lists.nongnu.org/mailman/listinfo/lynx-dev



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise