Dr. Werner Fink 2013-01-08 17:44:55 +00:00 committed by Git OBS Bridge
parent a1ac342b1f
commit 94748ed57a
2 changed files with 6 additions and 9 deletions

View File

@ -73,15 +73,6 @@
/* The pipeline currently being built. */
PROCESS *the_pipeline = (PROCESS *)NULL;
@@ -215,7 +215,7 @@ int already_making_children = 0;
/* 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. */
--- jobs.h
+++ jobs.h 2006-03-27 12:15:25.000000000 +0000
@@ -165,7 +165,7 @@ extern pid_t fork (), getpid (), getpgrp

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 8 17:43:01 UTC 2013 - werner@suse.de
- Do not trigger the export of COLUMNS or LINES due enforced
checkwinsize (bnc#793536)
-------------------------------------------------------------------
Tue Jan 8 14:57:17 UTC 2013 - werner@suse.de