Replace alignment tabs with spaces.
This commit is contained in:
parent
6162d63151
commit
ef1dc9fc4b
1 changed files with 9 additions and 9 deletions
|
@ -98,8 +98,8 @@ static unsigned int defaultunderline = 7;
|
|||
/* Beware that overloading Button1 will disable the selection. */
|
||||
static Mousekey mshortcuts[] = {
|
||||
/* button mask string */
|
||||
{ Button4, XK_ANY_MOD, "\031"},
|
||||
{ Button5, XK_ANY_MOD, "\005"},
|
||||
{ Button4, XK_ANY_MOD, "\031" },
|
||||
{ Button5, XK_ANY_MOD, "\005" },
|
||||
};
|
||||
|
||||
/* Internal keyboard shortcuts. */
|
||||
|
|
Loading…
Reference in a new issue