Added a beep sound

This commit is contained in:
2016-03-18 03:35:45 +08:00
parent db922421be
commit acb5d72d89
6 changed files with 303 additions and 46 deletions

View File

@@ -38,6 +38,8 @@ Components.Vim.Cursor.X;
/** @type Number */
Components.Vim.Cursor.Y;
/** @type Number */
Components.Vim.Cursor.aPos;
/** @type Number */
Components.Vim.Cursor.cols;
/** @type message */
Components.Vim.Cursor.string;