Added function to get next available window number, and tests

This commit is contained in:
James Booth
2013-08-27 22:02:23 +01:00
parent 77dcd04b10
commit 42c3a1c1f7
4 changed files with 364 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
#include <ncurses.h>
#endif
#include "common.h"
#include "config/theme.h"
#include "ui/ui.h"
#include "ui/window.h"