lavat

Un fork de lavat pour pouvoir y ajouter des titres - retour accueil

git clone git://bebou.netlib.re/lavat
Log | Files | Refs | README | LICENSE |

commit 7c7197b5687fab7b00c0f6e648dd7f020a85ed5b
parent cfed09d5babdec48a6306a965329ee2626456bfc
Auteurice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Fri,  7 Feb 2025 17:35:49 +0100

Modified lavat.c to add title

Diffstat:
Mlavat.c | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/lavat.c b/lavat.c @@ -78,6 +78,11 @@ int main(int argc, char *argv[]) { balls[i].y += balls[i].dy; } + int w=tb_width(); + int h=tb_height(); + + insert_here + // render for (int i = 0; i < maxX; i++) { for (int j = 0; j < maxY / 2; j++) {