diff options
| author | Greg Ercolano <erco@seriss.com> | 2024-01-15 15:09:55 -0800 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2024-01-15 15:10:54 -0800 |
| commit | e5abb3bc868e16f18abd6a3a432cbb201d76f847 (patch) | |
| tree | 8fd8e805dc0140e2d7ed2e9cc7a3932edb1038e8 /src | |
| parent | d3914ef90e214c2d06085c63d0c8084a685c67ff (diff) | |
Fixed issue number reference.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Terminal.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Terminal.cxx b/src/Fl_Terminal.cxx index cb716b164..ce1921560 100644 --- a/src/Fl_Terminal.cxx +++ b/src/Fl_Terminal.cxx @@ -1213,7 +1213,7 @@ void Fl_Terminal::update_scrollbar(void) { // Refit the display - (display_rows()/cols()) to match screen (scrn_.h()/w()) // This implements an xterm-like resizing behavior. Refer to README-Fl_Terminal.txt, // section "TERMINAL RESIZING" for a diagram of cases showing how this is implemented. -// See also issue #879. +// See also issue #844. // void Fl_Terminal::refit_disp_to_screen(void) { int dh = h_to_row(scrn_.h()); // disp height: in rows for tty pixel height |
