diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -353,6 +353,7 @@ impl Session { self.highlighter .pretty_print(&buf, parser.highlights, &mut stdout)?; cursor::fmove_cursor(cursor::Direction::Left, self.line.right_len(), &mut stdout)?; + stdout.flush()?; } } |
