On Mon, Dec 14, 2015 at 2:53 AM ben yakawp <ben.li...@yakawp.com> wrote:

> - if I put 'stty echo' at the first line Carriage Return is echoed as
> '^M' but still not processed
>
> It works with all other default shells except fish, so I thought the
> cause of the problem might be the fish shell.
>
> Specs:
> Tmux 2.1
> "Ubuntu 14.04.3 LTS"
> fish, version 2.2.0-455-gb4b5c21
>
> Maybe somebody has idea how to track down or solve this error.
>

Fish discards any changes to the tty mode made by commands. This is done on
purpose, to keep users from availing themselves of flow control.

it's a pretty simple fix. Pull request is here:
https://github.com/fish-shell/fish-shell/pull/2317
------------------------------------------------------------------------------
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to