Re: Send UTF-8 encoded massage to tmux session with send-keys

2013-05-31 Thread Jacob Bang
*str; > int i, key; > > if (cmd_find_pane(cmdq, args_get(args, 't'), &s, &wp) == NULL) > > > On Fri, May 31, 2013 at 02:26:06PM +0200, Jacob Bang wrote: > >Here is the result. I have produced the result this way: >

Re: Send UTF-8 encoded massage to tmux session with send-keys

2013-05-31 Thread Jacob Bang
> > tmux -vvvLtest new > > And do the send-keys as below, then exit that tmux and send me the *.log > files from the current directory. > > > On Wed, Apr 24, 2013 at 03:18:55PM +0200, Jacob Bang wrote: > >If I start a tmux session and stat running an instance of

Re: Send UTF-8 encoded massage to tmux session with send-keys

2013-04-24 Thread Jacob Bang
las Marriott < nicholas.marri...@gmail.com> wrote: > What exactly do you get received? You should get the same bytes you put > in. > > > On Wed, Apr 24, 2013 at 12:29:08AM +0200, Jacob Bang wrote: > >Hi everybody > > > >I have some problems and I hope

Send UTF-8 encoded massage to tmux session with send-keys

2013-04-23 Thread Jacob Bang
-g utf8 on set -g status-utf8 on My problem is the revived message is not UTF-8 encoded (looks likes it is split in 8-bit chars). Any good tips how I can get this working? P.S. Im running tmux 1.8 on Arch Linux. I have also tried the lasted GIT version without any luck. Jacob Bang / j