#include <iostream>
#include <vector>
#include <string>
#include <map>
#include <list>
#include "SReadline.h"
Include dependency graph for KeymapExample.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | swift |
Functions | |
| const string | Prompt ("Please input your command> ") |
| SReadline | Reader ("/tmp/.testhist", 32) |
| SKeymap | Keymap1 (emacs_standard_keymap) |
| SKeymap | Keymap2 (false) |
| int | PrintInfo (int Count, int Key) |
| int | SwitchToKeymap2 (int Count, int Key) |
| int | SwitchToKeymap1 (int Count, int Key) |
| int | main (int argc, char **argv) |
Definition in file KeymapExample.cpp.
1.4.5