#include <ncursesw/ncurses.h>
#include <locale>
#include <iostream>
#include <signal.h>
Go to the source code of this file.
◆ clear_background()
  
  | 
        
          | static void clear_background | ( |  | ) |  |  | static | 
 
 
◆ console_print_grayscale() [1/2]
  
  | 
        
          | static void console_print_grayscale | ( | int | y, |  
          |  |  | int | x, |  
          |  |  | wchar_t | sign, |  
          |  |  | float | gray |  
          |  | ) |  |  |  | static | 
 
 
◆ console_print_grayscale() [2/2]
  
  | 
        
          | static void console_print_grayscale | ( | int | y, |  
          |  |  | int | x, |  
          |  |  | wchar_t | sign, |  
          |  |  | short | gray |  
          |  | ) |  |  |  | static | 
 
 
◆ curses_height()
  
  | 
        
          | static int curses_height | ( |  | ) |  |  | static | 
 
 
◆ curses_sigint()
  
  | 
        
          | static void curses_sigint | ( | int | sig | ) |  |  | static | 
 
 
◆ curses_width()
  
  | 
        
          | static int curses_width | ( |  | ) |  |  | static | 
 
 
◆ destroy_curses()
  
  | 
        
          | static void destroy_curses | ( |  | ) |  |  | static | 
 
 
◆ init_curses()
  
  | 
        
          | static void init_curses | ( | unsigned int | num_grayscale | ) |  |  | static | 
 
 
◆ init_grayscale()
  
  | 
        
          | static void init_grayscale | ( | short | num_grays | ) |  |  | static | 
 
 
◆ init_mouse()
  
  | 
        
          | static void init_mouse | ( |  | ) |  |  | static | 
 
 
◆ set_num_grays()
  
  | 
        
          | static void set_num_grays | ( | short | num_grays | ) |  |  | static | 
 
 
◆ CURSES_CUSTOM_COLORS_SHIFT
  
  | 
        
          | short CURSES_CUSTOM_COLORS_SHIFT = 10 |  | static | 
 
 
◆ CURSES_NUM_GRAYS
  
  | 
        
          | short CURSES_NUM_GRAYS = 200 |  | static | 
 
 
◆ MOUSE_MOVE
  
  | 
        
          | mmask_t MOUSE_MOVE = 134217728 |  | static | 
 
 
◆ MOUSE_SCROLL_UP
  
  | 
        
          | mmask_t MOUSE_SCROLL_UP = 524288 |  | static |