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
/
FL
/
Fl_Terminal.H
Age
Commit message (
Expand
)
Author
2024-01-15
Small code fixups
Greg Ercolano
2024-01-10
Add textattrib() get method+docs
Greg Ercolano
2023-11-29
solve issue 853: make scrollbar public
Greg Ercolano
2023-11-25
Fl_Terminal better name for flags -> charflags
Greg Ercolano
2023-11-23
Added safety when calling Text_Display methods
Matthias Melcher
2023-11-22
Make new handle_lf/cr methods private
Greg Ercolano
2023-11-21
Fl_Terminal docs: Added some tables
Greg Ercolano
2023-11-21
Added output_translate(): controls lf -> crlf translation
Greg Ercolano
2023-11-21
Fl_Terminal docs for fg/bg colors
Greg Ercolano
2023-11-20
Solve issue 837, doc some protected methods.
Greg Ercolano
2023-11-19
Doc all pub/prot members, remove unused, add todo
Greg Ercolano
2023-11-19
Fix compiler warnings in Fl_Terminal on Windows
Albrecht Schlosser
2023-11-17
Apply two patches provided by user 'Andre' via mail
Albrecht Schlosser
2023-11-16
Added clear(), some methods protected->public
Greg Ercolano
2023-11-14
Added textcolor() and color(), doc fixes.
Greg Ercolano
2023-11-14
Fl_Terminal widget (#800)
erco77