Discussion:
[tmux:tickets] #179 Command length limited not documented
Ole Tange
2015-02-14 23:24:07 UTC
Permalink
---

** [tickets:#179] Command length limited not documented**

**Status:** open
**Created:** Sat Feb 14, 2015 11:24 PM UTC by Ole Tange
**Last Updated:** Sat Feb 14, 2015 11:24 PM UTC
**Owner:** nobody

There is a limit on the length on the command. This limit should either be removed (preferred) or documented in the man page:

$ tmux1.8 new-session -d echo' '"`yes | head -c 2028`"
# OK
$ tmux1.8 new-session -d echo' '"`yes | head -c 2029`"
command too long
$ tmux1.9 new-session -d echo' '"`yes | head -c 16344`"
# OK
$ tmux1.9 new-session -d echo' '"`yes | head -c 16345`"
failed to send command




---

Sent from sourceforge.net because tmux-***@lists.sourceforge.net is subscribed to https://sourceforge.net/p/tmux/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/tmux/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
Loading...