[haiku-bugs] [Haiku] #6712: Make new windows/tabs open at the path of the active tab

  • From: "andreasf" <trac@xxxxxxxxxxxx>
  • Date: Sun, 10 Oct 2010 10:41:55 -0000

#6712: Make new windows/tabs open at the path of the active tab
-------------------------------------+--------------------------------------
   Reporter:  andreasf               |        Owner:  jackburton    
       Type:  enhancement            |       Status:  new           
   Priority:  normal                 |    Milestone:  R1            
  Component:  Applications/Terminal  |      Version:  R1/Development
   Keywords:                         |   Blocked By:                
Has a Patch:  0                      |     Platform:  All           
   Blocking:                         |  
-------------------------------------+--------------------------------------
 It would be nice if Terminal would spawn new shells in such a way that
 they do not open with the default home folder {{{~>}}} but with the
 current directory of the active shell.

 That would match Mac OS X and GNOME behavior.

 == Currently: ==

 Shell 1:
 {{{

 Welcome to the Haiku shell.

 ~> cd /Source/haiku
 /Source/haiku>
 }}}

 Alt+t

 Shell 2:
 {{{

 Welcome to the Haiku shell.

 ~> cd /Source/haiku/generated-gcc4
 /Source/haiku/generated-gcc4>
 }}}

 == Requested: ==

 Shell 1:
 {{{

 Welcome to the Haiku shell.

 ~> cd /Source/haiku
 /Source/haiku>
 }}}

 Alt+t

 Shell 2:
 {{{

 Welcome to the Haiku shell.

 /Source/haiku> cd generated-gcc4
 /Source/haiku/generated-gcc4>
 }}}

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/6712>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: