Fixed /close all and /close read to close extra windows

This commit is contained in:
James Booth
2013-08-30 00:33:46 +01:00
parent 48794e324c
commit 7f476b3e2c
3 changed files with 33 additions and 10 deletions

View File

@@ -70,6 +70,12 @@ wins_get_current(void)
return g_hash_table_lookup(windows, GINT_TO_POINTER(current));
}
GList *
wins_get_nums(void)
{
return g_hash_table_get_keys(windows);
}
void
wins_set_current_by_num(int i)
{