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-08-12
Small doc fixes (\See -> \see)
Greg Ercolano
2024-08-12
Improve handling of malformed ANSI. (#950)
Greg Ercolano
2024-04-09
Fix Fl_Terminal::handle_unknown_char() for plot_char() (#948)
Albrecht Schlosser
2024-04-06
Rename putchar() to plot_char() (#944)
Greg Ercolano
2024-03-12
Make Fl_Terminal selection_text() methods public
Greg Ercolano
2024-03-06
Add horizontal scrollbar to Terminal widget (#928)
Albrecht Schlosser
2024-03-02
Added Fl_Terminal::text() and docs
Greg Ercolano
2024-02-18
Fix Terminal character position and add word selection (#906)
Matthias Melcher
2024-02-17
Clear screen also clears attributes/xterm modes (#911)
Greg Ercolano
2024-02-16
Fixed Fl_Terminal xterm color 39/49 handling, and other mods.
Greg Ercolano
2024-02-16
Fix Fl_Terminal xterm CharStyle charflags (#909)
Greg Ercolano
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