#
ca598670 |
| 22-Nov-2010 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
* Removed the shell process ID from ActiveProcessInfo and moved it to new class ShellInfo, which also contains a flag whether the shell is the default shell. * If the Terminal has been started with
* Removed the shell process ID from ActiveProcessInfo and moved it to new class ShellInfo, which also contains a flag whether the shell is the default shell. * If the Terminal has been started with a custom shell, also replace "%p" in the title by its name, when active. * Also show the on-close alert for the custom shell.
Fixes #6844.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39573 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
b27862d2 |
| 16-Nov-2010 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Reverted r39451. Instead introduced new class ActiveProcessInfo and added method GetActiveProcessInfo() to Shell and TermView to get such an info for the current foreground process group leader. Curr
Reverted r39451. Instead introduced new class ActiveProcessInfo and added method GetActiveProcessInfo() to Shell and TermView to get such an info for the current foreground process group leader. Currently the info only contains the ID, name, and current directory of the process.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39455 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|