File: iselect_help.c

package info (click to toggle)
iselect 1.0.4-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 404 kB
  • ctags: 199
  • sloc: ansic: 1,641; perl: 479; sh: 455; makefile: 155
file content (35 lines) | stat: -rw-r--r-- 1,213 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/* iselect_help.c -- automatically generated by asc2c */

#include <stdio.h>

char *iSelect_Help[] = {\
"  <b>    _ ____       _           _   </b>",
"  <b>   (_) ___|  ___| | ___  ___| |_ </b>",
"  <b>  / /\\___ \\ / _ \\ |/ _ \\/ __| __|</b>",
"  <b> / /  ___) |  __/ |  __/ (__| |_ </b>",
"  <b>(_(  |____/ \\___|_|\\___|\\___|\\__|</b>",
"",
"  <b>iSelect -- Interactive Selection Tool</b>",
"",
"  Cursor Movement:",
"      <b>CURSOR-UP</b> ..... Move cursor one line up",
"      <b>CURSOR-DOWN</b> ... Move cursor one line down",
"      <b>PAGE-UP</b> ....... Move cursor one page up",
"      <b>PAGE-DOWN</b> ..... Move cursor one page down",
"      <b>g</b> ............. Goto first line",
"      <b>G</b> ............. Goto last line",
"",
"  Line Selection:",
"      <b>RETURN</b> ........ Select line and exit",
"      <b>CURSOR-RIGHT</b> .. Select line and exit",
"      <b>SPACE</b> ......... Select line and stay (multi-line mode only)",
"",
"  Others:",
"      <b>q</b> ............. Quit (exit without selection)",
"      <b>CURSOR-LEFT</b> ... Quit (exit without selection)",
"      <b>h</b> ............. Help Page (this page)",
"      <b>v</b> ............. Version Page",
"",
NULL };

/*EOF*/