Home
last modified time | relevance | path

Searched refs:curses (Results 1 – 25 of 97) sorted by relevance

1234

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dncurses.py43 import curses
68 def __init__( self, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ):
69 self.win = curses.newwin( height, width, y, x )
104 self.win.hline( y, 0, curses.ACS_HLINE, self.dimensions[WIDTH] )
109 … def __init__( self, title, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ):
113 self.decoration.win.hline( 2, 1, curses.ACS_HLINE, width-2 )
117 self.decoration.setText( 1, 1, title.center( self.dimensions[WIDTH]-2 ), curses.A_BOLD )
156 curses.nl()
160 self.decoration.setText( 2, 1, title, curses.A_BOLD )
161 self.decoration.setText( self.StatusPosition - 8, 1, "Status:", curses.A_BOLD )
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui-ncurses/
H A D0001-Fix-the-error-of-can-t-find-header-file.patch25 -#include <ncursesw/curses.h>
26 +#include <curses.h>
47 -#include <ncursesw/curses.h> /* curses.h: #define NCURSES_CH_T cchar_t */
48 +#include <curses.h> /* curses.h: #define NCURSES_CH_T cchar_t */
80 -#include <ncursesw/curses.h>
81 +#include <curses.h>
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A D0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch4 Subject: [PATCH] configure.ac, setup.py: do not add a curses include path from
8 curses modules to fail at runtime if the host curses is configured
9 differently to native curses (observed on current OpenSuse Tumbleweed
28 -# first curses header check
34 AC_CHECK_HEADERS(curses.h ncurses.h)
36 # On Solaris, term.h requires curses.h
/OK3568_Linux_fs/kernel/tools/kvm/kvm_stat/
H A Dkvm_stat23 import curses
1003 self.screen = curses.initscr()
1004 curses.noecho()
1005 curses.cbreak()
1011 curses.start_color()
1012 except curses.error:
1018 curses.curs_set(0)
1019 except curses.error:
1022 curses.use_default_colors()
1030 curses.echo()
[all …]
/OK3568_Linux_fs/buildroot/package/python3/
H A D0016-Add-an-option-to-disable-the-curses-module.patch4 Subject: [PATCH] Add an option to disable the curses module
25 - curses \
34 +LIBSUBDIRS += curses
48 +AC_ARG_ENABLE(curses,
49 + AS_HELP_STRING([--disable-curses], [disable curses]),
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/
H A Dcurs.c33 } curses[] = { in nv50_curs_new() local
46 cid = nvif_mclass(&disp->disp->object, curses); in nv50_curs_new()
52 return curses[cid].new(drm, head, curses[cid].oclass, pwndw); in nv50_curs_new()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/joe/
H A Djoe_4.6.bb9 PACKAGECONFIG ??= "curses"
10 PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses,ncurses-terminfo"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/
H A D0002-build-don-t-ignore-CPPFLAGS-from-environment.patch19 @@ -56,7 +56,7 @@ AC_ARG_WITH(curses,
20 …[ --with-curses(=XXX) compile curses front-end (XXX is curses (default), ncurses, ncursesw, pdcur…
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190713.patch.gz ... 21# doc/html/ada/terminal_interface-curses-terminfo__adb.htm | 2 22# doc/ ...
HDncurses-6.1-20191214.patch.gz ... ++++-- 40# include/curses.tail | 4 ++- 41# include ...
HDncurses-6.1-20191207.patch.gz ... .1.html | 2 39# include/curses.tail | 5 - 40# include/term_entry ...
HDncurses-6.1-20191026.patch.gz ... A HREF="ncurses.3x.html">curses(3x)</A></ ...
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hstr/files/
H A D0001-Use-OE-specific-checks-for-ncurses.patch22 - #include <ncursesw/curses.h>
23 + #include <curses.h>
35 -#include <ncursesw/curses.h>
36 +#include <curses.h>
/OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/
H A Dcheck-lxdialog.sh10 for lib in ncursesw ncurses curses ; do
28 elif [ -f /usr/include/ncursesw/curses.h ]; then
33 elif [ -f /usr/include/ncurses/curses.h ]; then
/OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/
H A Dcheck-lxdialog.sh11 for lib in ncursesw ncurses curses ; do
29 elif [ -f /usr/include/ncursesw/curses.h ]; then
34 elif [ -f /usr/include/ncurses/curses.h ]; then
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0020-llvm-Do-not-use-find_library-for-ncurses.patch27 - find_library(COMPILER_RT_TERMINFO_LIB NAMES terminfo tinfo curses ncurses ncursesw ${MAYBE_REQUI…
28 + find_library(COMPILER_RT_TERMINFO_LIB NAMES terminfo tinfo curses ncurses ncursesw ${MAYBE_REQUI…
40 -find_library(Terminfo_LIBRARIES NAMES terminfo tinfo curses ncurses ncursesw)
41 +find_library(Terminfo_LIBRARIES NAMES terminfo tinfo curses ncurses ncursesw NO_DEFAULT_PATH NO_CM…
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/ncurses/
H A Dncurses.inc2 DESCRIPTION = "SVr4 and XSI-Curses compatible curses library and terminfo tools including tic, info…
127 -e '\!/\* \$Id: curses.wide,v!,\!/\* \$Id: curses.tail,v!d' \
140 unifdef -k narrowc/include/curses.h | \
141 sed ${_unifdef_cleanup} > curses-narrowc.h
142 unifdef -k widec/include/curses.h | \
143 sed ${_unifdef_cleanup} > curses-widec.h
145 diff curses-narrowc.h curses-widec.h
165 # Order of installation is important; widec installs a 'curses.h'
254 oe_multilib_header curses.h
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/aspell/
H A Daspell_0.0.0.1.bb19 PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses"
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/aspell/
H A Daspell_0.60.8.bb23 PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/ncurses/site_config/
H A Dheaders1 curses.h
2 ncurses/curses.h
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/
H A Dbusybox-cross-menuconfig.patch9 This patch syncs up with the way the menuconfig ncurses / curses
12 of the curses libraries.
19 problems when the host's curses includes are used instead of the
21 case where there is no curses libraries at all on the host system and
/OK3568_Linux_fs/buildroot/package/mg/
H A Dmg.mk14 MG_CONF_OPTS += --with-curses
16 MG_CONF_OPTS += --without-curses
/OK3568_Linux_fs/buildroot/package/joe/
H A Djoe.mk14 JOE_CONF_OPTS += --enable-curses
16 JOE_CONF_OPTS += --disable-curses
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/cgdb/
H A Dcgdb_0.8.0.bb1 SUMMARY = "curses-based interface to GDB"
2 DESCRIPTION = "cgdb is a lightweight curses (terminal-based) interface to the GNU Debugger (GDB)."
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libcurses/
H A Dlibcurses-perl_1.38.bb1 DESCRIPTION = "lib-curses provides an interface between Perl programs and \
2 the curses library."

1234