Displaying 20 results from an estimated 700 matches similar to: "ssh-keygen: sanitize ANSI escape sequences in key comment"
2016 Jan 05
8
[Bug 2520] New: ssh-keygen: sanitize ANSI escape sequences in key comment
https://bugzilla.mindrot.org/show_bug.cgi?id=2520
Bug ID: 2520
Summary: ssh-keygen: sanitize ANSI escape sequences in key
comment
Product: Portable OpenSSH
Version: 7.1p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: ssh-keygen
2017 Feb 07
0
buggy ANSI escape sequences in R prompt
I guess that R does not know about ANSI sequences, and it calculates the
width of the prompt including the characters in the sequences. You cannot
do much about this, except maybe use a prompt that has two lines. You can
put the colored text and whatever you like in the first line, and the
second line can be non-ANSI.
Note that this works in the terminal, but does not work in RStudio. RStudio
2017 Feb 07
2
buggy ANSI escape sequences in R prompt
When R is run interactively in a terminal which supports colors, it is
possible to use ANSI escape sequences in order to put colors in the prompt,
such as
options(prompt = "\033[0;31mThis is red\033[0m> ")
Unfortunately, something goes wrong because for long command lines, the
line continuation override the prompt instead of being written in the next
line. The problem gets worse
2009 Apr 03
1
MacOS Compile questions
Hello,
I've just compiled tinc on OS X and have the following questions when
following the instructions in the manual on the web.
My environment is as follows:
OS X 10.5.6
Fink 0.9.0 (Binary Package)
I'm using TunTap 20080804 from http://tuntaposx.sourceforge.net/
1. dlcompat is not found in fink. It seemed to compile ok without it,
is this critical? I saw no mention of it in the
2009 Apr 12
1
Bridging on os x
Hello,
I've been trying to get bridging working on os x for about a week and
haven't been able to do it. I've exhausted the examples and google and
just can't get it to work. Any help would be appreciated, as I'm about
to give up :(
The goal is to join our two 192.168.1.x networks and share a large
192.168.1.x network between the two of us.
Our setup is as follows:
2016 Jan 02
4
[Bug 93563] New: Hack'n'Slash hangs with Nouveau driver
https://bugs.freedesktop.org/show_bug.cgi?id=93563
Bug ID: 93563
Summary: Hack'n'Slash hangs with Nouveau driver
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee:
2018 Apr 02
0
New Package fansi: ANSI Control Sequence Aware String Functions
fansi provides counterparts to the base string manipulation functions substr, strwrap, strtrim, strsplit, and n(z)char that account for ANSI CSI SGR control sequences.? ANSI CSI SGR control sequences [1] can be used to format text in terminals that support them.
For example the control sequence "\033[31m" causes text that follows to render in red, and the control sequence
2013 Nov 12
1
syslinux ansi <-> vesa color mapping
I have noticed anything using ANSI escape sequences to color text does not work
if syslinux is in VESA mode. It only works if the \1#, \2#, or \3# are used.
This means that libmenu which relies on csprint fails to render colors in
VESA mode. I noticed the default color table has a complete table generated at
runtime for all VGA color combinations, which csprint also does but from VGA
attributes on
2011 Jan 09
1
[PATCH] xen: fix non-ANSI function warning in irq.c
From: Randy Dunlap <randy.dunlap at oracle.com>
Fix sparse warning for non-ANSI function declaration:
arch/x86/xen/irq.c:129:30: warning: non-ANSI function declaration of function 'xen_init_irq_ops'
Signed-off-by: Randy Dunlap <randy.dunlap at oracle.com>
Cc: Jeremy Fitzhardinge <jeremy.fitzhardinge at citrix.com>
---
arch/x86/xen/irq.c | 2 +-
1 file changed, 1
2011 Jan 09
1
[PATCH] xen: fix non-ANSI function warning in irq.c
From: Randy Dunlap <randy.dunlap at oracle.com>
Fix sparse warning for non-ANSI function declaration:
arch/x86/xen/irq.c:129:30: warning: non-ANSI function declaration of function 'xen_init_irq_ops'
Signed-off-by: Randy Dunlap <randy.dunlap at oracle.com>
Cc: Jeremy Fitzhardinge <jeremy.fitzhardinge at citrix.com>
---
arch/x86/xen/irq.c | 2 +-
1 file changed, 1
2011 Jan 09
1
[PATCH] xen: fix non-ANSI function warning in irq.c
From: Randy Dunlap <randy.dunlap at oracle.com>
Fix sparse warning for non-ANSI function declaration:
arch/x86/xen/irq.c:129:30: warning: non-ANSI function declaration of function 'xen_init_irq_ops'
Signed-off-by: Randy Dunlap <randy.dunlap at oracle.com>
Cc: Jeremy Fitzhardinge <jeremy.fitzhardinge at citrix.com>
---
arch/x86/xen/irq.c | 2 +-
1 file changed, 1
2006 Feb 22
1
[LLVMdev] Compiling with -ansi and -pedantic
Hi,
I'd like to use the compiler flags -ansi -pedantic -Wno-long-long in my
project but some llvm headers cause errors with them. I tried to compile llvm
with these flags but it proved to be quite difficult. The headers, however,
seemed easier to fix. Almost all of the errors were commas at the ends of
enum lists or extraneous semicolons after namespaces.
I went ahead and hunted down
2001 Jun 07
0
non-ansi function in openbsd-compat
I ran across one file in the openbsd-compat directory, strmode.c, that was
not using an ANSI C function declaration. One compiler (HPUX's cc -Ae)
wouldn't let it pass. Here's a patch.
- Dave Dykstra
*** openbsd-compat/strmode.c.O Wed Jun 6 17:32:44 2001
--- openbsd-compat/strmode.c Wed Jun 6 17:32:59 2001
***************
*** 43,51 ****
#include <string.h>
void
!
2001 Apr 24
1
Help: How to run DOS program which needs ansi.sys???
Hi folks,
does anybody know how to get a DOS executable to run that relies heavily on
ansi.sys
to simulate a text-based user interface? My wine version is "Wine release
20010305".
Any help appreciated.
Regards
Lothar
--
Lothar Birk -- Institute of Naval Architecture and Ocean Engineering
E-mail L.Birk@ism.TU-Berlin.DE S-Mail TU Berlin
Phone +49 (0)30 314 26010 (direct line) or
2006 Apr 20
0
Colour coding the dialplan -- NoOp and ANSI codes?
Hey all,
I could have sworn I saw it done once, and it seems to make perfect
sense that someone might want to colour code the NoOp() lines so that
the console logging messages stand out more.
If anyone has done this and wouldn't mind sharing the secret, I'd be
much appreciative!
Thanks!
Leif Madsen.
2020 Jul 24
0
Remove ANSI colour trings from log files only
Have you tried starting asterisk with the "-n" param?
-n Disable console colorization
On Thu, Jul 23, 2020 at 5:11 PM Andrew Yager <andrew at rwts.com.au> wrote:
> Hi,
>
> Is there a way to drop the ANSI colour strings from log files? In
> particular, I've got JSON logging throwing logs over to ES, but they have
> the ANSI colour escape
2020 Jul 24
0
Remove ANSI colour trings from log files only
You can post process the logs with something like sed. See:
https://superuser.com/questions/380772/removing-ansi-color-codes-from-text-stream
On 7/23/20 5:10 PM, Andrew Yager wrote:
> Hi,
>
> Is there a way to drop the ANSI colour strings from log files? In
> particular, I've got JSON logging throwing logs over to ES, but they
> have the ANSI colour escape sequences.
>
2017 Jun 07
0
[PATCH][drm-next] drm/nouveau: fix non-ANSI function declaration of nouveau_pmops_runtime
From: Colin Ian King <colin.king at canonical.com>
Give function nouveau_pmops_runtime a void argument to make it an ANSI
function declaration. Fixes sparse warning:
warning: non-ANSI function declaration of function 'nouveau_pmops_runtime'
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
drivers/gpu/drm/nouveau/nouveau_drm.c | 2 +-
1 file changed, 1
2011 Nov 10
2
Convert RTF to ANSI color codes
Anyone have a script or utility to convert an RTF file to ANSI? The
main idea here is to preserve the color codes that are specified in
the RTF file, so they can be displayed easily in a terminal window.
2012 Jun 26
1
Terminfo ansi-m entry missing
Hi All:
It appears that the terminfo ansi-m file is no longer distributed with
the CentOS 6.2 (along with many others). Can anyone advise how I can
obtain this file? As a work around I have copied the file from a CentOS
4 box but that is probably not the "proper" way to do it.
TIA
Regards, Hugh
--
Hugh E Cruickshank, Forward Software, www.forward-software.com