mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[kbdbind] static struct
This commit is contained in:
parent
bc54b7c5d0
commit
5e55f1981c
@ -807,7 +807,7 @@ static struct default_kb *default_keybindings[] = {
|
|||||||
static int
|
static int
|
||||||
keybinding_is_default(struct keybinding *keybinding)
|
keybinding_is_default(struct keybinding *keybinding)
|
||||||
{
|
{
|
||||||
struct default_kb default_keybinding = {
|
static struct default_kb default_keybinding = {
|
||||||
{
|
{
|
||||||
keybinding->kbd.key,
|
keybinding->kbd.key,
|
||||||
keybinding->kbd.modifier
|
keybinding->kbd.modifier
|
||||||
|
Loading…
Reference in New Issue
Block a user