public
Description: A handy OS X menu icon application for launching commands in Terminal.app and iTerm.
Homepage: http://mbcharbonneau.github.com/terminalicious
Clone URL: git://github.com/mbcharbonneau/terminalicious.git
terminalicious / DSHCustomSelectionColorTextView.h
100755 13 lines (10 sloc) 0.265 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// DSHCustomSelectionColorTextView.h
// Terminalicious
//
// Created by Marc Charbonneau on 7/20/05.
// Copyright 2005 Downtown Software House. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
 
@interface DSHCustomSelectionColorTextView : NSTextView {}
 
@end