Skip to content

Commit 0018144

Browse files
CheerpX FullOS tutorial: Direct people also to setCustomConsole (#273)
Co-authored-by: Alessandro Pignotti <alessandro@leaningtech.com>
1 parent a4db25e commit 0018144

File tree

1 file changed

+2
-1
lines changed
  • sites/cheerpx/src/content/docs/13-tutorials

1 file changed

+2
-1
lines changed

sites/cheerpx/src/content/docs/13-tutorials/full_os.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ And configure CheerpX to use it by adding this snippet at the end of the script.
156156
cx.setConsole(document.getElementById("console"));
157157
```
158158

159-
Learn more about the console setup in the [setConsole] reference.
159+
Learn more about the console setup in the [setConsole] reference. To set up a fully functional interactive terminal, take a look at the [setCustomConsole] reference instead.
160160

161161
## 7. Execute a shell
162162

@@ -183,5 +183,6 @@ Learn more about `cx.run` in the [CheerpX.Linux.run] reference.
183183
[Files and filesystem]: /docs/guides/File-System-support
184184
[CheerpX.Linux.create]: /docs/reference/CheerpX.Linux/create
185185
[setConsole]: /docs/reference/CheerpX.Linux/setConsole
186+
[setCustomConsole]: /docs/reference/CheerpX.Linux/setCustomConsole
186187
[CheerpX.Linux.run]: /docs/reference/CheerpX.Linux/run
187188
[custom-disk-images]: /docs/guides/custom-images

0 commit comments

Comments
 (0)