代码搜索:curses
找到约 2,377 项符合「curses」的源代码
代码结果 2,377
www.eeworm.com/read/102720/15761046
3 curses.3
.TH CURSES 3
.SH NAME
curses \- screen/window management library
.SH SYNOPSIS
cc demo.c -lcurses
.SH DESCRIPTION
Curses is a library of screen and window management routines. It is modeled
after the
www.eeworm.com/read/102720/15761902
3 curses.3
CURSES(3) Minix Programmer's Manual CURSES(3)
NAME
curses - screen/window management library
SYNOPSIS
cc demo.c -lcurses
DESCRIPTION
C
www.eeworm.com/read/102720/15762061
3 curses.3
%!PS-Adobe-1.0
%%Creator: devps (Pipeline Associates, Inc.)
%%CreationDate: Fri Sep 13 13:06:37 1996
%%Pages: (atend)
%%DocumentFonts: (atend)
/devps 180 dict def devps begin
/res 10.000000 def
/y_of
www.eeworm.com/read/101208/15841601
h curses.h
/*@A (C) 1992 Allen I. Holub */
#ifndef __CURSES_H
#define __CURSES_H
typedef struct _window_
{
int x_org; /* X coordinate of upper-le
www.eeworm.com/read/100265/15879335
cc curses.cc
// this is a seperate interface to all thing cursed
// unfortunately, there is major namespace clash which I can't be bothered fixing
#include
#include
#include
#inclu
www.eeworm.com/read/100265/15879396
h curses.h
void init_curses(bool);
void set_title(const char*); // set xterm title
const char *lookup_key(const char *); // kf1-> whatver f1 key should return
extern char special_chars[];
extern char real_speci
www.eeworm.com/read/100079/15885891
c curses.c
/*
* Miscellaneous curses(3) routines.
*/
#define STR_WIDTH 256
#define NUM_WIDTH 16
#include
#include
#include
#include "config.h"
#include "misc.h"
#include "stat
www.eeworm.com/read/429795/8788509
py curses_display.py
#!/usr/bin/python
#
# Urwid curses output wrapper.. the horror..
# Copyright (C) 2004-2007 Ian Ward
#
# This library is free software; you can redistribute it and/or
# modify it under the te
www.eeworm.com/read/381627/9081406
h m_curses.h
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/* Include right curses to be used */
/* Set
www.eeworm.com/read/183326/9170274
h curses.priv.h
/****************************************************************************
* Copyright (c) 1998-2004,2005 Free Software Foundation, Inc. *
*