Skip to content

Commit

Permalink
adding multiple window support using panels
Browse files Browse the repository at this point in the history
  • Loading branch information
chuck-haatvedt committed Sep 19, 2024
1 parent f36f150 commit 813955d
Show file tree
Hide file tree
Showing 5 changed files with 1,054 additions and 309 deletions.
11 changes: 11 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ GnuCOBOL TODO -*- outline -*-
The following is only a part of the things to do; many more
can be found in the issue trackers.

myscreenio

conditional if defined on local prototypes configure with --without-curses

add libcob changelog change all curses functions to use new static window pointer "mywin"
and for curses functions which implicitly use stdscr use the window specific version of
the function specifying "mywin".

replace refresh with refresh_mywin to reposition cursor from window relative position to screen relative positon

check for possible unneeded if at line 3709

1 Pending requests

Expand Down
Loading

0 comments on commit 813955d

Please sign in to comment.