2022-04-03 10:16:20 +02:00
|
|
|
/**
|
|
|
|
* @brief Instantiating class for demo application. `main()` is supplied by the
|
|
|
|
* `ncurses` library.
|
|
|
|
* @author Christian Burger (christian@krikkel.de)
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "NCursesPtyApp.hpp"
|
|
|
|
|
2022-04-05 10:28:10 +02:00
|
|
|
krikkel::NCursesPtyWindow::NCursesPtyApp cursesPtyApp;
|