Sophie

Sophie

distrib > Mageia > 8 > aarch64 > by-pkgid > 17ef555ce0af7d0ea7d744d58c3e420e > files > 4

bash-5.1-4.1.mga8.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. */