summaryrefslogtreecommitdiffstats
path: root/src/tui/light.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/tui/light.go')
-rw-r--r--src/tui/light.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tui/light.go b/src/tui/light.go
index b1413680..90b3bae9 100644
--- a/src/tui/light.go
+++ b/src/tui/light.go
@@ -322,6 +322,8 @@ func (r *LightRenderer) GetChar() Event {
return Event{CtrlQ, 0, nil}
case 127:
return Event{BSpace, 0, nil}
+ case 0:
+ return Event{CtrlSpace, 0, nil}
case ESC:
ev := r.escSequence(&sz)
// Second chance