Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • DOLLECT
  • Others
  • Configuration
  • AI
  • BLOG
  • ABOUT
    • ABOUT
    • Perception Style

Tag Archives: ncurses

How to write a program using ncurses library to move cursor to a point on logical screen ?

#include <unistd.h> #include <stdlib.h> #include <curses.h> int main() { initscr(); move(5,15); printw(“%s”,”Hello World”); refresh(); sleep(2); endwin(); exit(EXIT_SUCCESS); }

Posted byjeffrinJune 6, 2014Posted inC, operating system, Programming LanguagesTags: curses, Graphics, library, ncurses
May 2026
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Apr    
TRUEANGLE, Proudly powered by WordPress.