diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-06-04 11:17:39 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-06-04 11:17:39 +0100 |
commit | 13808ccedec226db127c3419ee8c53b6eabb9cd9 (patch) | |
tree | 96c5cc5d48008cc86a0201eab8c65edd53ee9f78 /input.c | |
parent | 75b70be4a6444f1a44a538a18f499f66156579a3 (diff) | |
parent | a3edfd9e84f4f8e9b74425cdc4b00fe9cb3d0ba6 (diff) | |
download | rtmux-13808ccedec226db127c3419ee8c53b6eabb9cd9.tar.gz rtmux-13808ccedec226db127c3419ee8c53b6eabb9cd9.tar.bz2 rtmux-13808ccedec226db127c3419ee8c53b6eabb9cd9.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'input.c')
-rw-r--r-- | input.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ * pretty stupid but not supporting it is more trouble than it is worth. * * - Special handling for ESC inside a DCS to allow arbitrary byte sequences to - * be passed to the underlying teminal(s). + * be passed to the underlying terminals. */ /* Input parser cell. */ |