.
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=142
This commit is contained in:
parent
316940b07c
commit
65148a6adf
@ -73,15 +73,6 @@
|
|||||||
|
|
||||||
/* The pipeline currently being built. */
|
/* The pipeline currently being built. */
|
||||||
PROCESS *the_pipeline = (PROCESS *)NULL;
|
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
|
||||||
+++ jobs.h 2006-03-27 12:15:25.000000000 +0000
|
+++ jobs.h 2006-03-27 12:15:25.000000000 +0000
|
||||||
@@ -165,7 +165,7 @@ extern pid_t fork (), getpid (), getpgrp
|
@@ -165,7 +165,7 @@ extern pid_t fork (), getpid (), getpgrp
|
||||||
|
@ -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
|
Tue Jan 8 14:57:17 UTC 2013 - werner@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user