Apple-II inspired terminal emulator for OS X
Go to file
Kelvin Sherlock 38dad13969 dispatch_io_create() is supposed to be the correct way to read from a stream. However, it doesn't seem to work and I believe it's due to poll() not working with pseudo terminals in OS X.
Leaving the code in just for fun.

Underlying issue - when the pty closes, the block doesn't always get notified so the fd doesn't close until the window closes.
2018-01-27 08:59:40 -05:00
Emulators update vt50x terminals. 2017-02-25 18:29:14 +00:00
English.lproj name edits. 2017-11-30 14:43:04 -05:00
TwoTerm.xcodeproj project update. 2017-11-30 14:42:48 -05:00
Views [NSView setNeedsDisplayInRect:] must be run in the main thread as of 10.13 2017-11-30 14:23:04 -05:00
cpp scroll left / right. 2017-02-18 18:00:18 +00:00
images wip. 2017-11-01 16:23:50 +00:00
originals git-svn-id: svn://qnap.local/TwoTerm/trunk@2009 5590a31f-7b70-45f8-8c82-aa3a8e5f4507 2011-02-03 02:32:17 +00:00
Benaphore.cpp git-svn-id: svn://qnap.local/TwoTerm/trunk@1650 5590a31f-7b70-45f8-8c82-aa3a8e5f4507 2010-07-09 01:18:30 +00:00
Benaphore.h git-svn-id: svn://qnap.local/TwoTerm/trunk@1650 5590a31f-7b70-45f8-8c82-aa3a8e5f4507 2010-07-09 01:18:30 +00:00
CharacterGenerator.h character size from image file. 2011-01-22 18:28:20 +00:00
CharacterGenerator.mm wip. 2017-11-01 16:23:50 +00:00
Defaults.h change settings for visual effects 2011-02-14 16:34:05 +00:00
Defaults.m change settings for visual effects 2011-02-14 16:34:05 +00:00
Info.plist project update 2016-07-05 19:27:11 +00:00
NewTerminalWindowController.h merge updated effects. 2016-09-28 03:13:50 +00:00
NewTerminalWindowController.mm green / blue phosphor. 2017-02-25 18:27:51 +00:00
ScanLineFilter.cikernel updated ScanLine Filter 2011-02-03 02:37:12 +00:00
ScanLineFilter.h updated ScanLine Filter 2011-02-03 02:36:36 +00:00
ScanLineFilter.m updated ScanLine Filter 2011-02-03 02:36:36 +00:00
TermWindowController.h fix the window title. 2016-07-08 00:54:52 +00:00
TermWindowController.mm dispatch_io_create() is supposed to be the correct way to read from a stream. However, it doesn't seem to work and I believe it's due to poll() not working with pseudo terminals in OS X. 2018-01-27 08:59:40 -05:00
TwoTermAppDelegate.h git-svn-id: svn://qnap.local/TwoTerm/trunk@1792 5590a31f-7b70-45f8-8c82-aa3a8e5f4507 2010-10-06 00:39:09 +00:00
TwoTermAppDelegate.mm merge updated effects. 2016-09-28 03:13:50 +00:00
TwoTerm_Prefix.pch 2Term -> TwoTerm, missing pch file. 2017-11-30 14:19:15 -05:00
main.m git-svn-id: svn://qnap.local/TwoTerm/trunk@1649 5590a31f-7b70-45f8-8c82-aa3a8e5f4507 2010-07-08 22:26:58 +00:00