#
47a21c5c |
| 30-Aug-2019 |
Augustin Cavalier <waddlesplash@gmail.com> |
s/Haiku License/MIT License/g.
They are the same thing.
|
#
42244cf3 |
| 14-Jul-2005 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
* Changed MiniTerminal command line arguments. Location and size are now specified via options -l and -s. An arbitrary program can be run in the terminal instead of a shell. * Console::fState was
* Changed MiniTerminal command line arguments. Location and size are now specified via options -l and -s. An arbitrary program can be run in the terminal instead of a shell. * Console::fState was never initialized which could cause the terminal to not print anything. * stdin, -out, and -err were set in MiniView::Start() and in MiniView::ExecuteShell(). Thus resetting them in the latter method after executing the shell had no effect. Removed it in the former method and now reset them after loading, but before resuming the shell.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13676 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
07339e70 |
| 08-Jun-2005 |
Axel Dörfler <axeld@pinc-software.de> |
Ctrl-C now also works in the MiniTerminal.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13016 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
52e1c3c0 |
| 09-Apr-2005 |
Michael Lotz <mmlr@mlotz.ch> |
MiniTerminal now sets the correct window size and updates it when resized.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12278 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
ee897a16 |
| 28-Mar-2005 |
Michael Lotz <mmlr@mlotz.ch> |
Theoretically it should now be possible to open a MiniTerminal with coordinates specified as arguments, but this somehow (and why ever) does hinder /bin/sh from execution (under R5 at least). If some
Theoretically it should now be possible to open a MiniTerminal with coordinates specified as arguments, but this somehow (and why ever) does hinder /bin/sh from execution (under R5 at least). If someone could point me to the problem I'd be greatful.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12105 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
11356b94 |
| 27-Mar-2005 |
Michael Lotz <mmlr@mlotz.ch> |
Fix Setenv to properly export TERM that commands like clear work too. We use Setenv instead of the native setenv to stay binary compatible with BeOS, as R5 does not have setenv.
git-svn-id: file://
Fix Setenv to properly export TERM that commands like clear work too. We use Setenv instead of the native setenv to stay binary compatible with BeOS, as R5 does not have setenv.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12079 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
fa784894 |
| 27-Mar-2005 |
Michael Lotz <mmlr@mlotz.ch> |
Added a BMessageFilter to catch the B_TAB key (for tab completion). This doesn't work under Haiku yet though. Also made the thread functions into members of MiniView so that we can have correct priva
Added a BMessageFilter to catch the B_TAB key (for tab completion). This doesn't work under Haiku yet though. Also made the thread functions into members of MiniView so that we can have correct private members.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12078 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
160bd2ff |
| 27-Mar-2005 |
Michael Lotz <mmlr@mlotz.ch> |
This is a minimalistic version of a terminal. It can be run under R5 and Haiku (binary compatible) and should work with the Haiku app_server and input_server. It gives access to a /bin/sh like a norm
This is a minimalistic version of a terminal. It can be run under R5 and Haiku (binary compatible) and should work with the Haiku app_server and input_server. It gives access to a /bin/sh like a normal terminal, but has no fancy features like different text encoding support and it cannot even redraw itself when something else overdraws it. But it's pretty impressiv that it works so well under Haiku.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12068 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|