Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release-src > by-pkgid > 743f80cf0a20c31a2781cbd70365ad88 > files > 4

bash-4.4-23.1.mga7.src.rpm

--- bash-2.05b/jobs.c.fix	2004-08-19 11:08:57.260598495 +0200
+++ bash-2.05b/jobs.c	2004-08-19 11:09:19.545862886 +0200
@@ -203,7 +203,7 @@
 
 /* If this is non-zero, $LINES and $COLUMNS are reset after every process
    exits from get_tty_state(). */
-int check_window_size;
+int check_window_size = 1;
 
 /* Functions local to this file. */