mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-28 03:26:45 +02:00
Finalized and documented the Python scripting interface.
This commit is contained in:
@ -584,6 +584,12 @@ ToxWindow *get_window_ptr(int i)
|
||||
return toxwin;
|
||||
}
|
||||
|
||||
/* returns a pointer to the currently open ToxWindow. */
|
||||
ToxWindow *get_active_window(void)
|
||||
{
|
||||
return active_window;
|
||||
}
|
||||
|
||||
void force_refresh(WINDOW *w)
|
||||
{
|
||||
wclear(w);
|
||||
|
Reference in New Issue
Block a user