diff --git a/src/core/properties/unsigned.c b/src/core/properties/unsigned.c index 573fda0..8be956c 100644 --- a/src/core/properties/unsigned.c +++ b/src/core/properties/unsigned.c @@ -66,6 +66,20 @@ }, { + "max_width", // Property name. + N_( "Maximum screen width in columns" ), // Property description. + lib3270_get_max_width, // Get value. + NULL // Set value. + }, + + { + "max_height", // Property name. + N_( "Maximum screen height in rows" ), // Property description. + lib3270_get_max_height, // Get value. + NULL // Set value. + }, + + { "length", // Property name. N_( "Screen buffer length in bytes" ), // Property description. lib3270_get_length, // Get value. -- libgit2 0.21.2