diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-04-06 21:45:36 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-04-06 21:45:36 +0000 |
commit | 67300e9524513806d0e89234a8e9d058200d28ea (patch) | |
tree | 13638e81803a4413f14bc7575fa7efd4ec5b51b2 /tmux.h | |
parent | f2a4ef5260222ff658d7530189dcd58e5070993e (diff) | |
download | rtmux-67300e9524513806d0e89234a8e9d058200d28ea.tar.gz rtmux-67300e9524513806d0e89234a8e9d058200d28ea.tar.bz2 rtmux-67300e9524513806d0e89234a8e9d058200d28ea.zip |
Stupid style nits.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.552 2010-04-05 05:11:44 micahcowan Exp $ */ +/* $Id: tmux.h,v 1.553 2010-04-06 21:45:36 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -542,7 +542,6 @@ struct mode_key_table { #define MODE_MOUSE 0x10 #define MODE_WRAP 0x20 /* whether lines wrap */ - /* * A single UTF-8 character. * |