Home
last modified time | relevance | path

Searched refs:SGR (Results 1 – 25 of 1181) sorted by relevance

12345678910>>...48

/dports/x11-toolkits/vte3/vte-0.64.2/src/
H A Dparser-sgr.hh25 SGR(SET, BOLD, 1)
26 SGR(SET, DIM, 2)
27 SGR(SET, ITALIC, 3)
28 SGR(SET, UNDERLINE, 4)
29 SGR(SET, BLINK, 5)
31 SGR(SET, REVERSE, 7)
47 SGR(RESET, ALL, 0)
55 SGR(RESET, FORE, 39)
56 SGR(RESET, BACK, 49)
58 SGR(RESET, DECO, 59)
[all …]
/dports/x11/konsole/konsole-21.12.3/doc/developer/old-documents/VT100/
H A Ddb.trans71 TY_CSI_PS|SGR|'m'|10|||
72 TY_CSI_PS|SGR|'m'|11|||
73 TY_CSI_PS|SGR|'m'|12|||
78 TY_CSI_PS|SGR|'m'|30|scr|setForeColor|0
79 TY_CSI_PS|SGR|'m'|31|scr|setForeColor|1
80 TY_CSI_PS|SGR|'m'|32|scr|setForeColor|2
81 TY_CSI_PS|SGR|'m'|33|scr|setForeColor|3
82 TY_CSI_PS|SGR|'m'|34|scr|setForeColor|4
83 TY_CSI_PS|SGR|'m'|35|scr|setForeColor|5
84 TY_CSI_PS|SGR|'m'|36|scr|setForeColor|6
[all …]
/dports/misc/teseq/teseq-1.1.1/tests/function-labels/
H A Dexpected2 & SGR: SELECT GRAPHIC RENDITION
4 & SGR: SELECT GRAPHIC RENDITION
7 & SGR: SELECT GRAPHIC RENDITION
9 & SGR: SELECT GRAPHIC RENDITION
12 & SGR: SELECT GRAPHIC RENDITION
19 & SGR: SELECT GRAPHIC RENDITION
35 & SGR: SELECT GRAPHIC RENDITION
44 & SGR: SELECT GRAPHIC RENDITION
46 & SGR: SELECT GRAPHIC RENDITION
48 & SGR: SELECT GRAPHIC RENDITION
[all …]
/dports/misc/teseq/teseq-1.1.1/tests/hardstatus/
H A Dexpected18 & SGR: SELECT GRAPHIC RENDITION
41 & SGR: SELECT GRAPHIC RENDITION
49 & SGR: SELECT GRAPHIC RENDITION
55 & SGR: SELECT GRAPHIC RENDITION
63 & SGR: SELECT GRAPHIC RENDITION
69 & SGR: SELECT GRAPHIC RENDITION
77 & SGR: SELECT GRAPHIC RENDITION
83 & SGR: SELECT GRAPHIC RENDITION
91 & SGR: SELECT GRAPHIC RENDITION
103 & SGR: SELECT GRAPHIC RENDITION
[all …]
/dports/misc/teseq/teseq-1.1.1/tests/prompt-descript/
H A Dexpected2 & SGR: SELECT GRAPHIC RENDITION
5 & SGR: SELECT GRAPHIC RENDITION
9 & SGR: SELECT GRAPHIC RENDITION
12 & SGR: SELECT GRAPHIC RENDITION
16 & SGR: SELECT GRAPHIC RENDITION
19 & SGR: SELECT GRAPHIC RENDITION
23 & SGR: SELECT GRAPHIC RENDITION
28 & SGR: SELECT GRAPHIC RENDITION
31 & SGR: SELECT GRAPHIC RENDITION
35 & SGR: SELECT GRAPHIC RENDITION
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/swipl-win/
H A Dansi_esc_seq.cpp78 if (mode.fg != SGR::Color::_Color) in setStyle()
80 else if (mode.bright_fg != SGR::Color::_Color) in setStyle()
85 if (mode.bg != SGR::Color::_Color) in setStyle()
87 else if (mode.bright_bg != SGR::Color::_Color) in setStyle()
93 case SGR::Formatting::Bold: in setStyle()
113 auto _f = SGR::Formatting::_Formatting; in next()
114 auto _c = SGR::Color::_Color; in next()
115 seq.mode = SGR { in next()
132 seq.mode.f = SGR::Formatting::Bold; in next()
135 seq.mode.fg = SGR::Color(p[1].digitValue()); in next()
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/scripts/cadofactor/
H A Dcadologger.py18 NORMAL = CSI + '0' + SGR
19 BLACK = CSI + '30' + SGR
21 RED = CSI + '31' + SGR
22 BRIGHTRED = CSI + '31;1' + SGR
23 GREEN = CSI + '32' + SGR
25 YELLOW = CSI + '33' + SGR
27 BLUE = CSI + '34' + SGR
28 BRIGHTBLUE = CSI + '34;1' + SGR
29 MAGENTA = CSI + '35' + SGR
31 CYAN = CSI + '36' + SGR
[all …]
/dports/textproc/p5-String-Tagged/String-Tagged-0.17/examples/
H A Ddemo-show.pl43 my @SGR;
46 push @SGR, $fg+30;
50 push @SGR, 39;
55 push @SGR, 4;
59 push @SGR, 24;
63 print "${CSI}".join(";", @SGR)."m" if @SGR;
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/
H A DAnsiCode.java30 public static final String SGR = "m"; field in AnsiCode
144 public static final String BLACK = CSI + RESET + ";30" + SGR;
145 public static final String RED = CSI + RESET + ";31" + SGR;
146 public static final String GREEN = CSI + RESET + ";32" + SGR;
147 public static final String YELLOW = CSI + RESET + ";33" + SGR;
148 public static final String BLUE = CSI + RESET + ";34" + SGR;
149 public static final String MAGENTA = CSI + RESET + ";35" + SGR;
150 public static final String CYAN = CSI + RESET + ";36" + SGR;
151 public static final String GRAY = CSI + RESET + ";37" + SGR;
152 public static final String DEFAULT_FORE = CSI + "39" + SGR;
[all …]
/dports/misc/teseq/teseq-1.1.1/tests/T.416/
H A Dexpected2 & SGR: SELECT GRAPHIC RENDITION
7 & SGR: SELECT GRAPHIC RENDITION
10 & SGR: SELECT GRAPHIC RENDITION
13 & SGR: SELECT GRAPHIC RENDITION
16 & SGR: SELECT GRAPHIC RENDITION
/dports/misc/teseq/teseq-1.1.1/tests/params/
H A Dexpected2 & SGR: SELECT GRAPHIC RENDITION
5 & SGR: SELECT GRAPHIC RENDITION
8 & SGR: SELECT GRAPHIC RENDITION
12 & SGR: SELECT GRAPHIC RENDITION
16 & SGR: SELECT GRAPHIC RENDITION (private params)
/dports/misc/teseq/teseq-1.1.1/tests/cntrl-esc/
H A Dexpected8 & SGR: SELECT GRAPHIC RENDITION
11 & SGR: SELECT GRAPHIC RENDITION
15 & SGR: SELECT GRAPHIC RENDITION
18 & SGR: SELECT GRAPHIC RENDITION
22 & SGR: SELECT GRAPHIC RENDITION
/dports/games/easyrpg-player/Player-0.7.0/src/external/
H A Drang.hpp325 inline const SGR &defaultState() noexcept in defaultState()
327 static const SGR defaultSgr = []() -> SGR { in defaultState()
336 SGR sgr = { 0, 0, 0, 0, FALSE, FALSE }; in defaultState()
353 inline void setWinSGR(rang::bg col, SGR &state) noexcept in setWinSGR()
362 inline void setWinSGR(rang::fg col, SGR &state) noexcept in setWinSGR()
371 inline void setWinSGR(rang::bgB col, SGR &state) noexcept in setWinSGR()
377 inline void setWinSGR(rang::fgB col, SGR &state) noexcept in setWinSGR()
383 inline void setWinSGR(rang::style style, SGR &state) noexcept in setWinSGR()
398 inline SGR &current_state() noexcept in current_state()
400 static SGR state = defaultState(); in current_state()
[all …]
/dports/devel/rang/rang-3.2/include/
H A Drang.hpp324 inline const SGR &defaultState() noexcept in defaultState()
326 static const SGR defaultSgr = []() -> SGR { in defaultState()
335 SGR sgr = { 0, 0, 0, 0, FALSE, FALSE }; in defaultState()
352 inline void setWinSGR(rang::bg col, SGR &state) noexcept in setWinSGR()
361 inline void setWinSGR(rang::fg col, SGR &state) noexcept in setWinSGR()
370 inline void setWinSGR(rang::bgB col, SGR &state) noexcept in setWinSGR()
376 inline void setWinSGR(rang::fgB col, SGR &state) noexcept in setWinSGR()
382 inline void setWinSGR(rang::style style, SGR &state) noexcept in setWinSGR()
397 inline SGR &current_state() noexcept in current_state()
399 static SGR state = defaultState(); in current_state()
[all …]
/dports/devel/R-cran-fansi/fansi/inst/doc/
H A Dsgr-in-rmd.Rmd2 title: "ANSI CSI SGR Sequences in Rmarkdown"
9 %\VignetteIndexEntry{ANSI CSI SGR Sequences in Rmarkdown}
19 ### Browsers Do Not Interpret ANSI CSI SGR Sequences
23 made it easy to format text with [ANSI CSI SGR
29 Unfortunately ANSI CSI SGR sequences are not recognized by web browsers and end
40 ### Automatically Convert ANSI CSI SGR to HTML
42 `fansi` provides the `sgr_to_html` function which converts the ANSI CSI SGR
44 modify the rendering of the `rmarkdown` document such that ANSI CSI SGR
80 If you use `crayon` to generate your ANSI CSI SGR style strings you may need to
81 set `options(crayon.enabled=TRUE)`, as in some cases `crayon` suppresses the SGR
[all …]
/dports/devel/R-cran-fansi/fansi/vignettes/
H A Dsgr-in-rmd.Rmd2 title: "ANSI CSI SGR Sequences in Rmarkdown"
9 %\VignetteIndexEntry{ANSI CSI SGR Sequences in Rmarkdown}
19 ### Browsers Do Not Interpret ANSI CSI SGR Sequences
23 made it easy to format text with [ANSI CSI SGR
29 Unfortunately ANSI CSI SGR sequences are not recognized by web browsers and end
40 ### Automatically Convert ANSI CSI SGR to HTML
42 `fansi` provides the `sgr_to_html` function which converts the ANSI CSI SGR
44 modify the rendering of the `rmarkdown` document such that ANSI CSI SGR
80 If you use `crayon` to generate your ANSI CSI SGR style strings you may need to
81 set `options(crayon.enabled=TRUE)`, as in some cases `crayon` suppresses the SGR
[all …]
/dports/textproc/bat/bat-0.18.3/tests/syntax-tests/source/dash/
H A Dshfm17 SGR) printf '%s[%s;%sm' "$esc_c" "$2" "$3" ;; # colors
160 "$y2") esc SGR 0 7
186 root) esc SGR 31 7 ;;
187 *) esc SGR 34 7 ;;
197 esc SGR 0 0
225 "$y") esc SGR 0 7
239 [ -d "$1" ] && esc SGR 1 31
242 esc SGR 0 0
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/libvterm/t/
H A D26state_query.test29 !DECRQSS on SGR
34 !DECRQSS on SGR ANSI colours
39 !DECRQSS on SGR ANSI hi-bright colours
44 !DECRQSS on SGR 256-palette colours
49 !DECRQSS on SGR RGB8 colours
/dports/devel/libvterm/libvterm-0.1.1/t/
H A D26state_query.test29 !DECRQSS on SGR
34 !DECRQSS on SGR ANSI colours
39 !DECRQSS on SGR ANSI hi-bright colours
44 !DECRQSS on SGR 256-palette colours
49 !DECRQSS on SGR RGB8 colours
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/ddevault/go-libvterm/libvterm/t/
H A D26state_query.test29 !DECRQSS on SGR
34 !DECRQSS on SGR ANSI colours
39 !DECRQSS on SGR ANSI hi-bright colours
44 !DECRQSS on SGR 256-palette colours
49 !DECRQSS on SGR RGB8 colours
/dports/astro/pp3/pp3-1.3.3/
H A Dlines.dat171 SGR 41 SGR 39 SGR 34 SGR 27 SGR 22 SGR 19 SGR 20
173 SGR 34 SGR 40 SGR 38 ;
174 SGR 22 SGR 13 ;
175 SGR 19 SGR 10 ;
176 SGR 39 SGR 37 ;
/dports/editors/vim/vim-8.2.3745/src/libvterm/t/
H A D26state_query.test29 !DECRQSS on SGR
34 !DECRQSS on SGR ANSI colours
39 !DECRQSS on SGR ANSI hi-bright colours
44 ##!DECRQSS on SGR 256-palette colours
49 !DECRQSS on SGR RGB8 colours
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/test/org/rstudio/core/client/
H A DVirtualConsoleTests.java90 return AnsiCode.CSI + code + AnsiCode.SGR; in setCsiCode()
493 AnsiCode.CSI + bgColor + AnsiCode.SGR + in testAnsiInvertCustomBgColor()
506 AnsiCode.CSI + fgColor + AnsiCode.SGR + in testAnsiInvertCustomFgColor()
645 AnsiCode.SGR + in testAnsiMultiUnsupportedRGBExtendedColorScheme()
657 vc.submit(AnsiCode.SGR + "Hello"); in testAnsiCodeSplitAcrossSubmits()
682 vc.submit(AnsiCode.SGR + AnsiCode.CSI); in testMultipleAnsiCodesSplitsAcrossSubmits()
684 vc.submit(AnsiCode.SGR + "Hello"); in testMultipleAnsiCodesSplitsAcrossSubmits()
697 vc.submit(AnsiCode.SGR); in testAnsiCodeAtEndOfSubmitCall()
710 vc.submit(AnsiCode.SGR); in testSplitAnsiCodeFollowedByMoreTextSubmits()
773 vc.submit(AnsiCode.SGR + AnsiCode.CSI); in testMultipleAnsiCodesSplitsAcrossSubmitsWithStripping()
[all …]
/dports/emulators/sameboy/SameBoy-0.14.7/SDL/
H A Dconsole.c17 #define SGR(x) CSI(x "m") macro
103 printf(SGR("0")); in is_term()
267 …printf("\r" CSI("K") "%s" SGR("2") "Reverse Search..." SGR("0") CSI("%zuG"), prompt, prompt_length… in redraw_prompt()
271 printf("\r" CSI("K") "%s" SGR("1") "%s" SGR("0"), prompt, line.content); in redraw_prompt()
275 printf("\r" CSI("K") "%s" "%.*s" SGR("1") "%s" SGR("0") "%s" CSI("%uG"), in redraw_prompt()
325 printf(SGR("2") "%c" SGR("0"), *string); in redraw_prompt()
336 printf(SGR("2") "%c" SGR("0"), *string); in redraw_prompt()
924 printf(SGR("1")); in CON_attributed_print()
928 printf(SGR("3")); in CON_attributed_print()
932 printf(SGR("4")); in CON_attributed_print()
[all …]
/dports/devel/R-cran-fansi/fansi/man/
H A Dunhandled_ctl.Rd13 be any combination of "bright" (SGR codes 90-97, 100-107), "256" (SGR codes
14 starting with "38;5" or "48;5"), and "truecolor" (SGR codes starting with
48 \item special: SGR substring contains uncommon characters in ":<=>".
49 \item unknown: SGR substring with a value that does not correspond to a known
50 SGR code.
51 \item non-SGR: a non-SGR CSI sequence.

12345678910>>...48