@@ -21,12 +21,12 @@ front-ends for this engine for iOS using UIKit, and macOS using AppKit. A curs
2121terminal emulator (to emulate an xterm inside a console application) is available as
2222part of the [ TermKit] ( https://github.com/migueldeicaza/TermKit ) library.
2323
24- ** Sample Code ** There are a couple of minimal sample apps for Mac and iOS showing how to
25- use the library inside the ` TerminalApp ` directory.
24+ Community
25+ =========
2626
27- * The sample Mac app has much of the functionality of MacOS' Terminal.app, but without the configuration UI.
28- * The sample iOS application uses an SSH library to connect to a remote system (as there is no native shell
29- on iOS to run) and includes a login UI to configure the connection.
27+ * [ Discord ] ( https://discord.gg/rgN3yzHg8G ) server
28+ * [ GitHub Discussions ] ( https://github.com/migueldeicaza/SwiftTerm/discussions )
29+ * [ GitHub Issues ] ( https://github.com/migueldeicaza/SwiftTerm/issues )
3030
3131## Companion Apps
3232
@@ -41,6 +41,13 @@ It is a proof of concept for what you would need to do.
4141[ Pane] ( https://github.com/migueldeicaza/pane ) is a terminal
4242multiplexor, similar to tmux.
4343
44+ ** Sample Code** There are a couple of minimal sample apps for Mac and iOS showing how to
45+ use the library inside the ` TerminalApp ` directory.
46+
47+ * The sample Mac app has much of the functionality of MacOS' Terminal.app, but without the configuration UI.
48+ * The sample iOS application uses an SSH library to connect to a remote system (as there is no native shell
49+ on iOS to run) and includes a login UI to configure the connection.
50+
4451## History
4552
4653This is a port of my original
0 commit comments