summaryrefslogtreecommitdiff
path: root/test/terminal.fl
AgeCommit message (Expand)Author
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