Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Terminal
Diff: testconsole.cpp
- Revision:
- 1:c6deb449c132
- Parent:
- 0:907d2d5e77f7
- Child:
- 2:399e080c4909
diff -r 907d2d5e77f7 -r c6deb449c132 testconsole.cpp --- a/testconsole.cpp Fri May 01 03:56:34 2015 +0000 +++ b/testconsole.cpp Fri May 01 04:24:48 2015 +0000 @@ -6,9 +6,10 @@ current_page(0) { - term.printf("TestConsole::TestConsole('%')\n",Name); + // term.printf("TestConsole::TestConsole('%')\n",Name); + term.HideCursor(); page_change(current_page); - page[current_page].display(); + } Page& TestConsole::add_page(Page const &page_p){