Skip to content

snippets-n-memes/tiny-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiny-board

classDiagram
    class menuNode
    menuNode: +bool isText
    menuNode: +field value
    menuNode <|-- field
    field: ?textField
    field: ?radioButton 
    field <|-- textField
    field <|-- radioButton
    radioButton <|-- functions
    textField <|-- functions
    textField: WINDOW *win
    textField: int height
    textField: int width
    textField: int index
    textField: int offset
    textField: int chars
    textField: char *buffer
    textField: int bufferLength
    textField: bool xscroll
    textField: bool yscroll
    textField: void** functions

    radioButton: WINDOW *win 
    radioButton: int height
    radioButton: int width
    radioButton: char **options
    radioButton: int selection
    radioButton: void** functions

    functions: void* keyUp
    functions: void* keyDown
    functions: void* keyLeft
    functions: void* keyRight
Loading

About

terminal based project management with ncurses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published