Show login info inside tmux

2014-03-22 Thread James Tocknell
Hi As per https://unix.stackexchange.com/questions/119085/pass-login-messages-to-tmux, I'm trying to get the login text printed inside a tmux session. new-session -F "`cat fifo_file`" is almost what I want, but I want to show the login text when I attach to a session also. James -- Don't send

[tmux:tickets] #115 pane_current_path doesn't work

2014-03-22 Thread starryin
--- ** [tickets:#115] pane_current_path doesn't work** **Status:** open **Created:** Sat Mar 22, 2014 10:10 AM UTC by starryin **Last Updated:** Sat Mar 22, 2014 10:10 AM UTC **Owner:** nobody I am running tmux 1.9a on ubuntu 13.10 i get following config file neww -n nginx -c "/var/log/ngin

[tmux:tickets] #112 Infinite scrollback for tmux?

2014-03-22 Thread john chee
--- ** [tickets:#112] Infinite scrollback for tmux?** **Status:** open **Labels:** scrollback **Created:** Tue Mar 11, 2014 12:10 AM UTC by john chee **Last Updated:** Tue Mar 11, 2014 12:10 AM UTC **Owner:** nobody Gnome terminal has infinite scrollback, it'd be nice if tmux would have it t

[PATCH] osdep_get_cwd: linux: recurse parents until one yields

2014-03-22 Thread solo-tmux
From: "Chris West (Faux)" This helps when a command is running as a different user, it is common to be able to see its parents, but not its cwd. It may make sense, in this situation, to present the parent's path. e.g. if a user runs a set of commands like: $ cd /foo/bar $ sudo hang-for-a-bit

[tmux:tickets] #113 tmux: environ_free(): tmux killed by SIGABRT

2014-03-22 Thread Filipe Rosset
--- ** [tickets:#113] tmux: environ_free(): tmux killed by SIGABRT** **Status:** open **Created:** Wed Mar 12, 2014 03:13 PM UTC by Filipe Rosset **Last Updated:** Wed Mar 12, 2014 03:13 PM UTC **Owner:** nobody Fedora bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1075315 Traces:

[tmux:tickets] #114 #{pane_current_path} sometimes contains a wrong path

2014-03-22 Thread Raybuntu
--- ** [tickets:#114] #{pane_current_path} sometimes contains a wrong path** **Status:** open **Created:** Fri Mar 21, 2014 07:55 AM UTC by Raybuntu **Last Updated:** Fri Mar 21, 2014 07:55 AM UTC **Owner:** nobody Hi, I've set this in my .tmux.conf: bind-key '"' split-window -c "#{pane_curr

Re: [PATCH] osdep_get_cwd: linux: recurse parents until one yields

2014-03-22 Thread Balazs Kezes
On 2014-03-21 23:57 +, solo-t...@goeswhere.com wrote: > This helps when a command is running as a different user, it is common > to be able to see its parents, but not its cwd. I haven't tried but I think this will work for the sudo case but not for others when the parent exits. Try creating a

Re: [tmux:tickets] #114 #{pane_current_path} sometimes contains a wrong path

2014-03-22 Thread Balazs Kezes
> If I do: man tmux then split the screen. The directory will be > /usr/share/man. This is currently working as intended. The command man actually changes directory to /usr/share/man for some reason and because it is the foreground process leader, tmux uses that as the initial directory for the ne

Re: [tmux:tickets] #115 pane_current_path doesn't work

2014-03-22 Thread Balazs Kezes
On 2014-03-22 10:10 +, starryin wrote: > i get following config file > neww -n nginx -c "/var/log/nginx/" > select-pane -t 1 > split-window -h -c "#{pane_current_path}" > send-keys "tail -f access.log" C-m > after :source-file this file, the pane 1 will enter into the log > directory, but pan