diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-07 21:41:05 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-07 21:41:05 +0100 |
| commit | 69419eceaca8e347016ccbe42326bcdc881355fc (patch) | |
| tree | 865c513afc65d4f32a1cb66589d4dc537b2e8a27 /sciteco.h | |
| parent | 8888a37426ff514d68c9b91e5f5185dedde9df4a (diff) | |
undo stack enable/disable, parse-only mode, colon modifiers evaluation
Diffstat (limited to 'sciteco.h')
| -rw-r--r-- | sciteco.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ void cmdline_display(const gchar *cmdline); sptr_t editor_msg(unsigned int iMessage, uptr_t wParam = 0, sptr_t lParam = 0); -gboolean macro_execute(const gchar *macro); +bool macro_execute(const gchar *macro); #define IS_CTL(C) ((C) < ' ') #define CTL_ECHO(C) ((C) | 0x40) |
