Home
last modified time | relevance | path

Searched defs:sgr0 (Results 1 – 13 of 13) sorted by relevance

/dports/mail/aerc/aerc-0.4.0/vendor/github.com/gdamore/tcell/
H A Ddatabase.json107 {"name":"apple-videx","cols":80,"lines":24,"clear":"\u000c$\u003c300/\u003e","sgr0":"\u001a2","cup"… string
113 {"name":"appleII","cols":80,"lines":24,"clear":"\u000c","cnorm":"\u0014C2","sgr0":"\u000e","cup":"\… string
117 {"name":"atari","cols":80,"lines":25,"clear":"\u001bH\u001bJ","sgr0":"\u001bq","cup":"\u001bY%p1%' … string
427 {"name":"gator-t","cols":128,"lines":94,"bell":"\u0007","clear":"\u001b[H\u001b[J","sgr0":"\u001b[m… string
473 {"name":"hmod1","cols":80,"lines":24,"bell":"\u0007","clear":"~\u001c","sgr0":"~\u0019","cup":"~\u0… string
477 {"name":"hp236","cols":80,"lines":24,"clear":"\u001bF","cnorm":"\u001bDE","sgr0":"\u001bCI","cup":"… string
559 {"name":"ibmaed","cols":80,"lines":52,"clear":"\u001bH\u001bK","sgr0":"\u001b0","cup":"\u001bY%p1%'… string
813 {"name":"pcix","cols":80,"lines":24,"clear":"\u001bc","sgr0":"\u001b[m","smul":"\u001b[4m","cup":"\… string
991 {"name":"tek4112-5","cols":80,"lines":5,"clear":"\u001b[2J\u001b[0;0H","sgr0":"\u001b[m","smul":"\u… string
1105 {"name":"vsc","cols":80,"lines":26,"clear":"\u001b[;H\u001b[2J$\u003c50/\u003e","sgr0":"\u001f!","s… string
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/gdamore/tcell/tcell-1.1.4/
H A Ddatabase.json107 {"name":"apple-videx","cols":80,"lines":24,"clear":"\u000c$\u003c300/\u003e","sgr0":"\u001a2","cup"… string
113 {"name":"appleII","cols":80,"lines":24,"clear":"\u000c","cnorm":"\u0014C2","sgr0":"\u000e","cup":"\… string
117 {"name":"atari","cols":80,"lines":25,"clear":"\u001bH\u001bJ","sgr0":"\u001bq","cup":"\u001bY%p1%' … string
427 {"name":"gator-t","cols":128,"lines":94,"bell":"\u0007","clear":"\u001b[H\u001b[J","sgr0":"\u001b[m… string
473 {"name":"hmod1","cols":80,"lines":24,"bell":"\u0007","clear":"~\u001c","sgr0":"~\u0019","cup":"~\u0… string
477 {"name":"hp236","cols":80,"lines":24,"clear":"\u001bF","cnorm":"\u001bDE","sgr0":"\u001bCI","cup":"… string
559 {"name":"ibmaed","cols":80,"lines":52,"clear":"\u001bH\u001bK","sgr0":"\u001b0","cup":"\u001bY%p1%'… string
813 {"name":"pcix","cols":80,"lines":24,"clear":"\u001bc","sgr0":"\u001b[m","smul":"\u001b[4m","cup":"\… string
991 {"name":"tek4112-5","cols":80,"lines":5,"clear":"\u001b[2J\u001b[0;0H","sgr0":"\u001b[m","smul":"\u… string
1105 {"name":"vsc","cols":80,"lines":26,"clear":"\u001b[;H\u001b[2J$\u003c50/\u003e","sgr0":"\u001f!","s… string
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/taocrypt/src/
H A Dsha.cpp27 #include "algorithm.hpp"
38 #define blk1(i) (W[i&15] = \
41 #define f1(x,y,z) (z^(x &(y^z)))
226 SHA224& SHA224::operator= (const SHA224& that)
228 SHA224 tmp(that);
283 STL::swap(buffLen_, other.buffLen_);
516 static const word64 K512[80] = {
616 #ifdef DO_SHA_ASM
622 AS2( xor esi, z ) \
874 AS2( mov edx, [edi + 44] )
[all …]
/dports/devel/ncurses/ncurses-6.3/test/
H A Dtest_sgr.c145 dumpit(unsigned bits, unsigned ignore, const char *sgr, const char *sgr0) in dumpit()
/dports/misc/teseq/teseq-1.1.1/src/
H A Dputter.c86 static struct sgr_def sgr0 = { "", 0 }; variable
/dports/devel/libtickit/libtickit-0.4.2a/src/
H A Dtermdriver-ti.c90 const char *sgr0; // Exit Attribute Mode member
/dports/net/c3270/suite3270-4.0/Common/
H A Dx3270if.c1210 char *sgr0; in interactive_io() local
/dports/x11/x3270/suite3270-4.0/Common/
H A Dx3270if.c1210 char *sgr0; in interactive_io() local
/dports/sysutils/heirloom/heirloom-070715/pg/
H A Dpg.c254 static const char *sgr0; /* sgr0 sequence */ variable
/dports/net/c3270/suite3270-4.0/c3270/
H A Dscreen.c321 char *sgr0; /* reset graphic rendition */ member
/dports/x11/x3270/suite3270-4.0/c3270/
H A Dscreen.c321 char *sgr0; /* reset graphic rendition */ member
/dports/sysutils/ldapvi/ldapvi-1.7/
H A Dldapvi.c845 char *sgr0 = tigetstr("sgr0"); in print_counter() local
/dports/misc/cxxmatrix/cxxmatrix-e70ecca/
H A Dcxxmatrix.cpp370 void sgr0() { in sgr0() function