https://github.com/gcarreno/fp-ncurses-tui
A wrapper around ncurses with the LCL pattern
https://github.com/gcarreno/fp-ncurses-tui
fpc framework free-pascal freepascal ncurses ncurses-tui tui
Last synced: 3 months ago
JSON representation
A wrapper around ncurses with the LCL pattern
- Host: GitHub
- URL: https://github.com/gcarreno/fp-ncurses-tui
- Owner: gcarreno
- License: mit
- Created: 2025-06-20T06:33:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-25T01:32:56.000Z (12 months ago)
- Last Synced: 2025-08-10T01:32:07.936Z (10 months ago)
- Topics: fpc, framework, free-pascal, freepascal, ncurses, ncurses-tui, tui
- Language: Pascal
- Homepage:
- Size: 229 KB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Free Pascal `ncurses` wrapper
[](https://github.com/gcarreno/fp-ncurses-tui/actions)
[](https://github.com/gcarreno/fp-ncurses-tui/releases/latest)
[](https://github.com/gcarreno/fp-ncurses-tui/blob/main/LICENSE)
[](https://github.com/gcarreno/fp-ncurses-tui/releases/latest)
[](https://github.com/gcarreno/fp-ncurses-tui/releases)
This is an attempt to recreate, as much as possible, the pattern used in the `LCL` but instead of a graphic environment, we wrap the well known `ncurses` lib.
## Screen Shots
**One Form**

**Two Forms**

**Component Label**

**Component Button**
