diff --git a/src/core/properties/unsigned.c b/src/core/properties/unsigned.c index 68ff558..cecdede 100644 --- a/src/core/properties/unsigned.c +++ b/src/core/properties/unsigned.c @@ -152,6 +152,8 @@ static unsigned int lib3270_get_host_type_number(const H3270 *hSession) #else .default_value = 350, #endif // UNLOCK_MS + .min = 0, + .max = 1000000, .label = N_("Unlock delay"), .description = N_( "The delay between the host unlocking the keyboard and the actual unlock" ), // Property description. .get = lib3270_get_unlock_delay, // Get value. -- libgit2 0.21.2