diff options
author | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2020-01-19 19:18:12 +0100 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2020-01-19 19:18:12 +0100 |
commit | 47bae09b33f677b9e1f5b45190ec5216f5d988e0 (patch) | |
tree | cf80c1f135fa3167953cc5c1ad517a1cc8402398 /sys/src/cmd/acme/dat.h | |
parent | b099753597d2c3b3d150c686df5c16310168477e (diff) |
Apply http://www.9paste.net/qrstuv/patch/acme-movetodelmesg/
Diffstat (limited to 'sys/src/cmd/acme/dat.h')
-rw-r--r-- | sys/src/cmd/acme/dat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/acme/dat.h b/sys/src/cmd/acme/dat.h index bfc16e913..5daf89e04 100644 --- a/sys/src/cmd/acme/dat.h +++ b/sys/src/cmd/acme/dat.h @@ -546,6 +546,7 @@ char wdir[]; int editing; int messagesize; /* negotiated in 9P version setup */ int globalindent[NINDENT]; +Rune *delcmd; /* what command deleted the window. eg, Del, Delete, Delmesg */ Channel *cplumb; /* chan(Plumbmsg*) */ Channel *cwait; /* chan(Waitmsg) */ |