moe-serifu-circle / moe-serifu-agent

Anime-themed personal assistant and goal-oriented intelligent agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal prompt character repeated

corollari opened this issue · comments

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):

  • OS: Linux
  • Browser: Not applicable
  • Version: Kernel 4.19.10

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.

I've tested and replicated the issue on:

  • Fedora 27 / bash
  • Fedora 28 / bash
  • Ubuntu 16.04 / bash

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

Wonderful thank you for the additional testing!