Skip to content
Snippets Groups Projects
Commit 260f10b6 authored by gnachman's avatar gnachman
Browse files

Merge pull request #6 from shabble/project-reorganisation

Project reorganization
parents 76d21a82 e136094d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -28,9 +28,9 @@
*/
 
#import <Cocoa/Cocoa.h>
#import <DVRBuffer.h>
#import <DVRDecoder.h>
#import <DVREncoder.h>
#import "DVRBuffer.h"
#import "DVRDecoder.h"
#import "DVREncoder.h"
 
@interface DVR : NSObject
{
Loading
Loading
File moved
Loading
Loading
@@ -28,7 +28,7 @@
 
 
#import <Cocoa/Cocoa.h>
#import "DVRIndexEntry.h"
#import "DVR/DVRIndexEntry.h"
 
// Sequences in a diff frame begin with one byte indicating the type of content
// that follows. The values come from this enum:
Loading
Loading
File moved
Loading
Loading
@@ -29,7 +29,7 @@
 
 
#import <Cocoa/Cocoa.h>
#import <DVRBuffer.h>
#import "DVR/DVRBuffer.h"
 
@interface DVRDecoder : NSObject
{
Loading
Loading
File moved
Loading
Loading
@@ -28,7 +28,7 @@
 
 
#import <Cocoa/Cocoa.h>
#import <DVRBuffer.h>
#import "DVR/DVRBuffer.h"
 
@interface DVREncoder : NSObject
{
Loading
Loading
File moved
File moved
File moved
File moved
Loading
Loading
@@ -26,15 +26,15 @@
** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
 
#import "GlobalSearch.h"
#import "VT100Screen.h"
#import "PTYTextView.h"
#import "iTerm/PseudoTerminal.h"
#import "iTerm/PTYSession.h"
#import "iTermController.h"
#import "iTermExpose.h"
#import "PTYTextView.h"
#import "iTermSearchField.h"
#import "Expose/GlobalSearch.h"
#import "Session/VT100Screen.h"
#import "Session/PTYTextView.h"
#import "Window/PseudoTerminal.h"
#import "Session/PTYSession.h"
#import "App/iTermController.h"
#import "Expose/iTermExpose.h"
#import "Session/PTYTextView.h"
#import "Search/iTermSearchField.h"
 
const double GLOBAL_SEARCH_MARGIN = 10;
 
Loading
Loading
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment