[output/i3bar] Add flush method

flush() terminates a single iteration of widget drawing.

see #23
This commit is contained in:
Tobi-wan Kenobi 2016-12-04 16:14:43 +01:00
parent 712d958e18
commit b6eb3ee8e6
6 changed files with 20 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
find . -name "*.py"|xargs pylint --disable=R0903
find . -name "*.py"|xargs pylint --disable=R0903,R0201