Skip to content

Commit

Permalink
🎨 vim demo
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Oct 12, 2023
1 parent edb0f0b commit f35f2ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions userland/scripts/top.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ async def main(cx: SSHContext):
)
return

await cx.inkey(
"You have to quit vim to proceed. Press a key when you're ready.",
"dots8Bit",
)
await cx.redirect(["/usr/bin/vi", "-R", "/app/xthulu/ssh/server.py"])
await scroll_art(cx, "userland/artwork/login.ans", "amiga")
await cx.inkey("Press any key to continue", "arc")
cx.echo(
Expand Down

0 comments on commit f35f2ca

Please sign in to comment.