Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
memory usage
|
|
|
|
|
|
both command-line and curses mode added
|
|
|
|
|
|
|
|
|
|
|
|
NOTESIZ shortened to be 6 characters long, as only 6 'X' are used in the
glibc version of mkstemp(3).
bugfix: wrong calculated len in wins_launch_external(), which lead to
erroneus note file name
|
|
check for limits.h header added
asprintf() call replaced in wins_launch_external() as it is not
fully portable
|
|
|
|
routines updated to handle new window_t type
|
|
|
|
|
|
wins_prop() added
wins_layout() and wins_set_layout() added
wins_reset() added
|
|
|
|
|
|
wins_slct_init(), wins_slctd_set(), wins_slctd_next() and
wins_slctd() created
|
|
|