[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
2.4 Readline Convenience Functions
2.4.1 Naming a Function | How to give a function you write a name. | |
2.4.2 Selecting a Keymap | Making keymaps. | |
2.4.3 Binding Keys | Changing Keymaps. | |
2.4.4 Associating Function Names and Bindings | Translate function names to key sequences. | |
2.4.5 Allowing Undoing | How to make your functions undoable. | |
2.4.6 Redisplay | Functions to control line display. | |
2.4.7 Modifying Text | Functions to modify rl_line_buffer .
| |
2.4.8 Character Input | Functions to read keyboard input. | |
2.4.9 Terminal Management | Functions to manage terminal settings. | |
2.4.10 Utility Functions | Generally useful functions and hooks. | |
2.4.11 Miscellaneous Functions | Functions that don’t fall into any category. | |
2.4.12 Alternate Interface | Using Readline in a ‘callback’ fashion. | |
2.4.13 A Readline Example | An example Readline function. |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |