stty: mark variable as static
This commit is contained in:
parent
49d15890e0
commit
2a587df80a
@ -412,7 +412,7 @@ enum {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* The width of the screen, for output wrapping */
|
/* The width of the screen, for output wrapping */
|
||||||
unsigned max_col = 80; /* default */
|
static unsigned max_col = 80; /* default */
|
||||||
|
|
||||||
struct globals {
|
struct globals {
|
||||||
/* Current position, to know when to wrap */
|
/* Current position, to know when to wrap */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user