I have written a java applet to interact with bash in the background to let the applet user interact just like they were using bash itself.
But when the initial output from bash comes to my applet, it says "bash: no job control in this shell". Which initially I didn't think really mattered, but I just found out that man/less/more do not work after displaying their initial screen. Commands like "q" are not processed like they should so you are stuck inside of man/less/more. So I am wondering if it is because I do not have any job control in my shell. So, I am trying to find out why my bash has no job control and how I can address that to see if that is why man/less/more do not work. Appreciate any insights as to why bash is deciding it has no job control or how I might find out why it is saying that .. -- View this message in context: http://www.nabble.com/bash%3A-no-job-control-in-this-shell-tf3995540.html#a11347044 Sent from the Gnu - Bash mailing list archive at Nabble.com. _______________________________________________ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash