quake: remove common window bindings for the quake console

We don't want to maximize it or anything like this.
This commit is contained in:
Vincent Bernat 2012-07-15 13:13:37 +02:00
parent f2883707a1
commit 66a35b384e

View file

@ -99,7 +99,10 @@ function QuakeConsole:display()
client.above = true client.above = true
client.skip_taskbar = true client.skip_taskbar = true
client.sticky = true client.sticky = true
client.
-- This is not a normal window, don't apply any specific keyboard stuff
client:buttons({})
client:keys({})
-- Toggle display -- Toggle display
if self.visible then if self.visible then