moe-serifu-circle / moe-serifu-agent

Anime-themed personal assistant and goal-oriented intelligent agent
GNU Lesser General Public License v3.0
42 stars 7 forks source link

Terminal prompt character repeated #141

Open corollari opened 5 years ago

corollari commented 5 years ago

Describe the bug The terminal prompt string (>>) is repeated several times after sending empty commands rapidly.

To Reproduce Steps to reproduce the behavior:

  1. Start a new session on a clean install of version 0.1
  2. Send several empty commands in succession rapidly
  3. See >> repeated

Expected behavior >> should only appear once every time the user is prompted for input.

Screenshots screenshot from 2019-01-05 20-24-35

Desktop (please complete the following information):

jghibiki commented 5 years ago

What terminal program were you using? e.g. xterm, urxvt. Try:

echo $SHELL $TERM

to get your shell and terminal.

Additionally what flavor of linux are you using? e.g. debian, ubuntu, arch linux.

corollari commented 5 years ago

I've tested and replicated the issue on:

Sorry for taking so long to answer, I wanted to test it in several different systems before posting.

jghibiki commented 5 years ago

Wonderful thank you for the additional testing!