summaryrefslogtreecommitdiff
path: root/src/cmd.c
Commit message (Collapse)AuthorAge
* cmd: remove debug lineAlfred E. Heggestad2016-12-10
|
* cmd: print value defined in LONG_PREFIXAlfred E. Heggestad2016-11-29
|
* cmd: check for duplicated entriesAlfred E. Heggestad2016-11-27
| | | | | | | | | | | - registering duplicate short commands is no longer possible - disable a couple of short commands, use long command instead (short commands should only be used for very frequently used things) - menu: properly register/unregister digit handlers for active calls thanks to Juha Heinanen for reporting an issue with the 'a' key
* cmd: fix printing of short commandsAlfred E. Heggestad2016-09-04
|
* cmd: adjust long-commands widthAlfred E. Heggestad2016-08-16
|
* cmd: also ignore KEYCODE_NONE in editorAlfred E. Heggestad2016-08-14
|
* ignore KEYCODE_NONE, refs #149Alfred E. Heggestad2016-08-13
|
* cmd: make it fully re-entrantAlfred E. Heggestad2016-08-07
|
* cmd: rename print_match to get_matchAlfred E. Heggestad2016-08-07
|
* cmd: add support for long commandsAlfred E. Heggestad2016-08-07
| | | | | | | | | | | | | | | | | | - Long commands are commands that is 2 or more characters, and MUST be completed by pressing enter. - A given command can have a long-command, a short-command or both. - All long commands are using '/' (slash) prefix - a simple TAB-completion is supported, while punching in your long command you can press TAB to see a list of commands that matches the input string. Feedback is welcome, specially on the long-command strings itself. If you want to suggest changes, please make a small and non-intrusive patch and send it as a Pull Request (PR).
* define KEYCODE_NONE and change value of KEYCODE_REL to -1Alfred E. Heggestad2016-08-06
|
* use KEYCODE_REL instead of 0x00Alfred E. Heggestad2016-07-31
|
* cmd: add application data to cmd_argAlfred E. Heggestad2016-07-22
|
* baresip 0.4.10Alfred E. Heggestad2014-02-09