summaryrefslogtreecommitdiff
path: root/test/terminal.fl
AgeCommit message (Expand)Author
2025-11-17Add display_columns() controllerGreg Ercolano
2025-03-30Fixing a few more compiler warnings.Matthias Melcher
2025-03-06Update version numbers to 1.5.0Albrecht Schlosser
2024-12-09Update Fluid (.fl) files for release 1.4.1Albrecht Schlosser
2024-10-06Update FLUID .fl files in the test/.Matthias Melcher
2024-06-30Fix compiler warningsGreg Ercolano
2024-04-06Rename putchar() to plot_char() (#944)Greg Ercolano
2024-03-19Update dependencies, whitespace, and Fl_File_Chooser.cxxAlbrecht Schlosser
2024-02-16Added attribute checks to test/terminal for recent changes.Greg Ercolano
2024-01-03Limit test/terminal window sizeGreg Ercolano
2023-11-21Added output_translate(): controls lf -> crlf translationGreg Ercolano
2023-11-16Added clear(), some methods protected->publicGreg Ercolano
2023-11-15Fixes test/terminal box typeMatthias Melcher
2023-11-15Uses the correct Fl_Terminal type in terminal.fl as wellMatthias Melcher
2023-11-14Added textcolor() and color(), doc fixes.Greg Ercolano
2023-11-14Fix compiler warning (suggest-override)Albrecht Schlosser
2023-11-14Fix dependencies and whitespace issuesAlbrecht Schlosser
2023-11-14Fl_Terminal widget (#800)erco77