You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation.docc/Documentation.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -43,18 +43,18 @@ add the library to your project by using the url for this project or a
43
43
fork of it.
44
44
45
45
## MacOS NSView
46
-
The macOS AppKit NSView implementation [`TerminalView`](https://migueldeicaza.github.io/SwiftTerm/Classes/TerminalView.html) is a reusable
46
+
The macOS AppKit NSView implementation [`TerminalView`](https://migueldeicaza.github.io/SwiftTermDocs/documentation/swiftterm/terminalview) is a reusable
47
47
NSView control that can be connected to any source by implementing the
builds an actual iOS app that uses this library and is more complete than the
29
+
testing apps in this module and provides a proper configuration UI.
30
30
31
31
32
-
This is a port of my original [XtermSharp](https://github.com/migueldeicaza/XtermSharp), which was
33
-
itself based on [xterm.js](https://xtermjs.org). At this point, I consider SwiftTerm
34
-
to be a more advanced terminal emulator than both of those (modulo Selection/Accessibility) as
35
-
it handles UTF, Unicode and grapheme clusters better than those and has a more complete coverage of
36
-
terminal emulation. XtermSharp is generally attempting to keep up.
32
+
This is a port of my original
33
+
[XtermSharp](https://github.com/migueldeicaza/XtermSharp), which was itself
34
+
based on [xterm.js](https://xtermjs.org). At this point, I consider SwiftTerm
35
+
to be a more advanced terminal emulator than both of those (modulo
36
+
Selection/Accessibility) as it handles UTF, Unicode and grapheme clusters better
37
+
than those and has a more complete coverage of terminal emulation. XtermSharp
38
+
is generally attempting to keep up.
37
39
38
40
Features
39
41
========
@@ -71,18 +73,18 @@ add the library to your project by using the url for this project or a
71
73
fork of it.
72
74
73
75
## MacOS NSView
74
-
The macOS AppKit NSView implementation [`TerminalView`](https://migueldeicaza.github.io/SwiftTerm/Classes/TerminalView.html) is a reusable
76
+
The macOS AppKit NSView implementation [`TerminalView`](https://migueldeicaza.github.io/SwiftTermDocs/documentation/swiftterm/terminalview) is a reusable
75
77
NSView control that can be connected to any source by implementing the
0 commit comments