stty: mark variable as static

This commit is contained in:
Denis Vlasenko 2007-11-18 11:47:25 +00:00
parent 49d15890e0
commit 2a587df80a

View File

@ -412,7 +412,7 @@ enum {
};
/* The width of the screen, for output wrapping */
unsigned max_col = 80; /* default */
static unsigned max_col = 80; /* default */
struct globals {
/* Current position, to know when to wrap */