---
** [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-users@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.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users