mirror of
https://github.com/MeexReay/poshlostios.git
synced 2025-06-24 02:22:58 +03:00
sssss
This commit is contained in:
parent
3518af8c52
commit
3abb8436b7
@ -16,6 +16,8 @@ async function main(args) {
|
|||||||
while (true) {
|
while (true) {
|
||||||
let event = await pollStdinEvent()
|
let event = await pollStdinEvent()
|
||||||
|
|
||||||
|
console.log(event)
|
||||||
|
|
||||||
if (event.type == "key") {
|
if (event.type == "key") {
|
||||||
if (event.key == "Escape") {
|
if (event.key == "Escape") {
|
||||||
run = false
|
run = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user