mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2024-10-15 23:23:38 +00:00
4c09c17029
git-svn-id: svn://qnap.local/TwoTerm/trunk@2025 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
29 lines
482 B
Objective-C
29 lines
482 B
Objective-C
//
|
|
// Defaults.h
|
|
// 2Term
|
|
//
|
|
// Created by Kelvin Sherlock on 10/5/2010.
|
|
// Copyright (c) 2010 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern NSString *kNotificationNewTerminal;
|
|
|
|
extern NSString *kForegroundColor;
|
|
extern NSString *kBackgroundColor;
|
|
extern NSString *kScanLines;
|
|
extern NSString *kClass;
|
|
|
|
extern NSString *kContentFilters;
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |