Hello,

I think we can have a more suggestive message regarding forced exit and tell 
the user that a second attempt is necessary (see patch).

About the killed jobs I'm not sure, just when I typed exit twice while running 
the X server in the background it was killed along with fish ;)

Josef
--- reader.c.orig	2009-01-14 20:35:45.000000000 +0100
+++ reader.c	2009-01-14 20:36:37.000000000 +0100
@@ -2228,7 +2228,7 @@
 	
 	if( !reader_exit_forced() && !data->prev_end_loop && job_count && !is_breakpoint )
 	{
-		writestr(_( L"There are stopped jobs\n" ));
+		writestr(_( L"There are stopped jobs. A second attempt to exit will enforce their termination.\n" ));
 		
 		reader_exit( 0, 0 );
 		data->prev_end_loop=1;
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to