Sophie

Sophie

distrib > Mandriva > 8.1 > i586 > by-pkgid > 700475c8ae73fb4d57b6df4485c29e1c > files > 62

slang-doc-1.4.4-2mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
 <TITLE> {The S-lang C Library Reference}: SLang_make_keystring</TITLE>
 <LINK HREF="cref-128.html" REL=next>
 <LINK HREF="cref-126.html" REL=previous>
 <LINK HREF="cref.html#toc127" REL=contents>
</HEAD>
<BODY>
<A HREF="cref-128.html">Next</A>
<A HREF="cref-126.html">Previous</A>
<A HREF="cref.html#toc127">Contents</A>
<HR>
<H2><A NAME="SLang_make_keystring"></A> <A NAME="s127">127. <B>SLang_make_keystring</B></A></H2>

<P>
<DL>
<DT><B> Synopsis </B><DD><P>Make a printable key sequence
<DT><B> Usage </B><DD><P><CODE>char *SLang_make_keystring (unsigned char *ks);</CODE>
<DT><B> Description </B><DD><P>The <CODE>SLang_make_keystring</CODE> function takes a raw key sequence
<CODE>ks</CODE> and converts it to a printable form by converting
characters such as ASCII 1 (ctrl-A) to <CODE>^A</CODE>.  That is, it
performs the opposite function of <CODE>SLang_process_keystring</CODE>.
<DT><B> Notes </B><DD><P>This function returns a pointer to a static area that will be
overwritten on the next call to <CODE>SLang_make_keystring</CODE>.
<DT><B> See Also </B><DD><P><CODE>SLang_process_keystring</CODE>
</DL>
<P>
<P>
<P>
<HR>
<A HREF="cref-128.html">Next</A>
<A HREF="cref-126.html">Previous</A>
<A HREF="cref.html#toc127">Contents</A>
</BODY>
</HTML>