public
Description: A SIMBL plugin for Terminal.app which enable us to copy on selection.
Homepage: http://blog.s21g.com/articles/1075
Clone URL: git://github.com/genki/terminalcopyonselect.git
terminalcopyonselect / TerminalCopyOnSelect_Prefix.pch
100644 8 lines (6 sloc) 0.172 kb
1
2
3
4
5
6
7
8
//
// Prefix header for all source files of the 'TerminalCopyOnSelect' target in the 'TerminalCopyOnSelect' project.
//
 
#ifdef __OBJC__
    #import <Cocoa/Cocoa.h>
#endif