text is not appearing at cursor in bash, can I reset it somehow?

Posted by jcollum on Ask Ubuntu See other posts from Ask Ubuntu or by jcollum
Published on 2014-06-09T19:48:53Z Indexed on 2014/06/09 21:40 UTC
Read the original article Hit count: 396

Filed under:
|

This happens sometimes if the VM bumps up against upper limits of memory and has to hit swap heavily for extended periods (a few minutes or more). When this happens and I type asdf at the prompt it looks like:

$ No command 'asdf' found, did you mean:
 Command 'asdfg' from package 'aoeui' (universe)
 Command 'sadf' from package 'sysstat' (main)
 Command 'sdf' from package 'sdf' (universe)
asdf: command not found

$

Note that asdf isn't showing up after $.

The obvious answer is to just kill the tab and start a new one. Still, I have to wonder if there's a way to reset a bash terminal that is misbehaving like this. I tried bash and it didn't make any difference.

© Ask Ubuntu or respective owner

Related posts about bash

Related posts about gnome-terminal