better text entry

This commit is contained in:
kepler155c@gmail.com
2019-03-29 10:44:21 -04:00
parent c9ef150605
commit 78402e89cd
3 changed files with 14 additions and 5 deletions

View File

@@ -362,6 +362,7 @@ local Config = require('config')
local Entry = require('entry')
local History = require('history')
local Input = require('input')
local Sound = require('sound')
local Terminal = require('terminal')
local colors = _G.colors
@@ -640,6 +641,8 @@ local function shellRead(history)
entry:unmark()
entry:updateScroll()
redraw()
else
Sound.play('entity.villager.no')
end
end