diff options
| author | Timo Savinen <tjsa@iki.fi> | 2006-11-05 12:05:17 +0000 |
|---|---|---|
| committer | Hadrien Dorio <hadrien.dorio@gmail.com> | 2017-12-16 00:24:06 +0100 |
| commit | 6c76ee16e1d4f1057ce37166001e95a87c5acb39 (patch) | |
| tree | fb3e7ab45bc0543b22118dbb58bc7d64948a7cba /src/bbe.c | |
| parent | 37db3f05301f54804d7b86b3aa9edaaf0e3e7d23 (diff) | |
| download | binary-block-editor-master.tar.gz binary-block-editor-master.zip | |
Diffstat (limited to 'src/bbe.c')
| -rw-r--r-- | src/bbe.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -75,7 +75,7 @@ char *convert_strings[] = { #define BLOCK_START_COMMANDS "DIJLFBN>" /* commands to be executed for each byte */ -#define BYTE_COMMANDS "acdirsywjpl&|^~uf" +#define BYTE_COMMANDS "acdirsywjpl&|^~ufx" /* commands to be executed at end of buffer */ #define BLOCK_END_COMMANDS "A<" @@ -575,6 +575,7 @@ parse_command(char *command_string) if(new->s1_len != 1) panic("Error in command",command_string,NULL); break; case '~': + case 'x': if(i != 1 || strlen(token[0]) > 1) panic("Error in command",command_string,NULL); break; case 'u': |

