Home | History | Annotate | Download | only in libcurses
History log of /src/lib/libcurses/ripoffline.c
RevisionDateAuthorComments
 1.7  01-Jan-2022  msaitoh s/implemenation/implementation/ in comment.
 1.6  06-Sep-2021  rin Expand __CTRACE() to __nothing #ifndef DEBUG.

Remove most of #ifdef DEBUG around __CTRACE() calls.

No binary changes, except for line numbers for assert().
 1.5  03-Oct-2018  roy curses: resize ripped off windows

The application must still redraw them though.
 1.4  02-Oct-2018  roy curses: fix ripoffline

When creating stdscr, ensure it's placed and sized in accordance with
lines ripped off.
LINES is no longer adjusted for lines ripped off.
POSIX makes no mention that it should be adjusted.
Bottom lines are now placed correctly.
Lines ripped off are now displayed after calling initscr.

ok kamil@

Fixes PR #53635
 1.3  24-Jan-2017  roy branches: 1.3.2; 1.3.6; 1.3.12; 1.3.14;
Implement POSIX Curses Soft Label Key functions.
 1.2  12-Jan-2017  roy branches: 1.2.2;
Use the screen argument, not _cursesi_screen.
 1.1  11-Jan-2017  roy Move the ripoffline logic out of screen.c and into ripoffline.c.
Store ripped off lines in the SCREEN structure so we can repaint then
when the terminal is resized.
Fix mvwin(3) so it can move windows in the ripped off area.
 1.2.2.1  21-Apr-2017  bouyer Sync with HEAD
 1.3.14.1  10-Jun-2019  christos Sync with HEAD
 1.3.12.1  20-Oct-2018  pgoyette Sync with head
 1.3.6.1  04-Oct-2018  martin Pull up following revision(s) (requested by roy in ticket #1047):

lib/libcurses/curses_private.h: revision 1.64
lib/libcurses/curses_private.h: revision 1.65
lib/libcurses/initscr.c: revision 1.33
lib/libcurses/curses_screen.3: revision 1.24
lib/libcurses/curses_screen.3: revision 1.25
lib/libcurses/newwin.c: revision 1.52
lib/libcurses/fileio.c: revision 1.6
lib/libcurses/ripoffline.c: revision 1.4
lib/libcurses/resize.c: revision 1.28
lib/libcurses/ripoffline.c: revision 1.5
lib/libcurses/resize.c: revision 1.29
lib/libcurses/screen.c: revision 1.34
lib/libcurses/setterm.c: revision 1.67

curses: fix ripoffline

When creating stdscr, ensure it's placed and sized in accordance with
lines ripped off.

LINES is no longer adjusted for lines ripped off.
POSIX makes no mention that it should be adjusted.
Bottom lines are now placed correctly.
Lines ripped off are now displayed after calling initscr.

ok kamil@

Fixes PR #53635

-

curses: resize ripped off windows
The application must still redraw them though.

-

Fix typos in curses_screen.3
Fn -> Ft in the resize_term(3) prototype
funcion -> function
 1.3.2.2  20-Mar-2017  pgoyette Sync with HEAD
 1.3.2.1  24-Jan-2017  pgoyette file ripoffline.c was added on branch pgoyette-localcount on 2017-03-20 06:56:59 +0000

RSS XML Feed