Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Tmux - pane current command - help ! Post 303016529 by radha254 on Saturday 28th of April 2018 12:34:57 PM
Old 04-28-2018
Tmux - pane current command - help !

Hello Experts !

i have started using tmux recent past . So far so good .

while exploring the option , i found an option as

I log into terminal where i enabled the tmux , and then i log onto a taxi server and then to my application server. My expectation is when i going aound the paths on my app server , i want the pane window to show that path .

can some one help me ? if any other command you as well would be great.

wanted to let you know -

i have tried modifying .bashrc as well . It is working fine , if i am using putty , but not while on tmux.

I am using tmux on windows machine i.e., mintty ( not on ubuntu , mac x )


Code:
#Enable names for panes
set -g pane-border-status top   --> I see this as working with no issue.
#Automatically assign a name
set -g pane-border-format "#P: #{pane_current_command}"  --> This is command is not per my expectation


Thanks in advance.

Last edited by radha254; 04-28-2018 at 01:49 PM..
 

3 More Discussions You Might Find Interesting

1. OS X (Apple)

Find file associated with GUI preference pane

The flat files associated with the GUI are very useful in scripting, like the DNS section of the network pref pane seems to be a front end for resolv.conf.. but sometimes I cannot seem to find the file associated with the GUI area so i was wondering what is an easy way to do this? I was... (1 Reply)
Discussion started by: glev2005
1 Replies

2. UNIX for Beginners Questions & Answers

Installing tmux on RHEL 6.5

Hi, I am trying to install tmux on vm allocated to me in my company . i am very new to linux. I have the root access on it. Can someone please provide the exact steps to get it installed. I tried: 1. Using yum, i get the below message. # yum install tmux Loaded plugins: security... (6 Replies)
Discussion started by: kunwar
6 Replies

3. AIX

Tmux on AIX

Hi, I'm going to build tmux from source on AIX 7.1. Reasons: Terminal multiplexers are a must :) tmux is to GNU screen (part of Toolbox) what vim is to the default AIX vi. The later versions of tmux are considerably nicer than older versions. Also, looks like IBM compiled screen without 256... (4 Replies)
Discussion started by: topcat
4 Replies
XmCreatePulldownMenu(library call)										XmCreatePulldownMenu(library call)

NAME
XmCreatePulldownMenu -- A RowColumn widget convenience creation function SYNOPSIS
#include <Xm/RowColumn.h> Widget XmCreatePulldownMenu( Widget parent, String name, ArgList arglist, Cardinal argcount); DESCRIPTION
XmCreatePulldownMenu creates an instance of a RowColumn widget of type XmMENU_PULLDOWN and returns the associated widget ID. parent Specifies the parent widget ID name Specifies the name of the created widget arglist Specifies the argument list argcount Specifies the number of attribute/value pairs in the argument list (arglist) Specifies the number of attribute/value pairs in the argument list (arglist). When this function is used to create the Pulldown menu pane, a MenuShell widget is automatically created as the parent of the menu pane. If the widget specified by the parent parameter is a Popup or a Pulldown menu pane, the MenuShell widget is created as a child of the parent MenuShell; otherwise, it is created as a child of the speci- fied parent widget. XmCreatePulldownMenu is provided as a convenience function for creating RowColumn widgets configured to operate as Pulldown menu panes and is not implemented as a separate widget class. A Pulldown menu pane displays a 3-D shadow, unless the feature is disabled by the application. The shadow appears around the edge of the menu pane. A Pulldown menu pane is used with submenus that are to be attached to a CascadeButton or a CascadeButtonGadget. This is the case for all menu panes that are part of a PulldownMenu system (a MenuBar), the menu pane associated with an OptionMenu, and any menu panes that cascade from a Popup menu pane. Pulldown menu panes that are to be associated with an OptionMenu must be created before the OptionMenu is created. The Pulldown menu pane must be attached to a CascadeButton or CascadeButtonGadget that resides in a MenuBar, a Popup menu pane, a Pulldown menu pane, or an OptionMenu. It is attached with the button resource XmNsubMenuId. A MenuShell widget is required between the Pulldown menu pane and its parent. If the application uses this convenience function for creat- ing a Pulldown menu pane, the MenuShell is automatically created as the real parent of the menu pane; otherwise, it is the application's responsibility to create the MenuShell widget. To function correctly when incorporated into a menu, the Pulldown menu pane's hierarchy must be considered. This hierarchy depends on the type of menu system that is being built, as follows: o If the Pulldown menu pane is to be pulled down from a MenuBar, its parent must be the MenuBar. o If the Pulldown menu pane is to be pulled down from a Popup or another Pulldown menu pane, its parent must be that Popup or Pulldown menu pane. o If the Pulldown menu pane is to be pulled down from an OptionMenu, its parent must be the same as the OptionMenu parent. PullDown menu panes support tear-off capabilities for tear-off menus through XmRowColumn resources. For a complete definition of RowColumn and its associated resources, see XmRowColumn(3). RETURN
Returns the RowColumn widget ID. RELATED
XmCascadeButton(3), XmCascadeButtonGadget(3), XmCreateOptionMenu(3), XmCreatePopupMenu(3), XmCreateSimplePulldownMenu(3), XmMenuShell(3), XmRowColumn(3), and XmVaCreateSimplePulldownMenu(3). XmCreatePulldownMenu(library call)
All times are GMT -4. The time now is 03:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy