Config: Fix UGLY mistake (lenght -> length, thanks chacha)
This commit is contained in:
@@ -414,7 +414,7 @@ typedef struct
|
||||
{
|
||||
char *fg;
|
||||
uint bg;
|
||||
int maxlenght;
|
||||
int maxlength;
|
||||
MouseBinding *mouse;
|
||||
int nmouse;
|
||||
} selbar;
|
||||
|
||||
Reference in New Issue
Block a user