mirror of https://github.com/SeanOMik/swm.git
Change exit message
This commit is contained in:
parent
d40779510d
commit
b9a96dfd43
|
@ -32,8 +32,8 @@ int main() {
|
||||||
xcb_map_window(connection, window);
|
xcb_map_window(connection, window);
|
||||||
xcb_flush(connection);
|
xcb_flush(connection);
|
||||||
|
|
||||||
std::cout << "Press any key to resume";
|
std::cout << "Press enter to resume ";
|
||||||
int x = std::cin.get();
|
std::cin.get();
|
||||||
|
|
||||||
xcb_disconnect(connection);
|
xcb_disconnect(connection);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue