Home
last modified time | relevance | path

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

123

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py59 import curses
121 curses.napms(2000)
1238 curses.echo()
1239 curses.curs_set(1)
1240 curses.endwin()
1258 curses.init_pair(0xFF, curses.COLOR_BLACK, curses.COLOR_WHITE);
1259 curses.init_pair(CURSES_NORMAL, curses.COLOR_WHITE, curses.COLOR_BLACK)
1260 curses.init_pair(CURSES_HIGHLIGHT, curses.COLOR_WHITE, curses.COLOR_BLUE)
1261 curses.init_pair(CURSES_WARNING, curses.COLOR_WHITE, curses.COLOR_RED)
1270 curses.noecho()
[all …]
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 )
156 curses.nl()
160 self.decoration.setText( 2, 1, title, curses.A_BOLD )
166 self.decoration.setText( self.StatusPosition, 1, status, curses.A_BOLD )
335 curses.doupdate()
[all …]
H A Dknotty.py168 import curses
173 self.curses = curses
181 curses.setupterm()
182 if curses.tigetnum("colors") > 2 and os.environ.get('NO_COLOR', '') == '':
188 self.ed = curses.tigetstr("ed")
190 self.cuu = curses.tigetstr("cuu")
212 sys.stdout.buffer.write(self.curses.tparm(self.cuu, lines))
213 sys.stdout.buffer.write(self.curses.tparm(self.ed))
/openbmc/openbmc/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>
/openbmc/openbmc/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: do not add a curses include path from the host
7 curses modules to fail at runtime if the host curses is configured
8 differently to native curses (observed on current OpenSuse Tumbleweed
25 -# first curses header check
31 # On Solaris, term.h requires curses.h
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dcurs.c33 } curses[] = { in nv50_curs_new() local
47 cid = nvif_mclass(&disp->disp->object, curses); in nv50_curs_new()
53 return curses[cid].new(drm, head, curses[cid].oclass, pwndw); in nv50_curs_new()
/openbmc/openbmc/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"
/openbmc/linux/tools/kvm/kvm_stat/
H A Dkvm_stat23 import curses
1072 curses.noecho()
1073 curses.cbreak()
1098 curses.echo()
1335 self.screen.addstr(0, y, marker, curses.A_BLINK | curses.A_STANDOUT)
1340 curses.cbreak()
1369 curses.cbreak()
1398 curses.echo()
1424 curses.echo()
1467 curses.echo()
[all …]
/openbmc/openbmc/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…
/openbmc/openbmc/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>
/openbmc/u-boot/scripts/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
/openbmc/openbmc/poky/meta/recipes-core/ncurses/site_config/
H A Dheaders1 curses.h
2 ncurses/curses.h
/openbmc/openbmc/poky/meta-selftest/recipes-test/aspell/
H A Daspell_0.0.0.1.bb19 PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses"
/openbmc/openbmc/poky/meta/recipes-support/aspell/
H A Daspell_0.60.8.1.bb20 PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses"
/openbmc/openbmc/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
/openbmc/openbmc/poky/meta/recipes-core/ncurses/
H A Dncurses.inc2 DESCRIPTION = "SVr4 and XSI-Curses compatible curses library and terminfo tools including tic, info…
125 -e '\!/\* \$Id: curses.wide,v!,\!/\* \$Id: curses.tail,v!d' \
138 unifdef -k narrowc/include/curses.h | \
139 sed ${_unifdef_cleanup} > curses-narrowc.h
140 unifdef -k widec/include/curses.h | \
141 sed ${_unifdef_cleanup} > curses-widec.h
143 diff curses-narrowc.h curses-widec.h
163 # Order of installation is important; widec installs a 'curses.h'
252 oe_multilib_header curses.h
/openbmc/openbmc/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)."
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcurses/
H A Dlibcurses-perl_1.41.bb1 DESCRIPTION = "lib-curses provides an interface between Perl programs and \
2 the curses library."
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch19 include/curses.events | 2 +-
30 @@ -47,7 +47,7 @@ If you are converting from BSD curses and do not have root access, be sure
45 default curses distribution.
49 You can make curses and terminfo fall back to an existing file of termcap
66 diff --git a/include/curses.events b/include/curses.events
68 --- a/include/curses.events
69 +++ b/include/curses.events
/openbmc/qemu/ui/
H A Dmeson.build54 if curses.found()
56 curses_ss.add(when: [curses, iconv], if_true: [files('curses.c'), pixman])
57 ui_modules += {'curses' : curses_ss}
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-kconfiglib_14.1.0.bb13 python3-curses \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/
H A Dproftpd_1.3.7c.bb31 PACKAGECONFIG[curses] = "--enable-curses --enable-ncurses, --disable-curses --disable-ncurses, ncur…
/openbmc/openbmc/poky/documentation/
H A Dpoky.yaml.in25 diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \
/openbmc/openbmc/poky/meta/recipes-devtools/fdisk/gptfdisk/
H A D0001-gptcurses-correctly-include-curses.h.patch4 Subject: [PATCH] gptcurses: correctly include curses.h
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/
H A D0001-Forward-port-defining-PREFIX_BINDIR-to-use-new-autoc.patch17 @@ -44,7 +44,7 @@ wi_EXTRA_SYSV_SUNOS_DIRS dnl For better curses library on SunOS 4

123