Skip to content

Commit c2fdbc3

Browse files
danthe1stlaeubi
authored andcommitted
fix wrong bracket in terminal console support N&N
1 parent 188a3d8 commit c2fdbc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

news/4.37/platform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ well as these applications require a so called [pseudo terminal](https://en.wiki
4141
together with a [terminal emulator](https://en.wikipedia.org/wiki/Terminal_emulator) to behave as if it was
4242
executed on native command prompt.
4343

44-
While the [VT100 terminal emulator}(https://en.wikipedia.org/wiki/VT100) was already added the in the last release,
44+
While the [VT100 terminal emulator](https://en.wikipedia.org/wiki/VT100) was already added the in the last release,
4545
there was still the need to start the application in a terminal session what is now available when launching a run from
4646
inside Eclipse as well!
4747

@@ -61,4 +61,4 @@ then use this [example project](images/test.terminal.zip):
6161
- go to the launch configuration and then open the tab 'common' and choose 'Allocate Terminal'
6262
- run it again and you will get colors and autocompletion using `<tab>`
6363

64-
![Preference page for enabling terminal console](images/terminal_console.png)
64+
![Preference page for enabling terminal console](images/terminal_console.png)

0 commit comments

Comments
 (0)