Changes between Initial Version and Version 1 of Ticket #3697, comment 7


Ignore:
Timestamp:
10/10/16 09:09:56 (8 years ago)
Author:
dickey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3697, comment 7

    initial v1  
    99buf = termp->Nttyb; 
    1010 
    11 Agreeing with the comments about private data structures, NetBSD has made private a number of data items which are publicly accessible in other versions of curses, and has added functions for accessing those (but not done a complete job of allowing access - form/menu libraries have problems for portability).  So it looks as if you need an ifdef: to handle NetBSD where it differs from other versions of curses. 
     11Agreeing with the comments about private data structures, NetBSD has made private a number of data items which are publicly accessible in other versions of curses, and has added functions for accessing those (but not done a complete job of allowing access - form/menu libraries have problems for portability).  I've a page giving my perspective: 
     12 
     13http://invisible-island.net/ncurses/ncurses-netbsd.html 
     14 
     15So it looks as if you need an ifdef: to handle NetBSD where it differs from other versions of curses.