Home
last modified time | relevance | path

Searched defs:termcap (Results 1 – 25 of 115) sorted by relevance

12345

/dports/audio/stmp/stmp-0.0.2/vendor/github.com/gdamore/tcell/v2/terminfo/extended/
H A Dextended.go35 _ "github.com/gdamore/tcell/v2/terminfo/l/linux"
36 _ "github.com/gdamore/tcell/v2/terminfo/p/pcansi"
37 _ "github.com/gdamore/tcell/v2/terminfo/r/rxvt"
38 _ "github.com/gdamore/tcell/v2/terminfo/s/screen"
39 _ "github.com/gdamore/tcell/v2/terminfo/s/simpleterm"
40 _ "github.com/gdamore/tcell/v2/terminfo/s/sun"
41 _ "github.com/gdamore/tcell/v2/terminfo/t/termite"
44 _ "github.com/gdamore/tcell/v2/terminfo/v/vt102"
48 _ "github.com/gdamore/tcell/v2/terminfo/v/vt420"
52 _ "github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi"
/dports/devel/llvm70/llvm-7.0.1.src/unittests/ADT/
H A DIListBaseTest.cpp35 // [S] <-> A <-> [S]
36 list_base_type::insertBeforeImpl(S, A);
37 EXPECT_EQ(&A, S.getPrev());
38 EXPECT_EQ(&S, A.getPrev());
39 EXPECT_EQ(&A, S.getNext());
40 EXPECT_EQ(&S, A.getNext());
42 // [S] <-> A <-> B <-> [S]
45 EXPECT_EQ(&A, B.getPrev());
49 EXPECT_EQ(&S, B.getNext());
53 typedef TypeParam list_base_type;
[all …]
/dports/devel/lab/lab-0.17.2/vendor/github.com/gdamore/tcell/terminfo/dynamic/
H A Ddynamic.go35 type termcap struct { struct
36 name string
37 desc string
38 aliases []string
39 bools map[string]bool
40 nums map[string]int
41 strs map[string]string
44 func (tc *termcap) getnum(s string) int {
48 func (tc *termcap) getflag(s string) bool {
52 func (tc *termcap) getstr(s string) string {
[all …]
/dports/net-im/tut/tut-0.0.17/vendor/github.com/gdamore/tcell/terminfo/dynamic/
H A Ddynamic.go35 type termcap struct { struct
36 name string
37 desc string
38 aliases []string
39 bools map[string]bool
40 nums map[string]int
41 strs map[string]string
44 func (tc *termcap) getnum(s string) int {
48 func (tc *termcap) getflag(s string) bool {
52 func (tc *termcap) getstr(s string) string {
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/gdamore/tcell/v2/terminfo/dynamic/
H A Ddynamic.go35 type termcap struct { struct
36 name string
37 desc string
38 aliases []string
39 bools map[string]bool
40 nums map[string]int
41 strs map[string]string
44 func (tc *termcap) getnum(s string) int {
48 func (tc *termcap) getflag(s string) bool {
52 func (tc *termcap) getstr(s string) string {
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/gdamore/tcell/v2/tcell-2.4.0/terminfo/dynamic/
H A Ddynamic.go35 type termcap struct { struct
36 name string
37 desc string
38 aliases []string
39 bools map[string]bool
40 nums map[string]int
41 strs map[string]string
44 func (tc *termcap) getnum(s string) int {
48 func (tc *termcap) getflag(s string) bool {
52 func (tc *termcap) getstr(s string) string {
[all …]
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/gdamore/tcell/terminfo/dynamic/
H A Ddynamic.go35 type termcap struct { struct
36 name string
37 desc string
38 aliases []string
39 bools map[string]bool
40 nums map[string]int
41 strs map[string]string
44 func (tc *termcap) getnum(s string) int {
48 func (tc *termcap) getflag(s string) bool {
52 func (tc *termcap) getstr(s string) string {
[all …]
/dports/misc/lf/lf-r26/vendor/github.com/gdamore/tcell/v2/terminfo/dynamic/
H A Ddynamic.go35 type termcap struct { struct
36 name string
37 desc string
38 aliases []string
39 bools map[string]bool
40 nums map[string]int
41 strs map[string]string
44 func (tc *termcap) getnum(s string) int {
48 func (tc *termcap) getflag(s string) bool {
52 func (tc *termcap) getstr(s string) string {
[all …]
/dports/games/neo-cowsay/Neo-cowsay-2.0.1/vendor/github.com/gdamore/tcell/v2/terminfo/dynamic/
H A Ddynamic.go35 type termcap struct { struct
36 name string
37 desc string
38 aliases []string
39 bools map[string]bool
40 nums map[string]int
41 strs map[string]string
44 func (tc *termcap) getnum(s string) int {
48 func (tc *termcap) getflag(s string) bool {
52 func (tc *termcap) getstr(s string) string {
[all …]
/dports/textproc/up/up-0.4/vendor/github.com/gdamore/tcell/terminfo/dynamic/
H A Ddynamic.go35 type termcap struct { struct
36 name string
37 desc string
38 aliases []string
39 bools map[string]bool
40 nums map[string]int
41 strs map[string]string
44 func (tc *termcap) getnum(s string) int {
48 func (tc *termcap) getflag(s string) bool {
52 func (tc *termcap) getstr(s string) string {
[all …]
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gdamore/tcell/terminfo/dynamic/
H A Ddynamic.go35 type termcap struct { struct
36 name string
37 desc string
38 aliases []string
39 bools map[string]bool
40 nums map[string]int
41 strs map[string]string
44 func (tc *termcap) getnum(s string) int {
48 func (tc *termcap) getflag(s string) bool {
52 func (tc *termcap) getstr(s string) string {
[all …]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/gdamore/tcell/terminfo/dynamic/
H A Ddynamic.go35 type termcap struct { struct
36 name string
37 desc string
38 aliases []string
39 bools map[string]bool
40 nums map[string]int
41 strs map[string]string
44 func (tc *termcap) getnum(s string) int {
48 func (tc *termcap) getflag(s string) bool {
52 func (tc *termcap) getstr(s string) string {
[all …]
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/gdamore/tcell/v2/terminfo/dynamic/
H A Ddynamic.go35 type termcap struct { struct
36 name string
37 desc string
38 aliases []string
39 bools map[string]bool
40 nums map[string]int
41 strs map[string]string
44 func (tc *termcap) getnum(s string) int {
48 func (tc *termcap) getflag(s string) bool {
52 func (tc *termcap) getstr(s string) string {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/gdamore/tcell/tcell-1.1.4/terminfo/dynamic/
H A Ddynamic.go35 type termcap struct { struct
36 name string
37 desc string
38 aliases []string
39 bools map[string]bool
40 nums map[string]int
41 strs map[string]string
44 func (tc *termcap) getnum(s string) int {
48 func (tc *termcap) getflag(s string) bool {
52 func (tc *termcap) getstr(s string) string {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/gdamore/tcell/terminfo/dynamic/
H A Ddynamic.go35 type termcap struct { struct
36 name string
37 desc string
38 aliases []string
39 bools map[string]bool
40 nums map[string]int
41 strs map[string]string
44 func (tc *termcap) getnum(s string) int {
48 func (tc *termcap) getflag(s string) bool {
52 func (tc *termcap) getstr(s string) string {
[all …]
/dports/editors/micro/micro-2.0.10/vendor/github.com/zyedidia/tcell/v2/terminfo/dynamic/
H A Ddynamic.go35 type termcap struct { struct
36 name string
37 desc string
38 aliases []string
39 bools map[string]bool
40 nums map[string]int
41 strs map[string]string
44 func (tc *termcap) getnum(s string) int {
48 func (tc *termcap) getflag(s string) bool {
52 func (tc *termcap) getstr(s string) string {
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-0.2.11/src/time/driver/
H A Dmod.rs55 /// end of the wheel, it starts again at the beginning.
57 /// The implementation maintains six wheels arranged in a set of levels. As the
58 /// levels go up, the slots of the associated wheel represent larger intervals
59 /// of time. At each level, the wheel has 64 slots. Each slot covers a range of
60 /// time equal to the wheel at the lower level. At level zero, each slot
61 /// represents one millisecond of time.
65 /// * Level 0: 64 x 1 millisecond slots.
69 /// * Level 4: 64 x ~4 hour slots.
72 /// When the timer processes entries at level zero, it will notify all the
162 entry.fire(when);
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/gdamore/tcell/terminfo/r/rxvt/
H A Dterm.go48 KeyHome: "\x1b[7~",
49 KeyEnd: "\x1b[8~",
50 KeyPgUp: "\x1b[5~",
51 KeyPgDn: "\x1b[6~",
52 KeyF1: "\x1b[11~",
53 KeyF2: "\x1b[12~",
54 KeyF3: "\x1b[13~",
58 KeyF7: "\x1b[18~",
62 KeyF11: "\x1b[23~",
66 KeyF15: "\x1b[28~",
[all …]
/dports/devel/lab/lab-0.17.2/vendor/github.com/gdamore/tcell/terminfo/
H A Dmkinfo.go48 type termcap struct { struct
49 name string
50 desc string
51 aliases []string
52 bools map[string]bool
53 nums map[string]int
54 strs map[string]string
57 func (tc *termcap) getnum(s string) int {
61 func (tc *termcap) getflag(s string) bool {
65 func (tc *termcap) getstr(s string) string {
[all …]
/dports/net-im/tut/tut-0.0.17/vendor/github.com/gdamore/tcell/terminfo/
H A Dmkinfo.go48 type termcap struct { struct
49 name string
50 desc string
51 aliases []string
52 bools map[string]bool
53 nums map[string]int
54 strs map[string]string
57 func (tc *termcap) getnum(s string) int {
61 func (tc *termcap) getflag(s string) bool {
65 func (tc *termcap) getstr(s string) string {
[all …]
/dports/textproc/up/up-0.4/vendor/github.com/gdamore/tcell/terminfo/
H A Dmkinfo.go48 type termcap struct { struct
49 name string
50 desc string
51 aliases []string
52 bools map[string]bool
53 nums map[string]int
54 strs map[string]string
57 func (tc *termcap) getnum(s string) int {
61 func (tc *termcap) getflag(s string) bool {
65 func (tc *termcap) getstr(s string) string {
[all …]
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gdamore/tcell/terminfo/
H A Dmkinfo.go48 type termcap struct { struct
49 name string
50 desc string
51 aliases []string
52 bools map[string]bool
53 nums map[string]int
54 strs map[string]string
57 func (tc *termcap) getnum(s string) int {
61 func (tc *termcap) getflag(s string) bool {
65 func (tc *termcap) getstr(s string) string {
[all …]
/dports/editors/micro/micro-2.0.10/vendor/github.com/zyedidia/tcell/v2/terminfo/
H A Dmkinfo.go48 type termcap struct { struct
49 name string
50 desc string
51 aliases []string
52 bools map[string]bool
53 nums map[string]int
54 strs map[string]string
57 func (tc *termcap) getnum(s string) int {
61 func (tc *termcap) getflag(s string) bool {
65 func (tc *termcap) getstr(s string) string {
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/gdamore/tcell/v2/tcell-2.4.0/terminfo/
H A Dmkinfo.go48 type termcap struct { struct
49 name string
50 desc string
51 aliases []string
52 bools map[string]bool
53 nums map[string]int
54 strs map[string]string
57 func (tc *termcap) getnum(s string) int {
61 func (tc *termcap) getflag(s string) bool {
65 func (tc *termcap) getstr(s string) string {
[all …]
/dports/misc/lf/lf-r26/vendor/github.com/gdamore/tcell/v2/terminfo/
H A Dmkinfo.go48 type termcap struct { struct
49 name string
50 desc string
51 aliases []string
52 bools map[string]bool
53 nums map[string]int
54 strs map[string]string
57 func (tc *termcap) getnum(s string) int {
61 func (tc *termcap) getflag(s string) bool {
65 func (tc *termcap) getstr(s string) string {
[all …]

12345