Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Improvements: events now occur precisely at the specified date. You don’t
need to stop touching your keyboard to execute them.
|
|
It seems efficient (more than the curses.endwin(); stdscr.refresh() stuf,
which is slow and really really ugly) and it doesn't break my lovely main
loop, so it’s all good (except that it uses shutil…)
|
|
|
|
|
|
|
|
|
|
The /reconnect command should now properly work everytime.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks djanos
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Without it, poezio never exits when the plugin is loaded
Thanks to xunien
fix #2542
|
|
This plugins lets the user manipulate a poezio instance by writing commands
into a pipe, read by poezio which will execute them.
|
|
|
|
fix #2550
|