Moved Andrew's Terminal files into a subfolder - maybe this should be moved

to his developer branch. Maybe he wants to integrate the changes, too, whatever
he has done.
Removed unused files (muterm-2.3.zip, Jamfile - both still in history).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13732 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-07-18 07:27:01 +00:00
parent 1771f7ae79
commit e2ee42c5bd
15 changed files with 3 additions and 5 deletions

View File

@ -1,3 +0,0 @@
SubDir OBOS_TOP src apps terminal ;
SubInclude OBOS_TOP src apps terminal MYOB ;

View File

@ -23,7 +23,7 @@ App Terminal :
UTF8WidthTbl.c
VTKeyTbl.c
VTPrsTbl.c
: be tracker textencoding game
: libopenbeos.so libtracker.so libtextencoding.so #libgame.so
: Terminal.rdef Terminal.icons.rdef Terminal.version.rdef
;

View File

@ -620,7 +620,8 @@ TermWindow::TermWinActivate (void)
if (focus_follows_mouse()) {
BPoint aMouseLoc = this->Frame().LeftTop();
set_mouse_position(int32(aMouseLoc.x + 16), int32(aMouseLoc.y + 2));
// ToDo: deactivated for now
//set_mouse_position(int32(aMouseLoc.x + 16), int32(aMouseLoc.y + 2));
be_app->SetCursor(B_HAND_CURSOR);
}
}

Binary file not shown.