Skip to content

Instantly share code, notes, and snippets.

View MatthiasEbert's full-sized avatar

Matthias Ebert MatthiasEbert

View GitHub Profile
@MatthiasEbert
MatthiasEbert / main.c
Last active November 19, 2015 14:15
Hallo ncurses
/*
Project: Hallo ncurses File: main.c Author: Matthias Ebert Date: 2014-12-21
Text is moving on screen von left to right
*/
#include <ncurses.h>
int main(void)
{