jasonbio / reddit-shell

web based linux shell emulator that allows you to browse reddit via command line
https://redditshell.com/
GNU General Public License v3.0
432 stars 38 forks source link

Execute commands synchronously. #2

Closed Stebalien closed 8 years ago

Stebalien commented 8 years ago

Finish executing the current command before displaying the next prompt. Otherwise, it looks like the command did nothing.

jasonbio commented 8 years ago

fixed with https://github.com/jasonbio/reddit-shell/commit/b016a6bb0c387e048a2641eebc9e538e8139308c

Stebalien commented 8 years ago

thanks