about summary refs log tree commit diff
path: root/Src/jobs.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-12-18 10:42:36 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-12-18 10:42:36 +0000
commit1ee6295909c893c55693232a12f10cd8625a7260 (patch)
tree362a318d0d61d8922d6076bcc440f762a94e4d54 /Src/jobs.c
parentac33044bd2a99a0dd70784e98d89992737f44e98 (diff)
downloadzsh-1ee6295909c893c55693232a12f10cd8625a7260.tar.gz
zsh-1ee6295909c893c55693232a12f10cd8625a7260.tar.xz
zsh-1ee6295909c893c55693232a12f10cd8625a7260.zip
24279: allow terminal changes after zle -I to be acquired by main shell
Diffstat (limited to 'Src/jobs.c')
-rw-r--r--Src/jobs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/jobs.c b/Src/jobs.c
index 95acf8eb1..9bdc602de 100644
--- a/Src/jobs.c
+++ b/Src/jobs.c
@@ -93,7 +93,7 @@ static struct tms shtms;
 /* 1 if ttyctl -f has been executed */
  
 /**/
-int ttyfrozen;
+mod_export int ttyfrozen;
 
 /* Previous values of errflag and breaks if the signal handler had to
  * change them. And a flag saying if it did that. */