On 12/16/2015 05:14 AM, ben yakawp wrote:
> I try to describe the steps as detailed as possible, please let me know
> what's missing:
> 
> Prerequisites:
> ------------------
> 1.a)  Ubuntu (in my case "Ubuntu 14.04.3 LTS")
> 1.b)  Tmux ( I've tested with with ubuntu included version 1.8, but also
> built the latest release 2.1)
> 1.c)  Fish  ( I've tested with with ubuntu standard version ??, but also
> built, version 2.2.0-459-gf045d9b)
> 1.d)  Bash (tested with standard GNU bash, version 4.3.11(1)-release
> 
> 2.a)  A bash script 'test.sh' with the minimal content of:
> ~~~~~~~~~~~~~~
>   #!/bin/bash
>   #stty echo
>   echo "Your name please"
>   read input
>   echo hello $input
>   echo "Press enter to quit ..."
>   read k 
> ~~~~~~~~~~~~~~~
> 2.b) Save the script under ~/test.sh and make it executable with chmod
> 0755 test.sh
> 
> 3.)  A '~/.tmux.conf' configuration with the minimal content of
> ~~~~~~~~~~
> set -g default-shell /usr/bin/fish
> ~~~~~~~~~~~
> 
> Steps to reproduce:
> --------------------------
> 1.) Open a terminal emulator and call 'tmux'. As soon as tmux opens, you
> can test the script by executing "~/test.sh". If the script works,
> continue with step 2.
> 
> 2.) Write the following command and press enter:
>       tmux split-window "~/test.sh"
> 
> 3.) Try to enter characters and try to press 'Enter'. If nothing
> happens, you have to quit with Ctrl-C
> 
> 
> Thanks for trying this at home ...

I tried to reproduce the bug according to your instructions, and I experienced 
no bug.

My versions:
~> lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.3 LTS
Release: 14.04
Codename: trusty
~> dpkg -l tmux fish bash
||/ Name Version Architecture Description
+++-=================================-=====================-=====================-========================================================================
ii bash 4.3-7ubuntu1.5 amd64 GNU Bourne Again SHell
ii fish 2.2.0-1~trusty amd64 friendly interactive shell
ii tmux 1.8-5 amd64 terminal multiplexer


------------------------------------------------------------------------------
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to