• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..01-Aug-2020-

READMEH A D01-Aug-20201.3 KiB2920

wdg.cH A D01-Aug-202021.3 KiB864467

wdg.hH A D01-Aug-20209.3 KiB300209

wdg_compound.cH A D01-Aug-202011.6 KiB466253

wdg_debug.cH A D01-Aug-20202.6 KiB10248

wdg_dialog.cH A D01-Aug-202013.7 KiB565327

wdg_dynlist.cH A D01-Aug-202014.4 KiB599333

wdg_error.cH A D01-Aug-20202 KiB8031

wdg_file.cH A D01-Aug-202015 KiB610338

wdg_input.cH A D01-Aug-202016 KiB662357

wdg_list.cH A D01-Aug-202013.2 KiB572307

wdg_menu.cH A D01-Aug-202017.1 KiB667376

wdg_panel.cH A D01-Aug-20207.2 KiB308161

wdg_percentage.cH A D01-Aug-20208 KiB337173

wdg_scroll.cH A D01-Aug-202011.4 KiB465259

wdg_window.cH A D01-Aug-20206.7 KiB292150

README

1==============================================================================
2==============================================================================
3
4                                    libwdg
5
6                       a collection of widgets for ncurses
7
8                           Copyright 2003-2004 ALoR
9
10==============================================================================
11==============================================================================
12
13I've started to write this library to "make the things easier" for me while
14coding the ettercap NG curses interface.
15While coding this collection of widgets, I've decided to make it a separate
16library from ettercap, and I've removed any dependency on it. Only the
17configure script is shared.
18
19Someday, probably I'll distribute this library as a separate project. For now,
20I don't have time to maintain another projects with all the consequences that
21this implies.
22
23No documentation is provided, sorry. But if you understand how to use these
24functions looking at the ettercap code, you can use the library in your own
25projects. Drop me an email if you are interested in this project.
26
27==============================================================================
28vim:ts=3:expandtab
29