From 37c970c23c1ad7949858dbb0a8b008cf36d5fdb9 Mon Sep 17 00:00:00 2001 From: "bjorn.winckler" Date: Mon, 27 Aug 2007 14:24:59 +0000 Subject: [PATCH] git-svn-id: http://macvim.googlecode.com/svn/trunk@206 96c4425d-ca35-0410-94e5-3396d5c13a8f --- MMTextView.m | 2 ++ TODO | 1 + 2 files changed, 3 insertions(+) diff --git a/MMTextView.m b/MMTextView.m index 4aae2bfe..2ff09227 100644 --- a/MMTextView.m +++ b/MMTextView.m @@ -169,6 +169,7 @@ static float MMDragAreaSize = 73.0f; return; } + // TODO: Support 'mousehide' (check p_mh) [NSCursor setHiddenUntilMouseMoves:YES]; [[self vimController] sendMessage:InsertTextMsgID @@ -672,6 +673,7 @@ static float MMDragAreaSize = 73.0f; [data appendBytes:&len length:sizeof(int)]; [data appendBytes:bytes length:len]; + // TODO: Support 'mousehide' (check p_mh) [NSCursor setHiddenUntilMouseMoves:YES]; //NSLog(@"%s len=%d bytes=0x%x", _cmd, len, bytes[0]); diff --git a/TODO b/TODO index 244cc849..f8fd9e8c 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,6 @@ Active: +- Add support for 'mousehide' (needs to check p_mh) - Build Vim (make) from Xcode project - Cmd-W in about box sends vimMenuAction: instead of performClose: - Terminal support. :!bash -> no cursor, arrow keys mucks up display -- 2.11.4.GIT