Skip to content

Tags: migueldeicaza/SwiftTerm

Tags

1.2.5

Toggle 1.2.5's commit message
Bump

1.2.4

Toggle 1.2.4's commit message
open the class

1.2.3

Toggle 1.2.3's commit message
Make the LocalProcessTerminalView methods that implement LocalProcess…

…Delegate open, so users can override these methods

1.2.2

Toggle 1.2.2's commit message
Fixes a deadlock produced by the DispatchIO convenience functions.

#294

It seems like the problem is the use of the convenience DispatchQueue
read/write APIs that use a file descriptor as a parameter.  They would
stop delivering data even if data was avaialble, blocking the child
process.

I created a dedicated channel for reading and it works fine now (might
consider doing this for writing to).

Additionally, there is a new dispatchQueue introduced, this is not
necessary to fix this particular bug, but while I was testing, I
noticed a nicer scrolling behavior with a lot of output if I received
the data on a queue, and then dispatched the results to the main queue
than if I processed this directly in the main queue, which had a
visual behavior of "waves".

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #289 from migueldeicaza/cursorRenderContentsOnLayer

The caret will now render the character underneath it.

1.2.0

Toggle 1.2.0's commit message
Fix refactoring typo

1.0.5

Toggle 1.0.5's commit message
Report Sixel through the proper channels

1.0.4

Toggle 1.0.4's commit message
Provide a way of setting COLORTERM=truecolor