haneefmubarak / Aixen

A partially distributed online multiplayer service
MIT License
13 stars 0 forks source link

CLI infinite jumping #13

Open haneefmubarak opened 10 years ago

haneefmubarak commented 10 years ago

When stdin hits an EOF, the CLI starts spazzing.

Reproduce this bug:

  1. run:

    $ ./aixen master
  2. press [CTRL] + [D]
  3. watch the display spazz out.
haneefmubarak commented 10 years ago

@Jan4V the CLI is your responsibility, so I'm assigning this bug to you.