File: console01.cpp

package info (click to toggle)
libucimf 2.3.8-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,004 kB
  • sloc: sh: 10,860; cpp: 3,766; ansic: 789; makefile: 67
file content (10 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#include <ucimf.h>

int main()
{
	ucimf_init();
	ucimf_cursor_position( 300, 300);
	ucimf_refresh_begin();
	ucimf_refresh_end();
	ucimf_exit();
}