diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-04-19 22:43:33 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-19 22:48:18 +0200 |
| commit | aab8b6c44151cb086850ba9872251cfc452506b7 (patch) | |
| tree | 39b26281090995e54af9f97c26d2f14adf742d4c /vis.h | |
| parent | 5e1c9480d734a22e6cfec0596e63e2e89fdb7d38 (diff) | |
| download | vis-aab8b6c44151cb086850ba9872251cfc452506b7.tar.gz vis-aab8b6c44151cb086850ba9872251cfc452506b7.tar.xz | |
vis: add an unsigned option type for :set command
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ typedef struct { typedef union { /* various types of arguments passed to key action functions */ bool b; int i; + size_t u; const char *s; const void *v; void (*w)(View*); |
