浏览代码

Fixes #503 Tab stop working.

BDisp 5 年之前
父节点
当前提交
f123da4206
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Terminal.Gui/Core/Toplevel.cs

+ 0 - 1
Terminal.Gui/Core/Toplevel.cs

@@ -173,7 +173,6 @@ namespace Terminal.Gui {
 			case Key.ControlL:
 				Application.Refresh ();
 				return true;
-
 			}
 			return false;
 		}