Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 1edfa2411207faf091fbc7014c710876 > files > 4

bash-4.3-48.2.mga5.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. */