| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=c_int), | public | :: | LINES | ||||
| integer(kind=c_int), | public | :: | COLS | ||||
| type(c_ptr), | public | :: | stdscr | ||||
| type(c_ptr), | public | :: | curscr | ||||
| integer(kind=c_int), | public, | parameter | :: | FAIL | = | -1 |
http://www.urbanjost.altervista.org/LIBRARY/libscreen/ncurses/pdsrc/ncurses.f90
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(C_PTR), | value | :: | win | |||
| logical(kind=C_BOOL), | value | :: | bf |
http://www.urbanjost.altervista.org/LIBRARY/libscreen/ncurses/pdsrc/ncurses.f90
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(C_PTR), | value | :: | win | |||
| logical(kind=C_BOOL), | value | :: | bf |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(kind=c_char), | intent(in), | value | :: | ch |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(kind=c_char), | intent(in) | :: | str |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(c_ptr), | value | :: | win | |||
| integer(kind=c_int) | :: | y | ||||
| integer(kind=c_int) | :: | x |
timeout(0) => non-blocking getch() (-1 if no keypress)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=c_int), | value | :: | delay |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=c_int), | intent(in), | value | :: | y | ||
| integer(kind=c_int), | intent(in), | value | :: | x | ||
| character(kind=c_char), | intent(in), | value | :: | ch |
clear entire screen
draw border
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=c_int), | intent(in), | value | :: | y | ||
| integer(kind=c_int), | intent(in), | value | :: | x | ||
| character(kind=c_char), | intent(in) | :: | str |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(kind=c_char), | intent(in), | value | :: | ch |