rename crs_* types to ct_*
This commit is contained in:
parent
2d76f8221e
commit
1dd5dd79c8
6 changed files with 75 additions and 75 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#include "ncrswrap.h"
|
||||
#include "tree.h"
|
||||
|
||||
int ct_init(struct crs_tree **const tree) {
|
||||
int ct_init(struct ct_tree **const tree) {
|
||||
/* Initialise NCurses Library & Root Node */
|
||||
init_ncurses();
|
||||
init_tree(tree);
|
||||
|
|
@ -12,8 +12,8 @@ int ct_init(struct crs_tree **const tree) {
|
|||
}
|
||||
|
||||
|
||||
void ct_update(struct crs_tree *const tree) {
|
||||
struct crs_nodedims * term_dims;
|
||||
void ct_update(struct ct_tree *const tree) {
|
||||
struct ct_dims * term_dims;
|
||||
int term_width, term_height;
|
||||
const int key = wgetch(curscr);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue