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: docs/documentation/tips_and_tricks/9.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ The result will be:
79
79

80
80
81
81
## Remarks
82
-
*[xtd::console::background_color](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html#a16386e533bc0bbb8cc4dfb4b079c828a) and [xtd::console::foreground_color](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html#abd246067ff6963a6118830762ba9b6d1) can be used with [xtd::console](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html), [xtd::println](https://gammasoft71.github.io/xtd/reference_guides/latest/namespacextd.html#a28cc6e13c0ba3a33707d84f6a4d60deb) and [std::println](https://www.en.cppreference.com/w/cpp/io/println.html).
82
+
*[xtd::console::background_color](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html#a16386e533bc0bbb8cc4dfb4b079c828a) and [xtd::console::foreground_color](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html#abd246067ff6963a6118830762ba9b6d1) can be used with [xtd::console](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html), [xtd::println](https://gammasoft71.github.io/xtd/reference_guides/latest/namespacextd.html#a28cc6e13c0ba3a33707d84f6a4d60deb) and [std::println](https://en.cppreference.com/w/cpp/io/println.html).
83
83
*[xtd::background_color](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html#a16386e533bc0bbb8cc4dfb4b079c828a) and [xtd::foreground_color](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html#abd246067ff6963a6118830762ba9b6d1) can be used with [xtd::console::out](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html#a923837ac84baf01726703e0474ca4888) and [std::cout](https://en.cppreference.com/w/cpp/io/cout.html).
84
84
* xtd helps you manipulate console input and output as text color and background color.
85
85
*[xtd::console](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html) has more features than those presented here, see [console](/docs/documentation/guides/xtd.core/console_class) for more information.
0 commit comments