Did some formatting and added more docs to the tart.h file
This commit is contained in:
@@ -167,8 +167,22 @@ struct tart_cell tart_create_cell(char display, tart_byte style, struct tart_rgb
|
||||
struct tart_cell tart_create_cell(char display, tart_byte style, tart_byte foreground, tart_byte background);
|
||||
#endif
|
||||
|
||||
/* tart_add_buffer
|
||||
*
|
||||
* This adds a buffer to the window.
|
||||
*
|
||||
* tart_byte tart_add_buffer(struct tart_window*, struct struct tart_buffer*)
|
||||
*/
|
||||
tart_byte tart_add_buffer(struct tart_window*, struct tart_buffer);
|
||||
/* tart_remove_buffer
|
||||
*
|
||||
* This will remove the buffer using the *tart_id*.
|
||||
*/
|
||||
tart_byte tart_remove_buffer(struct tart_window*, tart_id);
|
||||
/* tart_set_buffer
|
||||
*
|
||||
* This will replace the the buffer at the index *(tart_byte)*.
|
||||
*/
|
||||
tart_byte tart_set_buffer(struct tart_window*, struct tart_buffer, tart_byte);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user