ObjFW  Diff

Differences From Artifact [32be342324]:

To Artifact [0ce400e3cf]:


43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
	BPTR _handle;
	bool _closable;
#endif
	bool _atEndOfStream;
}

/*!
 * The number of columns, or -1 if there is no underlying terminal or the
 * number of columns could not be queried.
 */
@property (readonly, nonatomic) int columns;

/*!
 * The number of rows, or -1 if there is no underlying terminal or the number
 * of rows could not be queried
 */
@property (readonly, nonatomic) int rows;

- (instancetype)init OF_UNAVAILABLE;
@end

#ifdef __cplusplus







|
|




|
|







43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
	BPTR _handle;
	bool _closable;
#endif
	bool _atEndOfStream;
}

/*!
 * @brief The number of columns, or -1 if there is no underlying terminal or
 *	  the number of columns could not be queried.
 */
@property (readonly, nonatomic) int columns;

/*!
 * @brief The number of rows, or -1 if there is no underlying terminal or the
 *	  number of rows could not be queried.
 */
@property (readonly, nonatomic) int rows;

- (instancetype)init OF_UNAVAILABLE;
@end

#ifdef __cplusplus