felixse / felixse/FluentTerminal

vim interface broken, new line on every keypress

未關閉
#97 9 則留言 5 個 reaction 已指派 0 人 在 GitHub 檢視
bug
主要語言
C#
星號
9.6k
分支
448
PR 合併指標
30 天內沒有已合併 PR

描述

When using vi/vim, a new line is created on every keypress instead of overriding the current one(s).
So writing "Hi" looks like this:
```bash
~
H
~
Hi
~
```
The 'static interface' at the bottom (mode, filename, cursor position etc.) is duplicated as well every time, which pushes everything else up and out of the window - so before you scroll, you don't even see what you've written. Here is a GIF showing the issue:

![fluentissue](https://user-images.githubusercontent.com/30421456/46700896-5b70bb80-cc1e-11e8-81d1-365d8f397eab.gif)

Editing using nano works without problems and vim in Hyper also works flawlessly.

I'm using WSL (Ubuntu) on Windows 1809

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。