[1446] in BarnOwl Developers
[nelhage/barnowl] e1b136: Fix handling of C-SPACE, etc.
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:16:44 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Mon, 11 May 2009 18:52:08 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: e1b136bfa280f58f5f9d3a467befa6665a53237c
http://github.com/nelhage/barnowl/commit/e1b136bfa280f58f5f9d3a467befa6665a53237c
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-05-11 (Mon, 11 May 2009)
Changed paths:
M keybinding.c
M keymap.c
M owl.h
Log Message:
-----------
Fix handling of C-SPACE, etc.
Instead of storing key sequences NULL-terminated, store an explicit
length everywhere, so that we can handle C-SPACE (which is a 0).