index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
terminal.fl
Age
Commit message (
Expand
)
Author
2025-11-17
Add display_columns() controller
Greg Ercolano
2025-03-30
Fixing a few more compiler warnings.
Matthias Melcher
2025-03-06
Update version numbers to 1.5.0
Albrecht Schlosser
2024-12-09
Update Fluid (.fl) files for release 1.4.1
Albrecht Schlosser
2024-10-06
Update FLUID .fl files in the test/.
Matthias Melcher
2024-06-30
Fix compiler warnings
Greg Ercolano
2024-04-06
Rename putchar() to plot_char() (#944)
Greg Ercolano
2024-03-19
Update dependencies, whitespace, and Fl_File_Chooser.cxx
Albrecht Schlosser
2024-02-16
Added attribute checks to test/terminal for recent changes.
Greg Ercolano
2024-01-03
Limit test/terminal window size
Greg Ercolano
2023-11-21
Added output_translate(): controls lf -> crlf translation
Greg Ercolano
2023-11-16
Added clear(), some methods protected->public
Greg Ercolano
2023-11-15
Fixes test/terminal box type
Matthias Melcher
2023-11-15
Uses the correct Fl_Terminal type in terminal.fl as well
Matthias Melcher
2023-11-14
Added textcolor() and color(), doc fixes.
Greg Ercolano
2023-11-14
Fix compiler warning (suggest-override)
Albrecht Schlosser
2023-11-14
Fix dependencies and whitespace issues
Albrecht Schlosser
2023-11-14
Fl_Terminal widget (#800)
erco77