Mail Archives: djgpp-workers/2001/08/09/11:27:52
> I think it's okay to initialize termios in a static constructor, but
> if none of the termios functions are called by the application, how
> are we gonna make sure termios functions, including the initializer,
> get linked into the executable in the first place?
In the case of ncurses, it does use termios but it may or may not be called
depending on the code path. Since the library uses the termios emulation in
some place, the termios emulation will be included in any exe using ncurses.
Mark
- Raw text -