File: console01.cpp

package info (click to toggle)
libucimf 2.3.8-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,988 kB
  • ctags: 788
  • 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();
}