Un outil pour réarranger les lignes de stdin - retour accueil
git clone git://bebou.netlib.re/reorder
Log | Files | Refs | README |
commit 14379bd4d2bbefec2f66ec65811bef3e9894bde2 parent bdd37d138f3bee460dd11b14c0fad4fb6ef59656 Auteurice: Arthur Pons <arthur.pons@unistra.fr> Date: Thu, 16 Jan 2025 14:37:31 +0100 Correction bug affichage cartes jouées Elles ne s'affichaient que si la ligne courante était dessus Diffstat:
M | reorder.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/reorder.c b/reorder.c @@ -57,6 +57,7 @@ int main(int argc, char **argv) { tb_printf(0, i+j+1, TB_BLACK, TB_WHITE, played[j]); } } + else { tb_printf(0, i+j+1, TB_DEFAULT, TB_BLACK, played[j]); } } tb_present(); tb_poll_event(&ev);