-
Notifications
You must be signed in to change notification settings - Fork 249
INSEDIT
ProfHoekstra edited this page Mar 5, 2018
·
2 revisions
Entert a text in the console (currently pygame version only)
This function can be used to insert text on the current edit line in the console. Useful examples are:
- Multiple line edit (more functionality), like in LISTRTE
- Helping the user with partial commands filled in
- Ask the user something, with the user completing the command line
Usage:
INSEDIT txt
Arguments:
Name | Type | Required | Description |
---|---|---|---|
txt | txt | yes | any text for display |